body {
|
font-size: 0.26rem;
|
background-color: #F3F3F3;
|
}
|
|
[v-cloak] {
|
display: none !important;
|
}
|
|
.top {
|
width: 100%;
|
height: 0.92rem;
|
background: linear-gradient(0deg, rgba(206, 227, 255, 0.42), rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.42), rgba(196, 221, 255, 0.42));
|
font-size: 0.36rem;
|
color: #B149E8;
|
text-align: center;
|
line-height: 0.92rem;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
|
|
}
|
|
.top>img:first-child {
|
|
width: 0.44rem;
|
height: 0.44rem;
|
|
margin-right: 0.18rem;
|
|
|
}
|
|
.top>img:last-child {
|
margin-left: 0.19rem;
|
width: 0.18rem;
|
height: 0.31rem;
|
}
|
|
.nav-container {
|
background-color: #FFF;
|
display: flex;
|
align-items: center;
|
border-bottom: solid 1px #E0E0E0;
|
width: 100%;
|
justify-content: center;
|
position: fixed;
|
z-index: 1000;
|
top: 0.92rem;
|
}
|
|
|
.nav-container>div {
|
width: 3.75rem;
|
text-align: center;
|
justify-content: center;
|
display: flex;
|
}
|
|
.nav {
|
font-weight: 400;
|
font-size: 0.34rem;
|
color: #333333;
|
border: none;
|
width: 1.14rem;
|
text-align: center;
|
padding: 0.2rem 0.1rem;
|
}
|
|
#container {
|
display: flex;
|
flex-direction: column;
|
height: 100%;
|
}
|
|
.nav-container .active {
|
color: #E5005C;
|
border-bottom: solid 0.04rem #E5005C;
|
}
|
|
.cutline {
|
width: 1px !important;
|
height: 0.60rem;
|
background: #E0E0E0;
|
}
|
|
.content-order {
|
display: flex;
|
flex-direction: column;
|
flex: 1;
|
position: fixed;
|
top: 1.82rem;
|
height: 100%;
|
width: 100%;
|
}
|
|
.content-order .search {
|
width: 100%;
|
height: 0.6rem;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
padding-top: 0.2rem;
|
background-color: #FFF;
|
position: absolute;
|
top: 0;
|
}
|
|
.content-order .search>div:first-child {
|
height: 0.6rem;
|
background: #F3F3F3;
|
border-radius: 0.30rem;
|
padding-left: 0.27rem;
|
width: 5.56rem;
|
margin-right: 0.27rem;
|
}
|
|
.content-order .search>div:first-child img {
|
width: 0.27rem;
|
}
|
|
.content-order .search>div:first-child input {
|
height: 0.6rem;
|
background-color: transparent;
|
border: none;
|
width: 4.8rem;
|
}
|
|
.content-order .search .search-btn {
|
font-weight: 500;
|
font-size: 0.30rem;
|
color: #333333;
|
}
|
|
.content-order .screen {
|
width: 100%;
|
display: flex;
|
justify-content: space-between;
|
color: #888888;
|
padding:0 0.23rem;
|
height: 0.9rem;
|
align-items: center;
|
background-color: #FFF;
|
position: absolute;
|
top: 0.8rem;
|
box-sizing: border-box;
|
}
|
|
.content-order .screen>div:first-child {
|
color: #888888;
|
font-size: 0.28rem;
|
align-items: flex-end;
|
}
|
|
.content-order .screen>div:first-child img {
|
width: 0.34rem;
|
}
|
|
.content-order .screen .red {
|
color: #E5005C;
|
font-size: 0.36rem;
|
font-weight: bold;
|
}
|
|
.content-order .list {
|
overflow: auto;
|
margin-top: 1.65rem;
|
box-sizing: border-box;
|
height: 100%;
|
}
|
|
.content-order .item {
|
width: 7.1rem;
|
height: 2.12rem;
|
padding: 0 0.3rem;
|
background-color: #FFF;
|
border-radius: 0.2rem;
|
margin: 0.15rem 0.20rem;
|
box-sizing: border-box;
|
}
|
|
.content-order .item>div:first-child {
|
display: flex;
|
border-bottom: solid 1px #E0E0E0;
|
padding: 0.15rem 0rem;
|
justify-content: space-between;
|
}
|
|
.content-order .item>div:first-child .time {
|
font-weight: 400;
|
font-size: 0.24rem;
|
color: #888888;
|
line-height: 0.39rem;
|
text-align: right;
|
white-space: pre-wrap;
|
}
|
|
.content-order .item .user {
|
display: flex;
|
align-items: center;
|
}
|
|
.content-order .item .user img {
|
width: 0.66rem;
|
height: 0.66rem;
|
border-radius: 0.33rem;
|
margin-right: 0.2rem;
|
}
|
|
.content-order .item .user .name {
|
font-weight: 400;
|
font-size: 0.28rem;
|
color: #000000;
|
margin-bottom: 0.1rem;
|
}
|
|
.content-order .item .user .id {
|
font-weight: 400;
|
font-size: 0.28rem;
|
color: #888888;
|
}
|
|
.content-order .item>div:last-child {
|
display: flex;
|
padding: 0.1rem 0rem;
|
justify-content: space-between;
|
}
|
|
.content-order .item>div:last-child>div {
|
text-align: center;
|
}
|
|
.content-order .item>div:last-child .title {
|
font-size: 0.20rem;
|
color: #888888;
|
margin-bottom: 0.2rem;
|
}
|
|
.content-order .item>div:last-child .val {
|
font-size: 0.30rem;
|
color: #000000;
|
}
|
|
#screen {
|
border-top-left-radius: 0.3rem;
|
border-top-right-radius: 0.3rem;
|
background-color: #FFF;
|
display: none;
|
position: relative;
|
color: #A1A1A1;
|
}
|
|
#screen .title {
|
font-size: 0.36rem;
|
color: #4C4C4C;
|
line-height: 1.24rem;
|
height: 1.24rem;
|
text-align: center;
|
border-bottom: 1px solid #F4F4F3;
|
}
|
|
#screen .close {
|
position: absolute;
|
right: 0.43rem;
|
top: 0.52rem;
|
width: 0.22rem;
|
height: auto;
|
}
|
|
#screen .date {
|
border-bottom: 1px solid #F4F4F3;
|
display: flex;
|
justify-content: space-between;
|
padding: 0 0.35rem 0.35rem 0.35rem;
|
}
|
|
#screen .item {
|
width: 1.54rem !important;
|
height: 0.74rem;
|
border-radius: 0.37rem;
|
border: 1px solid #CBCBCB;
|
line-height: 0.74rem;
|
font-size: 0.28rem;
|
color: #A1A1A1;
|
text-align: center;
|
padding: 0;
|
margin: 0;
|
}
|
|
#screen .active {
|
color: #FFF;
|
background-color: #FF2B4B;
|
border: none;
|
}
|
|
#screen>div:nth-child(3) {
|
font-size: 0.30rem;
|
color: #A1A1A1;
|
line-height: 0.48rem;
|
padding: 0.24rem 0 0.34rem 0.35rem;
|
}
|
|
#screen .btn-container {
|
display: flex;
|
justify-content: space-between;
|
padding: 0 0.4rem;
|
align-items: center;
|
height: 1.16rem;
|
}
|
|
#screen .btn {
|
border-radius: 0.37rem;
|
line-height: 0.74rem;
|
text-align: center;
|
width: 3.20rem;
|
height: 0.74rem;
|
box-sizing: border-box;
|
}
|
|
#screen .btn-reset {
|
border: 2px solid #FF2B4B;
|
color: #FF2B4B;
|
}
|
|
#screen .btn-sure {
|
background-color: #FF2B4B;
|
color: #FFF;
|
}
|
|
.content-withdraw {
|
position: fixed;
|
top: 1.82rem;
|
bottom: 1.02rem;
|
height: 100%;
|
overflow: auto;
|
width: 100%;
|
display: flex;
|
flex-direction: column;
|
}
|
|
.content-withdraw>.list {
|
margin-bottom: 1.02rem;
|
height: 100%;
|
}
|
|
.content-withdraw>.list>div {
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
}
|
|
.content-withdraw>.list>div>.item {
|
width: 7.1rem;
|
height: 1.66rem;
|
padding: 0 0.3rem;
|
background-color: #FFF;
|
border-radius: 0.2rem;
|
margin: 0 0.2rem 0.2rem 0.2rem;
|
box-sizing: border-box;
|
display: flex;
|
flex-direction: column;
|
}
|
|
.content-withdraw>.list>div>.month {
|
background: #FFFFFF;
|
border-radius: 0.22rem;
|
width: 2.60rem;
|
height: 0.45rem;
|
line-height: 0.45rem;
|
text-align: center;
|
font-size: 0.24rem;
|
color: #787878;
|
display: block;
|
margin-bottom: 0.18rem;
|
margin-top: 0.05rem;
|
}
|
|
.content-withdraw>.list>div>.item>.time {
|
text-align: center;
|
font-size: 0.24rem;
|
color: #888888;
|
line-height: 0.56rem;
|
border-bottom: solid 1px #E0E0E0;
|
}
|
|
.content-withdraw>.list>div>.item>div:last-child {
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
padding-top: 0.16rem;
|
}
|
|
.content-withdraw>.list>div>.item:last-child>div {
|
text-align: center;
|
}
|
|
.content-withdraw>.list>div>.item .title {
|
font-size: 0.20rem;
|
color: #888888;
|
margin-bottom: 0.2rem;
|
}
|
|
.content-withdraw>.list>div>.item: .val {
|
font-size: 0.30rem;
|
color: #000000;
|
}
|
|
.content-withdraw>.list>div>.item>div:last-child>.btn {
|
background: #D0D0D0;
|
border-radius: 0.22rem;
|
font-size: 0.28rem;
|
color: #FFFFFF;
|
width: 1.20rem;
|
height: 0.46rem;
|
line-height: 0.46rem;
|
}
|
|
.content-withdraw>.list>div>.item>div:last-child>.active {
|
background: #E5005C;
|
}
|
|
.content-withdraw .alipay-setting {
|
position: fixed;
|
bottom: 0;
|
height: 1.02rem;
|
line-height: 1.02rem;
|
text-align: center;
|
background: #FFF;
|
width: 100%;
|
display: flex;
|
justify-content: center;
|
}
|
|
.content-withdraw .alipay-setting .btn {
|
background: #FFFFFF;
|
border-radius: 0.38rem;
|
border: 1px solid #E5005C;
|
text-align: center;
|
height: 0.76rem;
|
width: 5.6rem;
|
line-height: 0.76rem;
|
font-size: 0.34rem;
|
color: #E5005C;
|
margin: auto 0;
|
}
|
|
.content-withdraw .alipay-setting .btn img {
|
width: 0.29rem;
|
height: 0.29rem;
|
}
|
|
.loading {
|
|
text-align: center;
|
font-size: 0.3rem;
|
line-height: 0.8rem;
|
height: 0.8rem;
|
color: #333333;
|
width: 100%;
|
margin-bottom: 1.92rem;
|
|
}
|
|
.loading-no {
|
color: #888888;
|
}
|
|
.empty {
|
color: #888888;
|
height: 100%;
|
text-align: center;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
}
|