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.
 

72 lines
1.3 KiB

/* pages/activity/huawei/form/index.wxss */
.topimg {
display: block;
width: 100%;
}
page {
background: #003323;
}
.input-box {
margin: 0 42rpx;
position: relative;
z-index: 1;
margin-top: -130rpx;
background: white;
border-radius: 16rpx;
font-size: 31rpx;
padding: 30rpx 52rpx;
}
.input-box image {
display: block;
width: 264rpx;
height: 68rpx;
}
.input-box image.submit-btn {
display: block;
width: 561rpx;
height: 104rpx;
margin: 0 auto;
margin-top: 35rpx;
}
.input-box input {
display: block;
padding: 10rpx 30rpx;
width: 420rpx;
height: 71rpx;
line-height: 71rpx;
background: #FFFFFF;
border: 1rpx solid #CCCCCC;
border-radius: 10rpx;
box-sizing: border-box;
color: #333;
font-size: 32rpx;
font-weight: 500;
flex-shrink: 0;
}
.input-item {
display: flex;
align-items: center;
justify-content: space-between;
font-weight: 500;
font-size: 32rpx;
color: #333333;
margin-top: 45rpx;
margin-bottom: 45rpx;
}
.picker {
padding: 0 30rpx;
width: 420rpx;
height: 71rpx;
line-height: 71rpx;
background: #FFFFFF;
border: 1rpx solid #CCCCCC;
border-radius: 10rpx;
box-sizing: border-box;
color: #333;
font-size: 32rpx;
font-weight: 500;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: space-between;
}