mobileclient/v1_5_0_C/myOrder.css

182 lines
2.6 KiB
CSS
Raw Normal View History

2022-09-21 17:30:39 +08:00
@media screen and (min-width:900px) {
html {
transform: scale(0.3);
background: #fff;
transform-origin: 50% 0px 0px;
height: calc(100vh);
}
#app {
height: 6rem !important;
overflow: scroll;
}
2022-09-21 17:30:39 +08:00
}
* {
margin: 0;
padding: 0;
list-style: none;
}
html {
font-size: 26.66666667vw;
}
html,
2022-09-28 14:28:03 +08:00
body,
#app {
2022-09-21 17:30:39 +08:00
height: 100%;
}
#app {
background: #F4F6F9;
font-size: 0.16rem;
padding: 0.1rem;
box-sizing: border-box;
}
.content {
padding-bottom: 0.52rem;
box-sizing: border-box;
2022-09-28 14:28:03 +08:00
height: 100%;
overflow: auto;
}
2022-09-21 17:30:39 +08:00
.content-item {
height: 1.56rem;
background: #FFFFFF;
border-radius: 0.05rem;
margin-bottom: 0.1rem;
}
.top {
padding: 0.1rem 0.15rem;
border-bottom: 0.01rem solid #F4F6F9;
display: flex;
justify-content: space-between;
box-sizing: border-box;
}
.time {
font-size: 0.13rem;
color: #696E79;
}
.middle {
padding: 0.1rem 0.15rem;
box-sizing: border-box;
display: flex;
}
.status {
font-size: 0.14rem;
color: #44D27D;
}
.right {
flex: 1;
margin-left: 0.14rem;
}
.title_originalPrice {
display: flex;
justify-content: space-between;
}
.middle img {
width: 0.57rem;
height: 0.57rem;
}
.title {
font-size: 0.14rem;
color: #0A0A0A;
margin-bottom: 0.04rem;
}
.id {
font-size: 0.12rem;
color: #B6B8BD;
}
.originalPrice {
font-size: 0.13rem;
}
.money {
font-size: 0.13rem;
color: #0A0A0A;
}
.money>span {
font-size: 0.18rem;
}
.button {
width: 0.7rem;
height: 0.25rem;
border: 0.01rem solid #FD553D;
border-radius: 0.3rem;
font-size: 0.13rem;
color: #FD553D;
text-align: center;
line-height: 0.25rem;
2022-09-22 15:39:46 +08:00
cursor: pointer;
2022-09-21 17:30:39 +08:00
}
.bottom {
padding: 0 0.15rem 0.05rem;
box-sizing: border-box;
display: flex;
justify-content: space-between;
}
.backPresTy {
2022-09-23 11:19:55 +08:00
position: fixed;
2022-09-21 17:30:39 +08:00
top: 0.1rem;
left: 0.1rem;
width: 0.31rem;
height: 0.31rem;
z-index: 877;
2022-09-28 14:28:03 +08:00
}
.empty {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100%;
}
.empty img {
width: 1.61rem;
height: 0.82rem;
}
.empty p {
font-size: 0.13rem;
color: #A6A5B2;
}
.prompt {
display: inline-block;
min-width: 50%;
padding: 0.08rem;
background: rgba(0, 0, 0, 0);
border-radius: 0.2rem;
color: #fff;
position: fixed;
top: 20%;
left: -150%;
margin-left: -25%;
text-align: center;
transition: left .2s;
z-index: 99999;
}
.proactive {
left: 50%;
background: rgba(0, 0, 0, 0.7);
2022-09-21 17:30:39 +08:00
}