|
@@ -15,7 +15,7 @@
|
|
width: width + 'rpx',
|
|
width: width + 'rpx',
|
|
height: width + 'rpx',
|
|
height: width + 'rpx',
|
|
color: inactiveColor,
|
|
color: inactiveColor,
|
|
- borderColor:((selectIndex==-1)&& charArrLength === index && mode == 'box')||selectIndex==index ? activeColor : inactiveColor
|
|
|
|
|
|
+ borderColor:((selectIndex==-1)&& charArrLength === index && mode == 'box')||selectIndex==index ? activeColor : '#D2D2D2'
|
|
}">
|
|
}">
|
|
<view class="u-placeholder-line" :style="{
|
|
<view class="u-placeholder-line" :style="{
|
|
display: (selectIndex==-1)&&charArrLength === index ? 'block' : 'none',
|
|
display: (selectIndex==-1)&&charArrLength === index ? 'block' : 'none',
|
|
@@ -262,7 +262,7 @@
|
|
.u-box {
|
|
.u-box {
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
border: 2rpx solid #cccccc;
|
|
border: 2rpx solid #cccccc;
|
|
- border-radius: 6rpx;
|
|
|
|
|
|
+ border-radius: 8rpx;
|
|
}
|
|
}
|
|
|
|
|
|
.u-box-active {
|
|
.u-box-active {
|