Style(千县名品):省名称显示调整
This commit is contained in:
@@ -76,7 +76,9 @@
|
||||
>
|
||||
<view class="name">
|
||||
<view class="txt">
|
||||
{{ item.provinceName }}
|
||||
<text class="txt-inner">
|
||||
{{ item.provinceName }}
|
||||
</text>
|
||||
</view>
|
||||
</view>
|
||||
<view v-if="item.intro" class="desc">
|
||||
@@ -420,12 +422,18 @@ export default {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1;
|
||||
width: 100%;
|
||||
height: 6rpx;
|
||||
border-radius: 6rpx;
|
||||
content: " ";
|
||||
background: linear-gradient(90deg, #C52733 0%, rgba(202,56,67,0.92) 51%, rgba(255,255,255,0) 100%);
|
||||
}
|
||||
.txt-inner {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
}
|
||||
.desc {
|
||||
|
||||
Reference in New Issue
Block a user