131 lines
5.0 KiB
Plaintext
131 lines
5.0 KiB
Plaintext
page{
|
|
background: #ccc;
|
|
}
|
|
.container {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
font-size: 14px;
|
|
color: #000;
|
|
padding: 0.8em;
|
|
box-sizing: border-box;
|
|
}
|
|
.myorder-menu{display: flex;flex-direction: row;align-items: center;justify-content: center;width:100%; margin-bottom: 0.8em; background-color: #fff;border-radius: 0.4em; overflow: hidden;}
|
|
.myorder-menu view{display: flex;flex: 1; height:2.5em; line-height: 2.5em; text-align: center; border:1px solid #f1f1f1; border-left:0;border-top: 0; align-items: center;justify-content: center;}
|
|
.myorder-menu view.hover{border-bottom:1px solid #00B050;color:#00B050;}
|
|
.mybalance-item {
|
|
float: left;
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
box-sizing: border-box;
|
|
padding: 0.8em;
|
|
margin: 0.8em 0;
|
|
margin-top: 0;
|
|
line-height: 2em;
|
|
border-radius: 0.4em;
|
|
background-color: #fff;
|
|
border: solid 1px #dfdfdf;
|
|
}
|
|
.mybalance-item view {
|
|
float: left;
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: left;
|
|
color: #000;
|
|
font-size: 0.96em;
|
|
box-sizing: border-box;
|
|
}
|
|
.mybalance-item view text{color: #fff;}
|
|
.mybalance-item view text.Totalprice{ margin-left: 1em;}
|
|
.mybalance-item view.Total{float: left; display: block;}
|
|
.mybalance-item view.Total view {
|
|
float: left;
|
|
display: block;
|
|
width: auto;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: #848484;
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.mybalance-item view.Total view text {
|
|
float: left;
|
|
display: block;
|
|
width: auto;
|
|
color: #000;
|
|
}
|
|
.mybalance-item view.Total view.right {
|
|
float: right;
|
|
color: #848484;
|
|
}
|
|
.mybalance-item view.Total view.right span {
|
|
color: #000;
|
|
}
|
|
.mybalance-item view.Total0{float: left; display: block;}
|
|
.mybalance-item view.Total0 view{float: left; display: block;width:auto; margin:0; padding:0;color:#848484; box-sizing: border-box; overflow: hidden;}
|
|
.mybalance-item view.Total0 view text{
|
|
color: #000;
|
|
}
|
|
.mybalance-item view.Total0 view.right {
|
|
float: right;
|
|
width: auto;
|
|
color: #848484;
|
|
}
|
|
.mybalance-item view.Total0 view.right text{color:#000;}
|
|
.mybalance-item view.Total0 view.right .mybtn{border-radius:0.4em; height:1.8em; line-height:1.8em; padding:0 0.4em; color:#fff;background-color: #00B050;}
|
|
.mybalance-item view.button_box {
|
|
float: left;
|
|
display: block;
|
|
}
|
|
.mybalance-item view.button_box .mybtn {
|
|
float: left;
|
|
display: block;
|
|
margin: 0;
|
|
padding: 0;
|
|
width: 50%;
|
|
height: 2.5em;
|
|
line-height: 2.5em;
|
|
background: linear-gradient(to right,#fec811,#fec811);
|
|
color: #000;
|
|
border-radius: 0.5em 0 0 0.5em;
|
|
}
|
|
.mybalance-item view.button_box .mybtn.kddjbtn {
|
|
background: linear-gradient(to right,#ff9615,#ff9615);
|
|
border-radius: 0 0.5em 0.5em 0;
|
|
color: #fff;
|
|
}
|
|
|
|
.Hidden_box{ position: fixed;display: flex;align-items: center; justify-content: center; top:0; left:0; width:100%;height:100vh; background:rgba(0, 0, 0, 0.5);}
|
|
.Hidden_box_to{position: relative; padding: 8px; width:95%;height:auto; background-color: #fff; box-sizing: border-box; border-radius:0.5em;}
|
|
.Hidden_box_to.addcart_box{ position: absolute; bottom:0; width:100%;border-radius:0.5em 0.5em 0 0;}
|
|
.Hidden_box_to .Hidden_box_title{width:100%;height:2.5em; line-height: 2.5em; text-align: left; font-weight: 900; box-sizing: border-box;border-bottom:1px solid #f1f1f1;}
|
|
|
|
.Hidden_box_to .close{position: absolute; right:0.5em; top:0.5em; width:1.5em; height:1.5em; padding:0.15em; background-color:#fff;border:1px solid #f1f1f1;border-radius:50%;box-sizing:border-box;}
|
|
.Hidden_box_to .close image{float:left;width:100%;height:100%; position: relative;}
|
|
.Hidden_box_to .title{width:100%;height:2.5em;}
|
|
.Hidden_box_to .frombody{display: flex;flex-direction: column;flex: 1; max-height: 24em; align-items: center;justify-content: center; overflow: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch;}
|
|
.Hidden_box_to .frombody image{width: 100%;}
|
|
.Hidden_box_to .frombody view{display: flex; flex-direction: row; width: 100%;margin: 0.8em 0;}
|
|
.Hidden_box_to .frombody view text{width: 7em; margin-top:0.4em;}
|
|
.Hidden_box_to .frombody view input{width:100%;height: 2em; border:1px #dfdfdf solid; background-color: #f1f1f1; border-radius:0.4em;padding:0 0.2em;box-sizing: border-box;}
|
|
.Hidden_box_to .frombody .wxParse{
|
|
line-height:1.5em;
|
|
padding:0.8em 0;
|
|
font-size:1em;
|
|
max-height:70vh;
|
|
overflow-y: auto;
|
|
}
|
|
.Hidden_box_to view.button{margin:0.8em 0; margin-bottom: 0; border: 0;}
|
|
.Hidden_box_to view.button button{width:100%;padding:0 1em; height:2em; line-height: 2em; background:linear-gradient(to right,#00B050,#00B050); color:#fff; border-radius:0.2em;}
|
|
|
|
.nodata{padding-top:1em; text-align: center; line-height: 1.5em; color:#939393;}
|
|
.nodata image {
|
|
width: 80px;
|
|
height: 80px;
|
|
} |