Fix:3531 【商城小程序】店铺选择界面调整,按钮改为红色色值:#BD3124
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
</view>
|
||||
<view class="name-wrap one-t">{{ item.name }}</view>
|
||||
<view class="enter-btn" @click="queryHome(index)">
|
||||
点击进入{{ item.id }}
|
||||
点击进入
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -69,7 +69,7 @@ export default {
|
||||
.enter-btn{
|
||||
width: 118rpx;
|
||||
height: 42rpx;
|
||||
background: #0DC5C5;
|
||||
background: #BD3124;
|
||||
border-radius: 22rpx;
|
||||
padding: 2rpx 10rpx;
|
||||
text-align: center;
|
||||
@@ -95,7 +95,7 @@ export default {
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 5px;
|
||||
background-color: #0DC5C5;
|
||||
background-color: #BD3124;
|
||||
border-radius: 20rpx;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user