123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- page{
- background: #fff;
- }
- .cust-img image{
- width:200rpx;
- height: 200rpx;
- }
- .cust-footer{
- height:100rpx;
- line-height:100rpx;
- padding-top:16rpx;
- }
- .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;
- }
- .custom-list{
- width:100%;
- height:256rpx;
- background:#fff;
- border-radius:30rpx;
- box-shadow: #ddd 1px 1px 8px 4px;
- overflow: hidden;
- margin-top:30rpx;
- }
- .tu-icon image{
- width:109rpx;
- height:35rpx;
- }
- .cust-btn{
- display: inline-block;
- width:100rpx;
- height:60rpx;
- line-height:60rpx;
- border-radius:10rpx;
- text-align: center;
- background:#00af66;
- color:#fff;
- }
- .cust-btn.disabled{
- background:#aaa;
- }
|