|
@@ -14,8 +14,8 @@
|
|
|
<!-- 省市区 -->
|
|
|
<view class="simple-address-content simple-address--fixed" :class="[type, ani + '-content', animation ? 'content-ani' : '']">
|
|
|
<view class="simple-address__header">
|
|
|
- <view class="simple-address__header-btn-box" @click="pickerCancel">
|
|
|
- <text class="simple-address__header-text" :style="{ color: cancelColor, fontSize: btnFontSize }">取消</text>
|
|
|
+ <view class="simple-address__header-text" @click="pickerCancel">
|
|
|
+ <text class="cancel-btn" :style="{ color: cancelColor, fontSize: btnFontSize }">取消</text>
|
|
|
</view>
|
|
|
<view class="simple-address__header-btn-box" @click="pickerConfirm">
|
|
|
<text class="simple-address__header-text" :style="{ color: confirmColor, fontSize: btnFontSize }">确定</text>
|
|
@@ -407,11 +407,14 @@
|
|
|
justify-content: center;
|
|
|
height: 70rpx;
|
|
|
}
|
|
|
-
|
|
|
+.cancel-btn{
|
|
|
+ color: #888;
|
|
|
+}
|
|
|
.simple-address__header-text {
|
|
|
text-align: center;
|
|
|
font-size: $uni-font-size-base;
|
|
|
- color: #1aad19;
|
|
|
+ color: #2979ff;
|
|
|
+ font-size: 17px;
|
|
|
line-height: 70rpx;
|
|
|
padding-left: 40rpx;
|
|
|
padding-right: 40rpx;
|