123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- /* pages/cardetail/cardetail.wxss */
- .conent{
- background-color:#F9F9F9;
- }
- .cardetail_img{
- height: 500rpx;
- position: relative;
- }
- .detail_img_t{
- width:100%;
- height: 500rpx;
- }
- .detail_img_item{
- width:100%;
- height: 100%;
- }
- .detail_code{
- position: absolute;
- left: 40rpx;
- top: 450rpx;
- width: 259rpx;
- height: 26rpx;
- border-radius: 100rpx;
- background-color: rgba(56, 55, 53, 0.2);
- line-height: 26rpx;
- color: rgba(255, 255, 255, 1);
- font-size: 14rpx;
- text-align: center;
- }
- .banner_step{
- position: absolute;
- left: 654rpx;
- top: 454rpx;
- height: 27rpx;
- line-height: 27rpx;
- color: rgba(255, 255, 255, 1);
- font-size: 18rpx;
- text-align: center;
- background-color: rgba(56, 55, 53, 0.2);
- box-shadow: 0px 1px 2px 0px rgba(56, 55, 53, 0.2);
- }
- .cardetail_info_c{
- height: 282rpx;
- background-color:white;
- }
- .cardetail_t{
- margin-top:30rpx;
- height: 32rpx;
- line-height: 32rpx;
- color: rgba(56, 55, 53, 1);
- font-size: 32rpx;
- text-align: center;
- }
- .cardetail_price{
- margin-top:20rpx;
- height: 42rpx;
- line-height: 42rpx;
- color: rgba(56, 55, 53, 1);
- font-size: 28rpx;
- text-align: center;
- }
- .cardetail_price_v{
- display: inline;
- color:#c5a971;
- margin:0rpx 30rpx 0rpx 15rpx;
- font-size: 35rpx;
- }
- .cardetail_price_n{
- display: inline;
- color: rgba(56, 55, 53, 1);
- font-size: 24rpx;
- }
- .cardetail_flex{
- height: 80rpx;
- display: flex;
- margin-top:40rpx;
- }
- .cardetail_time{
- width: 290rpx;
- border-right:1rpx solid rgba(235, 235, 235, 1);
- }
- .cardetail_mileage{
- width:215rpx;
- border-right:1rpx solid rgba(235, 235, 235, 1);
- }
- .cardetail_flex_v{
- height: 32rpx;
- line-height: 32rpx;
- color: rgba(56, 55, 53, 1);
- font-size: 32rpx;
- text-align: center;
- }
- .cardetail_flex_name{
- margin-top:20rpx;
- height: 28rpx;
- line-height: 42rpx;
- color: rgba(135, 135, 135, 1);
- font-size: 28rpx;
- text-align: center;
- }
- .cardetail_shop{
- height: 140rpx;
- margin-top:20rpx;
- padding-left:38rpx;
- position: relative;
- background-color: white;
- overflow: hidden;
- }
- .cardetail_shop_n{
- height: 48rpx;
- line-height: 48rpx;
- color: rgba(56, 55, 53, 1);
- font-size: 32rpx;
- margin-top:22rpx;
- }
- .cardetail_shop_d{
- height: 36rpx;
- line-height: 36rpx;
- color: rgba(104, 104, 104, 1);
- font-size: 24rpx;
- margin-top:20rpx;
- }
- .cardetail_shop_d image{
- width:20rpx;
- height: 20rpx;
- display: inline-block;
- }
- .cardetail_shop_nav{
- position: absolute;
- top:34rpx;
- right:40rpx;
- height: 36rpx;
- line-height: 36rpx;
- color: rgba(104, 104, 104, 1);
- font-size: 24rpx;
- }
|