Commit ccba993f authored by lvtz's avatar lvtz

fix

parent c5d87f3f
...@@ -1122,7 +1122,6 @@ ...@@ -1122,7 +1122,6 @@
} }
.detail-theme-box{ .detail-theme-box{
width:672rpx; width:672rpx;
height:120rpx;
background:rgba(255,255,255,1); background:rgba(255,255,255,1);
border:1px solid rgba(236,236,236,1); border:1px solid rgba(236,236,236,1);
box-shadow:0px 0px 10rpx 0px rgba(0, 0, 0, 0.06); box-shadow:0px 0px 10rpx 0px rgba(0, 0, 0, 0.06);
...@@ -1131,17 +1130,18 @@ ...@@ -1131,17 +1130,18 @@
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
padding: 0 30rpx; padding: 25rpx 30rpx;
} }
.detail-theme-box .content-box{ .detail-theme-box .content-box{
} }
.detail-theme-box .content-box .title{ .detail-theme-box .content-box .title{
font-size:26rpx; font-size: 26rpx;
font-family:PingFang SC; font-family:PingFang SC;
font-weight:500; font-weight:500;
color:rgba(65,65,65,1); color:rgba(65,65,65,1);
padding-bottom: 20rpx; padding-bottom: 16rpx;
line-height: 34rpx;
} }
.detail-theme-box .content-box .count{ .detail-theme-box .content-box .count{
display: flex; display: flex;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment