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