123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- /* pages/hot/hot.wxss *//* pages/hot/hot.wxss */
- @import "../../module/caritem/caritem.wxss"
- .conent{
- background-color:#F9F9F9;
- }
- .hot_list{
- }
- .hot_empty{
- margin-top:260rpx;
- height: 39rpx;
- line-height: 39rpx;
- color: rgba(104, 104, 104, 1);
- font-size: 26rpx;
- text-align: center;
- font-family: NotoSansHans-DemiLight;
- }
- .hot_empty_bt{
- margin:60rpx auto 0rpx;
- width: 280rpx;
- height: 68rpx;
- line-height: 68rpx;
- border-radius: 6rpx;
- background: linear-gradient(270deg,#FFD800,#FFE600);
- color: rgba(56, 55, 53, 1);
- font-size: 26rpx;
- text-align: center;
- font-family: NotoSansHans-DemiLight;
- font-weight: bold;
- }
- .hot_car_item{
- height:160rpx;
- padding: 20rpx 38rpx;
- display: flex;
- margin-bottom:2rpx;
- background-color: white;
- }
- .hot_car_info{
- flex: 1;
- position: relative;
- }
- .hot_car_title{
- width: 388rpx;
- line-height: 38rpx;
- color: rgba(56, 55, 53, 1);
- font-size: 28rpx;
- font-family: NotoSansHans-Medium;
- }
- .hot_car_detail{
- position: absolute;
- bottom: 20rpx;
- height: 22rpx;
- line-height: 22rpx;
- color: rgba(104, 104, 104, 1);
- font-size: 22rpx;
- text-align: left;
- font-family: NotoSansHans-DemiLight;
- }
- .hot_car_img{
- width:22rpx;
- height: 14rpx;
- margin-left:30rpx;
- }
- .hot_car_image{
- width:266rpx;
- height: 160rpx;
- }
|