|
@@ -8,7 +8,12 @@
|
|
|
</text>
|
|
|
</view>
|
|
|
<view class="read-more">
|
|
|
- <text class="text-box text_oneLine" @click="scrollGo(item.IndustrialSubjectId)" v-for="item in themeList.ListSubject" :key="item.IndustrialSubjectId">
|
|
|
+ <text
|
|
|
+ class="text-box text_oneLine"
|
|
|
+ @click="scrollGo(item.IndustrialSubjectId)"
|
|
|
+ v-for="item in themeList.ListSubject"
|
|
|
+ :key="item.IndustrialSubjectId"
|
|
|
+ >
|
|
|
{{ item.SubjectName }}
|
|
|
</text>
|
|
|
</view>
|
|
@@ -171,8 +176,9 @@ export default {
|
|
|
padding: 20rpx;
|
|
|
background-color: #f7f7f7;
|
|
|
.box-content-top {
|
|
|
+ position: relative;
|
|
|
background-color: #fff;
|
|
|
- padding: 30rpx 20rpx 0 30rpx;
|
|
|
+ padding: 30rpx;
|
|
|
border-radius: 8rpx;
|
|
|
}
|
|
|
.content-top {
|
|
@@ -180,7 +186,7 @@ export default {
|
|
|
padding: 0 20rpx;
|
|
|
position: relative;
|
|
|
color: #000;
|
|
|
- padding-right: 160rpx;
|
|
|
+ height: 48rpx;
|
|
|
.follw {
|
|
|
position: absolute;
|
|
|
right: 30rpx;
|
|
@@ -206,11 +212,10 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.read-more {
|
|
|
- margin-top: 30rpx;
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
.text-box {
|
|
|
- margin-bottom: 27rpx;
|
|
|
+ margin-top: 30rpx;
|
|
|
margin-right: 20rpx;
|
|
|
font-size: 28rpx;
|
|
|
color: #408fff;
|