Files
tk-mini-program/unpackage/dist/dev/mp-weixin/pages/loginWithEmailOrAccount/loginWithEmailOrAccount.wxss
pengxiaolong 0044f8f334 优化代码
2025-09-29 20:48:31 +08:00

75 lines
1.3 KiB
Plaintext

.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;
}