123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- page {
- background: #eee;
- }
- .carInfo, .details {
- width: 92%;
- }
- .carInfo {
- height: 300rpx;
- margin: 20rpx auto 0;
- border-radius: 20rpx;
- line-height: 2;
- background-image: url('http://resource.bike.hanyiyun.com/bike_yunwei/detailBg.png');
- background-size: 100% 100%;
- }
- .carInfo view {
- color: #fff;
- font-size: 26rpx;
- padding-left: 40rpx;
- }
- .carInfo .bikeNo {
- font-size: 28rpx;
- padding: 42rpx 0 20rpx 40rpx;
- }
- .carInfo .status {
- padding: 5rpx 30rpx;
- border-radius: 21rpx;
- text-align: center;
- margin-left: 20rpx;
- font-size: 22rpx;
- }
- .details {
- margin: 37rpx auto 0;
- }
- .details image {
- width: 48rpx;
- height: 48rpx;
- margin-right: 20rpx;
- vertical-align: middle;
- }
- .details>view {
- margin-bottom: 20rpx;
- background: #fff;
- height: 90rpx;
- line-height: 90rpx;
- border-radius: 10rpx;
- padding: 0 35rpx 0 40rpx;
- }
- .details text {
- font-size: 28rpx;
- }
- .remark{
- margin:0 auto;
- }
|