123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- /* pages/hotdt/hotdt.wxss */
- .conent{
- background-color: white;
- }
- .hotdt_c{
- width:674rpx;
- margin:0rpx auto;
- padding-bottom: 60rpx;
- }
- .hotdt_title{
- line-height: 52rpx;
- color: rgba(56, 55, 53, 1);
- font-size: 42rpx;
- font-family: NotoSansHans-Medium;
- }
- .hotdt_author{
- display: flex;
- margin-top: 20rpx;
- }
- .hotdt_author_img{
- width:54rpx;
- height: 54rpx;
- margin-right: 10rpx;
- }
- .hotdt_author_dt{
- flex: 1;
- }
- .hotdt_author_name{
- height: 30rpx;
- line-height: 30rpx;
- color: rgba(56, 55, 53, 1);
- font-size: 24rpx;
- font-family: NotoSansHans-DemiLight;
- }
- .hotdt_author_time{
- height: 22rpx;
- line-height: 22rpx;
- color: rgba(104, 104, 104, 1);
- font-size: 22rpx;
- text-align: left;
- font-family: NotoSansHans-DemiLight;
- }
- .hot_car_image{
- width:22rpx;
- height: 14rpx;
- margin-left:30rpx;
- }
- .hotdt_content{
- margin-top:60rpx;
- line-height: 42rpx;
- color: rgba(104, 104, 104, 1);
- font-size: 28rpx;
- font-family: NotoSansHans-DemiLight;
- }
|