123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- page{
- background: #fff;
- }
- .cust-img{
- width:240rpx;
- height:240rpx;
- background:#eee;
- }
- .cup-main{
- height:200rpx;
- }
- .cust-img image{
- width:100%;
- height: 100%;
- }
- .cust-btn{
- width:150rpx;
- height:50rpx;
- line-height:50rpx;
- text-align: center;
- border-radius:50rpx;
- float: right;
- }
- .cust-footer{
- height:100rpx;
- line-height:100rpx;
- position: fixed;
- bottom:0;
- right:20rpx;
- z-index:10;
- }
- .cust-footer .iconfont{
- font-size:48rpx;
- width:70rpx;
- height:70rpx;
- border:1rpx solid #e0e0e0;
- border-radius:100%;
- text-align: center;
- line-height:70rpx;
- margin-right:30rpx;
- }
- .icon-car{
- position:relative;
- }
- .car-num{
- position: absolute;
- width:40rpx;
- height:40rpx;
- line-height:40rpx;
- border-radius:50%;
- font-size:22rpx;
- right:-12rpx;
- top:-12rpx;
- }
|