jiaqingjiayi-xiaochengxu/甲情_甲意/miniprogram/pages/kehushangmenyuyueqiangdan/kehushangmenyuyueqiangdan.acss
2024-12-10 18:35:22 +08:00

43 lines
738 B
Plaintext

.text{
font-size: 23px;
margin-left: 20rpx;
}
.box{
margin-top: 20rpx;
}
.box1{
width: 100%;
height:100rpx;
border-top: 1px solid rgb(180, 177, 177);
display: flex;
align-items: center;
justify-content: space-between;
}
.ktext{
font-size: 18px;
color: rgb(164, 161, 161);
margin-left: 10rpx;
}
.submit{
width: 80%;
height: 80rpx;
border: 1px solid #de868f;
border-radius: 40rpx;
display: flex;
justify-content: center;
align-items: center;
background-color: #de868f;
}
.box2{
display: flex;
justify-content: center;
margin-top: 100rpx;
}
.box3{
width: 100%;
height:100rpx;
border: 1px solid rgb(180, 177, 177);
display: flex;
align-items: center;
justify-content: space-between;
}