修改活动样式
This commit is contained in:
commit
8f83aeec8e
@ -19,7 +19,7 @@
|
||||
</view>
|
||||
<view class="next" @click="viewMore">
|
||||
<text>查看更多</text>
|
||||
<u-icon name="arrow-right" color="#999" size="18"></u-icon>
|
||||
<u-icon name="arrow-right" color="#999" size="22"></u-icon>
|
||||
</view>
|
||||
</view>
|
||||
<view class="list">
|
||||
|
@ -73,11 +73,11 @@ export default {
|
||||
width: 90%;
|
||||
margin: 0 auto;
|
||||
padding: 16upx 0;
|
||||
font-size: 26upx;
|
||||
font-size: 30upx;
|
||||
color: #333;
|
||||
}
|
||||
.rict_type {
|
||||
text-indent: 1rem;
|
||||
line-height: 1.2;
|
||||
line-height: 1.4;
|
||||
}
|
||||
</style>
|
||||
|
@ -335,6 +335,7 @@
|
||||
color: #333;
|
||||
font-size: 28rpx;
|
||||
.title {
|
||||
line-height: 40rpx;
|
||||
}
|
||||
.name {
|
||||
width: 500rpx;
|
||||
@ -345,6 +346,8 @@
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 2;
|
||||
margin:8rpx 0;
|
||||
line-height:36rpx;
|
||||
}
|
||||
.price {
|
||||
color: #FF3131;
|
||||
|
Loading…
Reference in New Issue
Block a user