12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- /* pages/hotdt/hotdt.wxss */
- .conent{
- background-color: white;
- }
- .hotdt_c{
- width:674rpx;
- margin:30rpx auto 0rpx;
- padding-bottom: 60rpx;
- }
- .hotdt_title{
- line-height: 52rpx;
- color: rgba(56, 55, 53, 1);
- font-size: 42rpx;
- font-family: PingFangSC-Medium,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: PingFangSC-Regular,NotoSansHans-DemiLight;
- }
- .hotdt_author_time{
- 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_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: PingFangSC-Regular,NotoSansHans-DemiLight;
- }
- .hotdt_content img{
- max-width: 100%;
- }
- .info_img{
- max-width: 100%;
- height: auto!important;
- }
|