@@ -71,7 +71,7 @@
width: 100%;
height: 200rpx;
padding-top:100rpx;
- background:#F28F31;
+ background:#FF7F00;
position: relative;
background-size: cover;
margin-bottom: 170rpx;
@@ -76,9 +76,9 @@
background-color: #f7f7f7;
padding: 0 20rpx;
.image {
- width: 54rpx;
- height: 46rpx;
- margin-right: 16rpx;
+ width: 70rpx;
+ height: 68rpx;
+ margin-right: 6rpx;
}
.text {
font-size: 20rpx;
@@ -257,12 +257,12 @@ export default {
display: flex;
flex-direction: column;
align-items: center;
- height: 189rpx;
+ height: 284rpx;
padding: 60rpx 0 40rpx 0;
margin-bottom: 70rpx;
.logo {
- width: 467rpx;
+ width: 611rpx;
display: block;
@@ -172,12 +172,12 @@
padding:60rpx 0 40rpx 0;
.logo{
- width:467rpx;
+ width:611rpx;
@@ -375,11 +375,11 @@ export default {
@@ -801,7 +801,7 @@
color: #333333;
font-size: 26rpx;
margin-right: 0;
- // background:linear-gradient(135deg,rgba(242,143,49,1) 0%,rgba(225,86,22,1) 100%);
+ // background:linear-gradient(90deg, #FF9300 0%, #FF5B00 100%);
background: #FFFFFF;
border: 2rpx solid #C9C9C9;
@@ -240,7 +240,7 @@
.addbtn{
height: 84rpx;
- background: linear-gradient(135deg,rgba(242,143,49,1) 0%,rgba(225,86,22,1) 100%);
+ background: linear-gradient(90deg, #FF9300 0%, #FF5B00 100%);
text-align: center;
font-size: 28rpx;
color: #fff;
@@ -2,8 +2,7 @@
<view class="container login" :style="{paddingTop:CustomBar+'px'}" v-if="isSeller">
<cu-custom :navbar-data='nvabarData' @navigateBack="hanldNavigateBack"></cu-custom>
<view class="login-main">
- <image class="logo" src="https://static.caimei365.com/app/img/icon/login-logo@3x.png" mode=""></image>
- <text class="logo-text">生美/医美采购服务平台</text>
+ <image class="logo" src="https://static.caimei365.com/app/img/icon/logo@2x.png" mode=""></image>
</view>
<view class="login-form">
<view class="login-input">
@@ -145,25 +144,19 @@
.model-warp.show{
- .login-main{
+ .login-main {
- height: 198rpx;
- padding: 170rpx 0 60rpx 0;
- .logo{
- width: 138rpx;
- height: 118rpx;
+ padding: 60rpx 0 40rpx 0;
+ margin-bottom: 70rpx;
+ .logo {
- .logo-text{
- font-size: 30rpx;
- line-height: 44rpx;
- color: $color-system;
- font-weight: 600;
- margin-top: 20rpx;
- }
.login-input{
width: 600rpx;
@@ -872,7 +872,7 @@
height: 100%;
color: #FFFFFF;
- background:linear-gradient(135deg,rgba(242,143,49,1) 0%,rgba(225,86,22,1) 100%);
+ background:linear-gradient(90deg, #FF9300 0%, #FF5B00 100%);
font-size: $font-size-26;
line-height: 80rpx;
@@ -513,7 +513,7 @@
.footer-ri{
width: 200rpx;
height: 64rpx;
float: right;
justify-content: space-between;
@@ -7,7 +7,7 @@
:style="{
height: CustomBar + 120 - StatusBar + 'px',
paddingTop: CustomBar + 'px',
- background: 'linear-gradient(180deg, #FF5B00 0%, #F28F31 100%)',
+ background: 'url(https://static.caimei365.com/app/img/bg/home_cumres@2x.png)',
backgroundSize: 'cover'
}"
>
@@ -15,7 +15,7 @@
$color-system:#FF5B00;
$border-color:#EBEBEB;
$text-color:#333333;
-$btn-confirm:linear-gradient(135deg,rgba(242,143,49,1) 0%,rgba(225,86,22,1) 100%);
+$btn-confirm:linear-gradient(90deg, #FF9300 0%, #FF5B00 100%);
$btn-cancel:#EEC1AB;
$bg-color:#ffffff;
$sub-bg-color: #F7F7F7;