优化代码
This commit is contained in:
74
unpackage/dist/dev/mp-weixin/pages/loginWithEmailOrAccount/loginWithEmailOrAccount.wxss
vendored
Normal file
74
unpackage/dist/dev/mp-weixin/pages/loginWithEmailOrAccount/loginWithEmailOrAccount.wxss
vendored
Normal file
@@ -0,0 +1,74 @@
|
||||
|
||||
.bg.data-v-4471409d {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
z-index: -1;
|
||||
background: linear-gradient(to bottom, #11cb2a6e, #2574fc6d);
|
||||
}
|
||||
.bgImg.data-v-4471409d {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.Return.data-v-4471409d {
|
||||
position: absolute;
|
||||
top: 110rpx;
|
||||
left: 35rpx;
|
||||
width: 46rpx;
|
||||
height: 46rpx;
|
||||
z-index: 1;
|
||||
}
|
||||
.title.data-v-4471409d {
|
||||
position: fixed;
|
||||
top: 120rpx;
|
||||
left: 0;
|
||||
right: 0;
|
||||
text-align: center;
|
||||
font-size: 34rpx;
|
||||
color: #100e0f;
|
||||
font-weight: bold;
|
||||
z-index: 1;
|
||||
}
|
||||
.ReturnImg.data-v-4471409d {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.form.data-v-4471409d {
|
||||
position: absolute;
|
||||
top: 0rpx;
|
||||
left: 0rpx;
|
||||
right: 0rpx;
|
||||
bottom: 0rpx;
|
||||
}
|
||||
.form-content.data-v-4471409d {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.input.data-v-4471409d {
|
||||
width: 80%;
|
||||
height: 80rpx;
|
||||
border: none;
|
||||
border-bottom: #4fcacd solid 1px;
|
||||
margin-bottom: 150rpx;
|
||||
padding-left: 10rpx;
|
||||
font-size: 24rpx;
|
||||
color: #000000;
|
||||
}
|
||||
.btn.data-v-4471409d {
|
||||
width: 80%;
|
||||
height: 80rpx;
|
||||
background-color: #4fcacd;
|
||||
border-radius: 20rpx;
|
||||
font-size: 28rpx;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
line-height: 80rpx;
|
||||
margin-top: 100rpx;
|
||||
cursor: pointer;
|
||||
}
|
||||
Reference in New Issue
Block a user