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.
 

25 lines
473 B

/* pages/order/joinOrder/index.wxss */
.input-item {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 30rpx;
margin:0 30rpx;
height: 120rpx;
border-bottom: 1rpx solid #d8d8d8;
}
.input-item input {
display: block;
width: 560rpx;
}
.btn {
width: 632rpx;
line-height: 70rpx;
text-align: center;
background: #0B898E;
border-radius: 20rpx;
margin: 0 auto;
margin-top: 400rpx;
color: #ffffff;
font-size: 30rpx;
}