|
@@ -53,8 +53,9 @@
|
|
|
<image class="image-left" src="../../static/img/tong.png" mode=""></image>
|
|
<image class="image-left" src="../../static/img/tong.png" mode=""></image>
|
|
|
<view class="tongz-title">系统公告</view>
|
|
<view class="tongz-title">系统公告</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <u-notice-bar style="width: 100%;" mode="vertical" type="none" :volume-icon="false" :more-icon="true"
|
|
|
|
|
- :list="text1" @click="goDetails" @getMore="navTo('/pages/index/artlist?type=1')"></u-notice-bar>
|
|
|
|
|
|
|
+ <u-notice-bar style="width: 100%;" mode="vertical" fontSize="32" type="none" :volume-icon="false"
|
|
|
|
|
+ :more-icon="true" :list="text1" @click="goDetails"
|
|
|
|
|
+ @getMore="navTo('/pages/index/artlist?type=1')"></u-notice-bar>
|
|
|
|
|
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -588,14 +589,14 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.tongz {
|
|
.tongz {
|
|
|
- width: 690rpx;
|
|
|
|
|
|
|
+ width: 730rpx;
|
|
|
margin: 32rpx auto 0;
|
|
margin: 32rpx auto 0;
|
|
|
padding: 0 30rpx 0 24rpx;
|
|
padding: 0 30rpx 0 24rpx;
|
|
|
background: #f8f8fa;
|
|
background: #f8f8fa;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
|
|
|
|
|
.tongz-left {
|
|
.tongz-left {
|
|
|
- width: 640rpx;
|
|
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
|
|
|
.left {
|
|
.left {
|
|
|
flex-shrink: 0;
|
|
flex-shrink: 0;
|
|
@@ -605,37 +606,25 @@
|
|
|
|
|
|
|
|
.tongz-title {
|
|
.tongz-title {
|
|
|
margin-left: 10rpx;
|
|
margin-left: 10rpx;
|
|
|
- font-size: 26rpx;
|
|
|
|
|
|
|
+ font-size: 32rpx;
|
|
|
font-family: PingFang SC;
|
|
font-family: PingFang SC;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
color: #ff1a1a;
|
|
color: #ff1a1a;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.image-left {
|
|
.image-left {
|
|
|
- width: 28rpx;
|
|
|
|
|
- height: 28rpx;
|
|
|
|
|
|
|
+ width: 40rpx;
|
|
|
|
|
+ height: 40rpx;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.tongz-font {
|
|
.tongz-font {
|
|
|
margin-left: 22rpx;
|
|
margin-left: 22rpx;
|
|
|
- font-size: 28rpx;
|
|
|
|
|
|
|
+ font-size: 32rpx;
|
|
|
font-family: Source Han Sans CN;
|
|
font-family: Source Han Sans CN;
|
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
|
color: #0f253a;
|
|
color: #0f253a;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
- .tongz-right {
|
|
|
|
|
- position: relative;
|
|
|
|
|
- z-index: 11;
|
|
|
|
|
- width: 12rpx;
|
|
|
|
|
- height: 26rpx;
|
|
|
|
|
-
|
|
|
|
|
- image {
|
|
|
|
|
- width: 100%;
|
|
|
|
|
- height: 100%;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.hotgoods {
|
|
.hotgoods {
|