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.
20 lines
275 B
20 lines
275 B
/* pages/home/service/index.wxss */
|
|
.mt-15 {
|
|
margin-top: 24rpx;
|
|
}
|
|
|
|
.min-height350 {
|
|
min-height: 350rpx;
|
|
}
|
|
|
|
.min-height600 {
|
|
min-height: 600rpx;
|
|
}
|
|
|
|
.input-content {
|
|
background-color: #f1f1f1;
|
|
width: 100%;
|
|
padding: 18rpx;
|
|
font-size: 28rpx;
|
|
margin-top: 24rpx;
|
|
}
|