56 lines
1.1 KiB
Plaintext
56 lines
1.1 KiB
Plaintext
|
|
||
|
.content {
|
||
|
display: -webkit-box;
|
||
|
display: -webkit-flex;
|
||
|
display: flex;
|
||
|
-webkit-box-orient: vertical;
|
||
|
-webkit-box-direction: normal;
|
||
|
-webkit-flex-direction: column;
|
||
|
flex-direction: column;
|
||
|
-webkit-box-pack: center;
|
||
|
-webkit-justify-content: center;
|
||
|
justify-content: center;
|
||
|
-webkit-box-align: center;
|
||
|
-webkit-align-items: center;
|
||
|
align-items: center;
|
||
|
background: url(../../static/img/background.55b53f1d.png);
|
||
|
}
|
||
|
image.cont {
|
||
|
width: 750rpx;
|
||
|
min-height: 100vh;
|
||
|
height: auto;
|
||
|
position: relative;
|
||
|
height: 100%;
|
||
|
position: absolute;
|
||
|
z-index: 0;
|
||
|
}
|
||
|
.content .app-title {
|
||
|
z-index: 99;
|
||
|
font-size: 60rpx;
|
||
|
color: #FFFFFF;
|
||
|
border-bottom: 1rpx solid #FFFFFF;
|
||
|
}
|
||
|
.content form {
|
||
|
width: 80%;
|
||
|
margin-top: 100rpx;
|
||
|
}
|
||
|
.content form .uni-form-item {
|
||
|
margin-bottom: 20rpx;
|
||
|
}
|
||
|
.content form .uni-form-item .title {
|
||
|
font-size: 30rpx;
|
||
|
color: #FFFFFF;
|
||
|
}
|
||
|
.content form .uni-form-item .uni-input {
|
||
|
border: 1rpx solid #FFFFFF;
|
||
|
background-color: #FFFFFF;
|
||
|
height: 50rpx;
|
||
|
padding: 10rpx;
|
||
|
border-radius: 10rpx;
|
||
|
}
|
||
|
.content form .uni-form-item .login {
|
||
|
margin-top: 180rpx;
|
||
|
font-size: 30rpx;
|
||
|
}
|
||
|
|