上传代码
This commit is contained in:
47
uniapp04/unpackage/dist/dev/mp-weixin/pages/errands/errands.wxss
vendored
Normal file
47
uniapp04/unpackage/dist/dev/mp-weixin/pages/errands/errands.wxss
vendored
Normal file
@ -0,0 +1,47 @@
|
||||
|
||||
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;
|
||||
}
|
Reference in New Issue
Block a user