1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- /* 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: PingFangSC-Regular,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: PingFangSC-Medium,NotoSansHans-Medium;
- }
- .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: PingFangSC-Medium,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: PingFangSC-Regular,NotoSansHans-DemiLight;
- }
- .hot_car_img{
- width:22rpx;
- height: 14rpx;
- margin-left:30rpx;
- }
- .hot_car_image{
- width:266rpx;
- height: 160rpx;
- }
|