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.
hunjianghu/LL/company1-master/pages/userInfo/userInfo.wxss

46 lines
765 B

6 years ago
/**index.wxss**/
.input_note{width:23%;
color:#363636;
font-size:32rpx;
}
.user_input{
height:90rpx;
line-height:90rpx;
border-bottom:solid 1px #e0e0e0;
padding:0px 25rpx;
align-items:center;
}
.users_detail{
width:100%;
align-items:center;
}
.user_input input{
height:32rpx;
line-height:32rpx;
color:#b2b2b2;
font-size:30rpx;
width:77%;
}
.user_input image{
width:11rpx;
height:20rpx;
margin-top:35rpx;
}
.input_date{
font-size:32rpx;
color:#333;
margin-right:38rpx;
}
.submit_info{
margin:0rpx 25rpx;
width:700rpx;
height:88rpx;
line-height:88rpx;
text-align:center;
font-size:36rpx;
color:#fff;
background:linear-gradient(to right,rgba(72,222,223,1.00),rgba(42,154,225,1.00));
border-radius:10rpx;margin-top:260rpx;}
input{
font-family:''
}