185 lines
2.2 KiB
Plaintext
185 lines
2.2 KiB
Plaintext
/**app.wxss**/
|
|
|
|
::-webkit-scrollbar {
|
|
width: 0;
|
|
height: 0;
|
|
color: transparent;
|
|
}
|
|
.home-page {
|
|
height: 160rpx;
|
|
width: 100%;
|
|
/* border: 1rpx solid red; */
|
|
font-size: 60rpx;
|
|
}
|
|
|
|
page {
|
|
height: 100%;
|
|
background-color: #fff;
|
|
}
|
|
pages {
|
|
position: relative;
|
|
z-index: 9999998;
|
|
background: #fff;
|
|
}
|
|
|
|
.container {
|
|
min-height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 0rpx 0;
|
|
box-sizing: border-box;
|
|
font-family: 微软雅黑;
|
|
background: #f9f8f7;
|
|
}
|
|
|
|
.clear:after {
|
|
display: block;
|
|
clear: both;
|
|
content: "";
|
|
visibility: hidden;
|
|
height: 0;
|
|
}
|
|
|
|
.clear1 {
|
|
clear: both;
|
|
}
|
|
|
|
.none {
|
|
display: none;
|
|
}
|
|
|
|
.lf {
|
|
float: left;
|
|
}
|
|
|
|
.rt {
|
|
float: right;
|
|
}
|
|
|
|
.row {
|
|
display: block;
|
|
margin: 0px;
|
|
width: 100%;
|
|
}
|
|
|
|
.col {
|
|
display: flex;
|
|
font-family: -apple-system-font, "Helvetica Neue", sans-serif;
|
|
font-size: 17px;
|
|
}
|
|
|
|
.col>.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9,
|
|
.col-10, .col-11, .col-12 {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.col-1 {
|
|
width: 8.33333333333333%;
|
|
}
|
|
|
|
.col-2 {
|
|
width: 16.6666666666666%;
|
|
}
|
|
|
|
.col-3 {
|
|
width: 25%;
|
|
}
|
|
|
|
.col-4 {
|
|
width: 33.3333333333333%;
|
|
}
|
|
|
|
.col-5 {
|
|
width: 41.6666666666666%;
|
|
}
|
|
|
|
.col-6 {
|
|
width: 50%;
|
|
}
|
|
|
|
.col-7 {
|
|
width: 58.333333333333333%;
|
|
}
|
|
|
|
.col-8 {
|
|
width: 66.66666666666666%;
|
|
}
|
|
|
|
.col-9 {
|
|
width: 75%;
|
|
}
|
|
|
|
.col-10 {
|
|
width: 83.33333333333333%;
|
|
}
|
|
|
|
.col-11 {
|
|
width: 91.66666666666666%;
|
|
}
|
|
|
|
.col-12 {
|
|
width: 100%;
|
|
}
|
|
|
|
.x-center {
|
|
text-align: center;
|
|
}
|
|
.btnBox{
|
|
|
|
}
|
|
|
|
.btn {
|
|
background: #f28455;
|
|
border: none;
|
|
color: #fff;
|
|
border-radius: 0px;
|
|
letter-spacing: 2px;
|
|
}
|
|
|
|
.mask {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: fixed;
|
|
background-color: black;
|
|
z-index: 19999;
|
|
top: 0;
|
|
left: 0;
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.pas {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
width: 65%;
|
|
background: #fff;
|
|
/* padding: 20rpx; */
|
|
border-radius: 10rpx;
|
|
transform: translate(-50%, -50%);
|
|
z-index: 20000;
|
|
}
|
|
|
|
.cha {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
position: absolute;
|
|
top: 25rpx;
|
|
left: 20rpx;
|
|
}
|
|
.no-img {
|
|
width: 120px;
|
|
height: 140px;
|
|
margin: 40% auto;
|
|
display: block;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.no-text {
|
|
color: gray;
|
|
font-size: 32rpx;
|
|
display: block;
|
|
margin: 5px auto;
|
|
text-align: center;
|
|
} |