You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
137 lines
2.3 KiB
Plaintext
137 lines
2.3 KiB
Plaintext
/* pages/wodeBillDetail/index.wxss */
|
|
@import "../townsMan/index.wxss";
|
|
|
|
page {
|
|
background-color: #fff;
|
|
/* padding-top: 80px; */
|
|
display: block;
|
|
}
|
|
.shareTitle{
|
|
height: 80px;
|
|
line-height: 120px;
|
|
text-align: center;
|
|
}
|
|
.container{
|
|
height: calc(100% - 80px);
|
|
}
|
|
.menuBorder {
|
|
position: absolute;
|
|
width: 72px;
|
|
margin-left: -36px;
|
|
}
|
|
.totalPriceInfoContainer {
|
|
padding: 10px 10px 0 10px;
|
|
}
|
|
.totalPriceInfo {
|
|
min-height: 198px;
|
|
padding: 20px 16px 10px 20px;
|
|
box-sizing: border-box;
|
|
background-color: #fff1ec;
|
|
border-radius: 8px;
|
|
}
|
|
|
|
.taxPrecent,
|
|
.beforePrice {
|
|
position: relative;
|
|
width: 50%;
|
|
/* flex: 1; */
|
|
padding: 12px 0;
|
|
}
|
|
|
|
.beforePrice {
|
|
/* padding-left: 50px; */
|
|
text-indent: 50px;
|
|
}
|
|
.taxPrecent::after {
|
|
content: "";
|
|
display: block;
|
|
position: absolute;
|
|
width: 1px;
|
|
height: 16px;
|
|
right: 0;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
background-color: #ccc;
|
|
}
|
|
.footer {
|
|
position: relative;
|
|
padding: 10px 0 0 0;
|
|
}
|
|
.footer::after {
|
|
content: "";
|
|
display: block;
|
|
position: absolute;
|
|
width: calc(100% + 40px);
|
|
height: 1px;
|
|
background-color: #fff;
|
|
top: 0;
|
|
left: -20px;
|
|
}
|
|
.weui-half-screen-dialog__hd::after {
|
|
content: "";
|
|
display: block;
|
|
position: absolute;
|
|
width: calc(100% + 48px);
|
|
height: 1px;
|
|
bottom: 0;
|
|
left: -24px;
|
|
background-color: #e2e2e2;
|
|
}
|
|
.weui-half-screen-dialog {
|
|
height: 676px;
|
|
bottom: 0;
|
|
top: unset;
|
|
border-radius: 8px 8px 0px 0px;
|
|
padding: 0 16px 36px;
|
|
}
|
|
.weui-cell {
|
|
padding: 0;
|
|
padding-top: 16px;
|
|
font-size: 16px;
|
|
}
|
|
.weui-cell::before {
|
|
display: none;
|
|
}
|
|
.weui-half-screen-dialog__ft {
|
|
padding-bottom: 0;
|
|
}
|
|
.weui-half-screen-dialog__btn-area .weui-btn {
|
|
width: 200px;
|
|
height: 36px;
|
|
line-height: 36px;
|
|
background: #ff4400;
|
|
border-radius: 25px;
|
|
padding: 0;
|
|
}
|
|
.footerBox {
|
|
/* height: 84px; */
|
|
position: absolute;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
width: calc(100% - 20px);
|
|
bottom: 0;
|
|
padding: 12px 15px 32px;
|
|
align-items: center;
|
|
background-color: #fff;
|
|
/* border-top: 1px solid #ccc; */
|
|
box-shadow: 0px -1px 0px 0px rgba(153, 153, 153, 0.1);
|
|
}
|
|
.footerBox .weui-btn {
|
|
width: 98px;
|
|
height: 36px;
|
|
line-height: 36px;
|
|
font-weight: normal;
|
|
background: #ff4400;
|
|
border-radius: 18px;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.total {
|
|
height: calc(100% - 180px);
|
|
margin-bottom: 200px;
|
|
}
|
|
.nottotal {
|
|
height: calc(100% - 100px);
|
|
/* margin-bottom: 0px; */
|
|
}
|