|
@@ -76,14 +76,14 @@
|
|
|
class="codeIput"
|
|
class="codeIput"
|
|
|
v-model="captcha"
|
|
v-model="captcha"
|
|
|
/>
|
|
/>
|
|
|
- <div
|
|
|
|
|
|
|
+ <button
|
|
|
class="code"
|
|
class="code"
|
|
|
:disabled="disabled"
|
|
:disabled="disabled"
|
|
|
:class="disabled === true ? 'on' : ''"
|
|
:class="disabled === true ? 'on' : ''"
|
|
|
@click="getCode"
|
|
@click="getCode"
|
|
|
>
|
|
>
|
|
|
{{ text }}
|
|
{{ text }}
|
|
|
- </div>
|
|
|
|
|
|
|
+ </button>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="item">
|
|
<div class="item">
|
|
@@ -561,11 +561,11 @@ page {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
right: 30rpx;
|
|
right: 30rpx;
|
|
|
top: 50%;
|
|
top: 50%;
|
|
|
- color: #cd9933;
|
|
|
|
|
|
|
+ color: $theme-color;
|
|
|
font-size: 26rpx;
|
|
font-size: 26rpx;
|
|
|
z-index: 999;
|
|
z-index: 999;
|
|
|
transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
|
- border: 1px solid;
|
|
|
|
|
|
|
+ border: 1px solid $theme-color;
|
|
|
border-radius: 14rpx;
|
|
border-radius: 14rpx;
|
|
|
padding: 8rpx 10rpx;
|
|
padding: 8rpx 10rpx;
|
|
|
}
|
|
}
|