纸通宝小程序
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.
 

30 lines
399 B

/* pages/home/service/index.wxss */
.mt-15 {
margin-top: 24rpx;
}
.min-height350 {
min-height: 350rpx;
}
.min-height600 {
min-height: 600rpx;
}
.vertical-center {
display: flex;
align-items: center;
justify-content: center;
}
.mg-left {
margin-left: 45rpx;
}
.input-content {
background-color: #f1f1f1;
width: 100%;
padding: 18rpx;
font-size: 28rpx;
margin-top: 24rpx;
}