|
@@ -17,8 +17,8 @@
|
|
|
<view class="activeData" @click="gotoActivityDetail" v-for="i in 5" :key="i">
|
|
|
<image src="../../static/resource/jqr.png" mode="aspectFill"></image>
|
|
|
<view class="activeTit">
|
|
|
- 查看更多查看更多查看更多查看更多查看更多查看更多查看更多看更多查看更多查看更多查看更多查看更多看更多查看更多查看更多查看更多查看更多
|
|
|
- <!-- <slot name="activeTit"></slot> -->
|
|
|
+ 这里是活动标题这里是活动标题这里是活动标题这里是活动标题
|
|
|
+ <!-- <slot name="ac这里是活动标题这里是活动标题这里是活动标题tiveTit"></slot> -->
|
|
|
</view>
|
|
|
<view class="numData">
|
|
|
<view class="proNum">74 人报名</view>
|
|
@@ -123,6 +123,7 @@
|
|
|
// overflow:hidden;
|
|
|
// text-overflow:ellipsis;
|
|
|
font-weight: 600;
|
|
|
+ font-size: 30rpx;
|
|
|
white-space:normal;
|
|
|
/*隐藏溢出*/
|
|
|
/*当文本溢出包含元素时显示省略符号来代表被修剪的文本*/
|
|
@@ -169,7 +170,7 @@
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
.lookMore{
|
|
|
- color: #ccc;
|
|
|
+ color: #666666;
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
|