| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- .cover-box{
- position: fixed;
- left: 0;
- right: 0;
- bottom:0;
- height: 134rpx;
- background: #FFFFFF;
- border-radius: 0rpx 0rpx 0rpx 0rpx;
- opacity: 1;
- }
- .cover-icon{
- width: 48rpx;
- height: 48rpx;
- margin-right: 23rpx;
- }
- .dingwei{
- width: 80rpx;
- height: 80rpx;
- background: #FFFFFF;
- box-shadow: 0rpx 8rpx 40rpx 1rpx rgba(32,32,32,0.06);
- opacity: 1;
- border: 1rpx solid rgba(0,0,0,0);
- position: fixed;
- bottom:230rpx;
- left:30rpx;
- border-radius: 100%;
- }
- .dingwei image{
- width: 48rpx;
- height: 48rpx;
- margin: auto;
- }
- .info-card{
- position: fixed;
- top: 30rpx;
- left: 30rpx;
- right: 30rpx;
- padding: 32rpx 41rpx;
- background: #FFFFFF;
- box-shadow: 0rpx 0rpx 40rpx 1rpx rgba(51,51,51,0.06);
- border-radius: 10rpx 10rpx 10rpx 10rpx;
- opacity: 1;
- line-height: 36rpx;
- font-weight: 500;
- color: #333333;
- font-size: 24rpx;
- }
- .info-card-title{
- font-size: 28rpx;
- font-weight: bold;
- color: #242323;
- line-height: 41rpx;
- }
- .info-card-item{
- margin: 20rpx 0;
- }
- .info-card-item-right{
- text-align: right;
- }
|