|
@@ -54,8 +54,8 @@
|
|
|
<image class="icon" :src="staticUrl+'/img/title-star.png'" ></image>
|
|
|
<text class="text">演出资讯</text>
|
|
|
</view>
|
|
|
- <view class="right u-flex">
|
|
|
- <text class="text" @click="$u.route('pages/news')">更多</text>
|
|
|
+ <view class="right u-flex" @click="$u.route('pages/news')">
|
|
|
+ <text class="text">更多</text>
|
|
|
<u-icon name="arrow-right" color="#C79191" size="36rpx"></u-icon>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -342,7 +342,7 @@ $pagegap:32rpx;
|
|
|
position: relative;
|
|
|
}
|
|
|
.star-title{
|
|
|
- margin-bottom: 32rpx;
|
|
|
+ margin-bottom: 22rpx;
|
|
|
.left{
|
|
|
.icon{
|
|
|
width: 28rpx;
|
|
@@ -360,6 +360,7 @@ $pagegap:32rpx;
|
|
|
}
|
|
|
}
|
|
|
.right{
|
|
|
+ padding: 10rpx 32rpx 10rpx 10rpx;
|
|
|
.text{
|
|
|
font-size: 24rpx;
|
|
|
font-weight: 400;
|
|
@@ -442,7 +443,7 @@ $pagegap:32rpx;
|
|
|
margin-left: $pagegap;
|
|
|
margin-bottom: 180rpx;
|
|
|
.star-title{
|
|
|
- margin-right: $pagegap;
|
|
|
+ // margin-right: $pagegap;
|
|
|
}
|
|
|
.item{
|
|
|
width: 434rpx;
|