|
@@ -1,7 +1,8 @@
|
|
<template>
|
|
<template>
|
|
<view class="content">
|
|
<view class="content">
|
|
- <view class="bg"></view>
|
|
|
|
|
|
+ <view class="bg1"></view>
|
|
<view class="bg2"></view>
|
|
<view class="bg2"></view>
|
|
|
|
+ <view class="bg3"></view>
|
|
<view class="tips">
|
|
<view class="tips">
|
|
<text class="title">登录</text>
|
|
<text class="title">登录</text>
|
|
<text class="subtitle">欢迎来到醍摩豆家长</text>
|
|
<text class="subtitle">欢迎来到醍摩豆家长</text>
|
|
@@ -17,6 +18,7 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
+
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script>
|
|
<script>
|
|
@@ -92,18 +94,19 @@
|
|
width: 100vw;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
height: 100vh;
|
|
background-color: #fafafa;
|
|
background-color: #fafafa;
|
|
- z-index: 999;
|
|
|
|
|
|
|
|
.tips {
|
|
.tips {
|
|
padding-top: 200rpx;
|
|
padding-top: 200rpx;
|
|
padding-left: 80rpx;
|
|
padding-left: 80rpx;
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
|
+ z-index: 99;
|
|
|
|
|
|
.title {
|
|
.title {
|
|
line-height: 70rpx;
|
|
line-height: 70rpx;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
font-size: 50rpx;
|
|
font-size: 50rpx;
|
|
|
|
+ z-index: 99;
|
|
}
|
|
}
|
|
|
|
|
|
.subtitle {
|
|
.subtitle {
|
|
@@ -111,65 +114,53 @@
|
|
font-size: 35rpx;
|
|
font-size: 35rpx;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
color: #b0b0b1;
|
|
color: #b0b0b1;
|
|
|
|
+ z-index: 99;
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
- .bg {
|
|
|
|
|
|
+ .bg1 {
|
|
position: fixed;
|
|
position: fixed;
|
|
top: -250rpx;
|
|
top: -250rpx;
|
|
- right: -250rpx;
|
|
|
|
- width: 600rpx;
|
|
|
|
- height: 600rpx;
|
|
|
|
|
|
+ right: -280rpx;
|
|
|
|
+ width: 650rpx;
|
|
|
|
+ height: 650rpx;
|
|
border-radius: 100%;
|
|
border-radius: 100%;
|
|
background-color: #4169E1;
|
|
background-color: #4169E1;
|
|
- z-index: 2
|
|
|
|
|
|
+ margin-right: 10px;
|
|
|
|
+ z-index: 5;
|
|
}
|
|
}
|
|
|
|
|
|
.bg2 {
|
|
.bg2 {
|
|
position: fixed;
|
|
position: fixed;
|
|
- top: -150rpx;
|
|
|
|
- right: -300rpx;
|
|
|
|
|
|
+ top: -100rpx;
|
|
|
|
+ right: -320rpx;
|
|
|
|
+ width: 630rpx;
|
|
|
|
+ height: 630rpx;
|
|
|
|
+ border-radius: 100%;
|
|
|
|
+ margin-top: 20px;
|
|
|
|
+ background-color: #ff5959;
|
|
|
|
+ z-index: 4;
|
|
|
|
+ }
|
|
|
|
+ .bg3 {
|
|
|
|
+ position: fixed;
|
|
|
|
+ top: 400rpx;
|
|
|
|
+ right: 480rpx;
|
|
width: 600rpx;
|
|
width: 600rpx;
|
|
height: 600rpx;
|
|
height: 600rpx;
|
|
border-radius: 100%;
|
|
border-radius: 100%;
|
|
- background-color: #6495ed;
|
|
|
|
- z-index: 1;
|
|
|
|
|
|
+ margin-top: 20px;
|
|
|
|
+ background-color: #FFC600;
|
|
|
|
+ z-index: 4;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+
|
|
|
|
|
|
.form-box {
|
|
.form-box {
|
|
padding-top: 250rpx;
|
|
padding-top: 250rpx;
|
|
padding-left: 70rpx;
|
|
padding-left: 70rpx;
|
|
width: 610rpx;
|
|
width: 610rpx;
|
|
|
|
|
|
- .input-box {
|
|
|
|
- margin: 40rpx 0;
|
|
|
|
- display: flex;
|
|
|
|
- justify-content: flex-start;
|
|
|
|
- align-items: center;
|
|
|
|
- height: 100rpx;
|
|
|
|
- background-color: #f5f5f5;
|
|
|
|
- border-radius: 100rpx;
|
|
|
|
- width: 100%;
|
|
|
|
-
|
|
|
|
- input {
|
|
|
|
- flex: 1;
|
|
|
|
- height: 100%;
|
|
|
|
- font-size: 30rpx;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .left {
|
|
|
|
- padding: 0 30rpx;
|
|
|
|
- width: 35rpx;
|
|
|
|
- height: 35rpx;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .right {
|
|
|
|
- padding: 0 30rpx;
|
|
|
|
- width: 40rpx;
|
|
|
|
- height: 40rpx;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
|
|
|
|
.btn {
|
|
.btn {
|
|
display: flex;
|
|
display: flex;
|
|
@@ -179,24 +170,28 @@
|
|
height: 100rpx;
|
|
height: 100rpx;
|
|
border-radius: 100rpx;
|
|
border-radius: 100rpx;
|
|
color: #FFFFFF;
|
|
color: #FFFFFF;
|
|
|
|
+ font-weight: bold;
|
|
background: linear-gradient(to right, #506AE7, #87CEFA);
|
|
background: linear-gradient(to right, #506AE7, #87CEFA);
|
|
- text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
|
|
|
|
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
|
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
|
margin-top: 30px;
|
|
margin-top: 30px;
|
|
|
|
+ z-index: 99;
|
|
}
|
|
}
|
|
|
|
|
|
.other {
|
|
.other {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
|
+ z-index: 99;
|
|
|
|
|
|
text {
|
|
text {
|
|
line-height: 80rpx;
|
|
line-height: 80rpx;
|
|
font-size: 28rpx;
|
|
font-size: 28rpx;
|
|
|
|
+ z-index: 99;
|
|
}
|
|
}
|
|
|
|
|
|
.other-text-left {
|
|
.other-text-left {
|
|
margin-left: 2px;
|
|
margin-left: 2px;
|
|
margin-top: 10px;
|
|
margin-top: 10px;
|
|
|
|
+ color: #FFFFFF;
|
|
}
|
|
}
|
|
|
|
|
|
.other-text-right {
|
|
.other-text-right {
|
|
@@ -206,4 +201,6 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+
|
|
</style>
|
|
</style>
|