| | |
| | | <view class="caption flex a-i-c j-c-s-b"> |
| | | <view class="flex a-i-c"> |
| | | <view class="line"></view> |
| | | <text class="f-32 fw">{{title}}</text> |
| | | <text class=" fw" :style="{fontSize:fontSize}">{{title}}</text> |
| | | </view> |
| | | <view class="caption-right" v-if="isLink" @click="navTo()"> |
| | | <text class="f-26 c-99">更多</text> |
| | |
| | | type:Boolean, |
| | | default:false |
| | | }, |
| | | url:String //点击后跳转的URL地址 |
| | | url: String, //点击后跳转的URL地址 |
| | | fontSize: { |
| | | type: String, |
| | | value: '32rpx' |
| | | } |
| | | }, |
| | | methods:{ |
| | | navTo(){ |
| | |
| | | background-color: #017BFC; |
| | | margin-right: 14rpx; |
| | | } |
| | | |
| | | .caption-right{ |
| | | width:120rpx; |
| | | display: flex; |