首页标题
This commit is contained in:
@@ -51,7 +51,7 @@ export default {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex: 1;
|
||||
background: $uni-theme-blue;
|
||||
background: $uni-theme-color;
|
||||
color: #fff;
|
||||
height: 80rpx;
|
||||
border-radius: 12rpx;
|
||||
|
||||
@@ -203,7 +203,7 @@ export default {
|
||||
padding: 20rpx;
|
||||
|
||||
.submit-btn {
|
||||
background: $uni-theme-blue;
|
||||
background: $uni-theme-color;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@@ -234,7 +234,7 @@ export default {
|
||||
.login-box-input-btn {
|
||||
width: 200rpx;
|
||||
margin-left: 40rpx;
|
||||
background: $uni-theme-blue;
|
||||
background: $uni-theme-color;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
@@ -195,7 +195,7 @@ export default {
|
||||
padding: 20rpx;
|
||||
|
||||
.submit-btn {
|
||||
background: $uni-theme-blue;
|
||||
background: $uni-theme-color;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@@ -226,7 +226,7 @@ export default {
|
||||
.login-box-input-btn {
|
||||
width: 200rpx;
|
||||
margin-left: 40rpx;
|
||||
background: $uni-theme-blue;
|
||||
background: $uni-theme-color;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
@@ -173,7 +173,7 @@ export default {
|
||||
padding: 20rpx;
|
||||
|
||||
.submit-btn {
|
||||
background: $uni-theme-blue;
|
||||
background: $uni-theme-color;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@@ -204,7 +204,7 @@ export default {
|
||||
.login-box-input-btn {
|
||||
width: 200rpx;
|
||||
margin-left: 40rpx;
|
||||
background: $uni-theme-blue;
|
||||
background: $uni-theme-color;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
@@ -212,7 +212,7 @@ export default {
|
||||
overflow: hidden;
|
||||
|
||||
.login-box-logo {
|
||||
background: $uni-theme-blue;
|
||||
background: $uni-theme-color;
|
||||
height: 100rpx;
|
||||
width: 100rpx;
|
||||
margin: 0 auto;
|
||||
@@ -239,7 +239,7 @@ export default {
|
||||
.login-box-input-btn {
|
||||
width: 200rpx;
|
||||
margin-left: 40rpx;
|
||||
background: $uni-theme-blue;
|
||||
background: $uni-theme-color;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@@ -253,7 +253,7 @@ export default {
|
||||
|
||||
.login-box-switch {
|
||||
margin-top: 60rpx;
|
||||
color: $uni-theme-blue;
|
||||
color: $uni-theme-color;
|
||||
font-size: 28rpx;
|
||||
text-align: center;
|
||||
}
|
||||
@@ -264,7 +264,7 @@ export default {
|
||||
justify-content: center;
|
||||
margin-top: 80rpx;
|
||||
width: 100%;
|
||||
background: $uni-theme-blue;
|
||||
background: $uni-theme-color;
|
||||
color: #fff;
|
||||
height: 80rpx;
|
||||
border-radius: 12rpx;
|
||||
@@ -274,7 +274,7 @@ export default {
|
||||
display: flex;
|
||||
margin-top: 40rpx;
|
||||
font-size: 28rpx;
|
||||
color: $uni-theme-blue;
|
||||
color: $uni-theme-color;
|
||||
}
|
||||
|
||||
.login-box-tips {
|
||||
|
||||
@@ -180,7 +180,7 @@ export default {
|
||||
padding: 20rpx;
|
||||
|
||||
.submit-btn {
|
||||
background: $uni-theme-blue;
|
||||
background: $uni-theme-color;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@@ -212,7 +212,7 @@ export default {
|
||||
.login-box-input-btn {
|
||||
width: 200rpx;
|
||||
margin-left: 40rpx;
|
||||
background: $uni-theme-blue;
|
||||
background: $uni-theme-color;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user