1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- /* customized/pages/made/car/car.wxss */
- .car-checkbox{
- width:100rpx;
- }
- .car-auto{
- margin:0 25rpx;
- }
- .car-img-list image{
- width:140rpx;
- height:140rpx;
- margin:5rpx;
- }
- .car-list{
- padding:20rpx;
- margin:20rpx;
- }
- .car-numBtn{
- width:244rpx;
- border:2rpx solid #e0e0e0;
- text-align: center;
- }
- .car-numBtn view, .car-numBtn input{
- width:80rpx;
- height:80rpx;
- }
- .car-numBtn view{
- font-size:50rpx;
- }
- .car-numBtn input{
- border-right:2rpx solid #e0e0e0;
- }
- .car-numBtn view:first-child{
- border-right:2rpx solid #e0e0e0;
- }
- .footer{
- position: fixed;
- color:#333;
- width:100%;
- hieght:100%;
- line-height:100rpx;
- bottom:0;
- left:0;
- }
- .car-btn{
- text-align: center;
- }
|