xiaokuaisong-xiaochengxu/uniapp04/unpackage/dist/dev/mp-alipay/pages/errands/errands.acss
2024-10-18 15:53:00 +08:00

48 lines
698 B
Plaintext

page {
background-color: #f4f4f4;
}
.viewport {
width: 90%;
height: 330px;
margin: 0 auto;
background-color: #fff;
border-radius: 10px;
}
.btn_style {
display: inline-block;
width: 100px;
background-color: #9abbd9;
border-radius: 15px;
margin-left: 15px;
margin-top: 10px;
color: #fff;
}
.address {
width: 100%;
height: 250px;
}
.sent {
width: 85%;
height: 80px;
background-color: #c1c1c1;
border-radius: 15px;
margin: 0 auto;
margin-top: 10px;
}
.addressNow {
font-size: 25px;
color: #fff;
line-height: 80px;
padding-left: 25px;
}
.order {
width: 85%;
height: 50px;
background-color: #9abbd9;
border-radius: 15px;
margin: 0 auto;
color: #fff;
margin-top: 15px;
}