|
@@ -24,11 +24,15 @@
|
|
</u-grid-item>
|
|
</u-grid-item>
|
|
</u-grid>
|
|
</u-grid>
|
|
</view>
|
|
</view>
|
|
- <view class="u-page"
|
|
|
|
- :style="{
|
|
|
|
- background: `url(${getImageUrl(ICON_CFG.theme_bg)}) no-repeat `,
|
|
|
|
|
|
+ <view
|
|
|
|
+ class="u-page"
|
|
|
|
+ :style="{
|
|
|
|
+ background: `url(${getImageUrl(ICON_CFG.theme_bg)}) no-repeat 100% 100%`,
|
|
backgroundSize: '100%',
|
|
backgroundSize: '100%',
|
|
- }">
|
|
|
|
|
|
+ padding: '0 40rpx 20rpx 40rpx',
|
|
|
|
+ marginTop: '20rpx',
|
|
|
|
+ }"
|
|
|
|
+ >
|
|
<view class="u-page-title">
|
|
<view class="u-page-title">
|
|
<view class="title-content">主题研讨交流</view>
|
|
<view class="title-content">主题研讨交流</view>
|
|
</view>
|
|
</view>
|