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.
57 lines
1.1 KiB
57 lines
1.1 KiB
4 years ago
|
/* pages/activity/signIn/index.wxss */
|
||
|
.signIn-page{
|
||
|
padding: 56rpx 32rpx;
|
||
|
}
|
||
|
.title-box text:nth-child(1){
|
||
|
font-size: 42rpx;
|
||
|
font-weight: bold;
|
||
|
display: block;
|
||
|
line-height: 58rpx;
|
||
|
margin-bottom: 8rpx;
|
||
|
}
|
||
|
.title-box text:nth-child(2){
|
||
|
font-size: 24rpx;
|
||
|
display: block;
|
||
|
color: #F96B1C;
|
||
|
}
|
||
|
.form-item{
|
||
|
font-size: 32rpx;
|
||
|
color: #333;
|
||
|
margin-top: 46rpx;
|
||
|
}
|
||
|
.form-item input[type="text"]{
|
||
|
padding: 26rpx 0 32rpx;
|
||
|
border-bottom: 2px solid #F4F4F4;
|
||
|
font-size: 28rpx;
|
||
|
}
|
||
|
.input-box input[type="text"]{
|
||
|
width: calc(100% - 310rpx);
|
||
|
}
|
||
|
.form-item input[type="button"]{
|
||
|
width: 175rpx;
|
||
|
height:78rpx;
|
||
|
line-height: 78rpx;
|
||
|
text-align: center;
|
||
|
color: #fff;
|
||
|
background: #EBB672;
|
||
|
padding: 0 10rpx;
|
||
|
border-radius: 8rpx;
|
||
|
font-size: 28rpx;
|
||
|
margin-left: 12rpx;
|
||
|
}
|
||
|
|
||
|
.submit-btn{
|
||
|
width: 100% !important;
|
||
|
position: fixed;
|
||
|
bottom: 60rpx;
|
||
|
left: 0;
|
||
|
width: 100%;
|
||
|
height: 76rpx !important;
|
||
|
background: #EBB672;
|
||
|
color: #FFF;
|
||
|
font-size: 32rpx;
|
||
|
line-height: 76rpx !important;
|
||
|
padding: 0 !important;
|
||
|
text-align: center;
|
||
|
border-radius: 0 !important;
|
||
|
}
|