12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- page{
- background: #fff;
- }
- .cust-img image{
- width:200rpx;
- height: 200rpx;
- }
- .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;
- }
- .custom-list{
- width:100%;
- height:256rpx;
- background:#fff;
- border-radius:30rpx;
- box-shadow: #ddd 1px 1px 10px 5px;
- overflow: hidden;
- }
- .tu-icon image{
- width:109rpx;
- height:35rpx;
- }
|