修改所有首页为数字广东
This commit is contained in:
@@ -88,7 +88,7 @@ onUnload(() => {
|
||||
<view class="login-page">
|
||||
<view class="logo-wrapper">
|
||||
<view class="logo">
|
||||
<image src="/static/logo3.png" class="logo-image"></image>
|
||||
<image src="/static/logo4.png" class="logo-image"></image>
|
||||
<!-- <text class="i-carbon-store icon"></text> -->
|
||||
</view>
|
||||
<!-- <text class="app-name">商城+金融</text> -->
|
||||
@@ -140,7 +140,7 @@ onUnload(() => {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.logo-image {
|
||||
width: 60px;
|
||||
width: 378px;
|
||||
height: 60px;
|
||||
}
|
||||
.login-page {
|
||||
@@ -159,15 +159,15 @@ onUnload(() => {
|
||||
margin-bottom: 100rpx;
|
||||
|
||||
.logo {
|
||||
width: 160rpx;
|
||||
height: 160rpx;
|
||||
background: linear-gradient(135deg, #ff6b6b 0%, #ff4d4f 100%);
|
||||
width: 378rpx;
|
||||
height: 60rpx;
|
||||
// background: linear-gradient(135deg, #ff6b6b 0%, #ff4d4f 100%);
|
||||
border-radius: 40rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-bottom: 24rpx;
|
||||
box-shadow: 0 8rpx 24rpx rgba(255, 77, 79, 0.3);
|
||||
// box-shadow: 0 8rpx 24rpx rgba(255, 77, 79, 0.3);
|
||||
|
||||
.icon {
|
||||
font-size: 80rpx;
|
||||
@@ -206,7 +206,7 @@ onUnload(() => {
|
||||
|
||||
.code-btn {
|
||||
font-size: 26rpx;
|
||||
color: #ff4d4f;
|
||||
color: #008ef7;
|
||||
padding-left: 20rpx;
|
||||
border-left: 1rpx solid #ddd;
|
||||
line-height: 1;
|
||||
@@ -219,7 +219,7 @@ onUnload(() => {
|
||||
|
||||
.submit-btn {
|
||||
height: 100rpx;
|
||||
background: linear-gradient(135deg, #ff6b6b 0%, #ff4d4f 100%);
|
||||
background: linear-gradient(135deg, #0060ef 0%, #0060ef 100%);
|
||||
border-radius: 50rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user