You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
935 B
59 lines
935 B
.app-wallpaper{ |
|
position: relative; |
|
background:{ |
|
size: 100% 100%; |
|
repeat: no-repeat; |
|
}; |
|
.container-background-group{ |
|
position: relative; |
|
padding:{ |
|
bottom:10rpx; |
|
} |
|
.container-background-content{ |
|
background: { |
|
color:#FFFFFF; |
|
}; |
|
border:2rpx solid #262626; |
|
border-radius:26rpx; |
|
padding:30rpx; |
|
.submit-button{ |
|
justify-content: center; |
|
padding:{ |
|
top:50rpx; |
|
bottom:20rpx; |
|
} |
|
} |
|
} |
|
.container-background-box{ |
|
box-sizing: border-box; |
|
width:100%; |
|
height:100%; |
|
position: absolute; |
|
top:0; |
|
left:0; |
|
z-index: -1; |
|
padding:{ |
|
left:10rpx; |
|
right:10rpx; |
|
bottom:0rpx; |
|
top:10rpx; |
|
} |
|
.container-background{ |
|
margin:auto; |
|
width:100%; |
|
height:100%; |
|
background: { |
|
color:#4DC3B8; |
|
}; |
|
border:2rpx solid #262626; |
|
border-radius:26rpx; |
|
} |
|
} |
|
|
|
.u-form{ |
|
.u-form-item{ |
|
justify-content: space-between; |
|
} |
|
} |
|
} |
|
} |