2023-02-21 22:34:08 +08:00

24 lines
273 B
Plaintext

/* pages/index/index.wxss */
.text{
font-size: 8vw
}
.form{
margin: 20rpx;
}
.section{
display: flex;
line-height: 5vw;
}
.section text{
font-size: 30rpx;
margin: 10rpx 0;
padding-right:20rpx;
}
.section input{
height: 6vw;
border: 2rpx solid gray;
}