80 lines
1.3 KiB
Plaintext
80 lines
1.3 KiB
Plaintext
/** index.wxss **/
|
|
@import "../../../config/styles/mp/index.less";
|
|
@import "../../../config/styles/mp/mixins.less";
|
|
|
|
.page-body {
|
|
height: 100%;
|
|
display: flex;
|
|
flex: 1;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
background-color: @oak-bg-color-container;
|
|
.safe-area-inset-bottom();
|
|
}
|
|
|
|
.register-box {
|
|
padding: 32rpx;
|
|
min-width: 80vw;
|
|
}
|
|
|
|
.regitser-title {
|
|
padding-bottom: 24rpx;
|
|
font-size: 40rpx;
|
|
font-weight: 600;
|
|
text-align: center;
|
|
}
|
|
|
|
.register-body {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
width: 100%;
|
|
}
|
|
|
|
.my-input {
|
|
padding-right: 0rpx !important;
|
|
padding-left: 0rpx !important;
|
|
height: 80rpx !important;
|
|
line-height: 80rpx !important;
|
|
border: 2rpx solid #D9d9D9;
|
|
border-radius: 16rpx;
|
|
}
|
|
|
|
.input {
|
|
padding-left: 12rpx !important;
|
|
}
|
|
|
|
.formItem {
|
|
padding: 0rpx !important;
|
|
min-width: 80vw;
|
|
}
|
|
|
|
.my-btn {
|
|
margin-top: 48rpx;
|
|
}
|
|
|
|
.label {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
justify-content: flex-start;
|
|
gap: 8rpx;
|
|
color: #000;
|
|
}
|
|
|
|
.help {
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.login {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: @oak-color-primary;
|
|
font-size: 28rpx;
|
|
margin-top: 24rpx;
|
|
} |