|
@@ -1,10 +1,10 @@
|
|
|
<template>
|
|
|
<view class="container">
|
|
|
<view class="container_text">
|
|
|
- <image class="banner-img" src="/static/img/img01.png" mode="scaleToFill"></image>
|
|
|
- <view class="title-img"><image class="title-image" src="../../static/img/login-title.png" mode=""></image></view>
|
|
|
+ <image class="banner-img" src="/static/img/login.png" mode="scaleToFill"></image>
|
|
|
+ <!-- <view class="title-img"><image class="title-image" src="../../static/img/login-title.png" mode=""></image></view> -->
|
|
|
</view>
|
|
|
- <view class="loginTitle"><text>修改密码</text></view>
|
|
|
+ <!-- <view class="loginTitle"><text>修改密码</text></view> -->
|
|
|
<view class="login_text">
|
|
|
<view class="login_input flex_item">
|
|
|
<view class="login_img"><image class="phone" src="/static/icon/img03.png"></image></view>
|
|
@@ -244,15 +244,15 @@ page {
|
|
|
.uni-button-green {
|
|
|
text-align: center;
|
|
|
color: #ffffff;
|
|
|
- background-color: #db292b;
|
|
|
+ background-color: #E6C79D;
|
|
|
margin: 40rpx 10rpx;
|
|
|
border-radius: 50rpx;
|
|
|
}
|
|
|
.uni-button-green-plain {
|
|
|
- border: 1px solid #db292b;
|
|
|
+ border: 1px solid #E6C79D;
|
|
|
margin: 40rpx 10rpx;
|
|
|
border-radius: 50rpx;
|
|
|
- color: #db292b;
|
|
|
+ color: #E6C79D;
|
|
|
background-color: #ffffff;
|
|
|
}
|
|
|
.uni-button {
|
|
@@ -262,7 +262,7 @@ page {
|
|
|
}
|
|
|
|
|
|
.code {
|
|
|
- color: #db292b;
|
|
|
+ color: #E6C79D;
|
|
|
font-size: 23rpx;
|
|
|
border-left: 1px solid #eeeeee;
|
|
|
width: 150rpx;
|
|
@@ -275,7 +275,7 @@ page {
|
|
|
}
|
|
|
|
|
|
.login {
|
|
|
- background: #db292b;
|
|
|
+ background: #E6C79D;
|
|
|
margin-top: 96rpx;
|
|
|
color: #ffffff;
|
|
|
text-align: center;
|