199 lines
4.0 KiB
CSS
199 lines
4.0 KiB
CSS
body {
|
|
font-size: 0.16rem;
|
|
}
|
|
#app {
|
|
background: #000;
|
|
/* background: #344b58; */
|
|
min-height: 100vh;
|
|
max-width: 750px;
|
|
margin: 0 auto;
|
|
padding-bottom: 1rem;
|
|
}
|
|
.van-popup {
|
|
max-width: 400px;
|
|
}
|
|
.ve-table {
|
|
max-width: 750px;
|
|
}
|
|
.ve-table
|
|
.ve-table-container
|
|
.ve-table-content-wrapper
|
|
table.ve-table-content
|
|
thead.ve-table-header
|
|
tr.ve-table-header-tr
|
|
th.ve-table-header-th {
|
|
font-size: 13px !important;
|
|
background: #2c323b !important;
|
|
/* background: rgba(115, 140, 170, 1) !important; */
|
|
/* font-weight: bold !important; */
|
|
/* letter-spacing: 1px; */
|
|
/* color: #344b58 !important; */
|
|
}
|
|
.ve-table
|
|
.ve-table-container
|
|
.ve-table-content-wrapper
|
|
table.ve-table-content
|
|
tbody.ve-table-body.ve-table-row-hover
|
|
tr.ve-table-body-tr
|
|
td {
|
|
background: #191b1f !important;
|
|
/* background: #191b1f !important; */
|
|
/* background: rgba(95, 130, 160, 1) !important; */
|
|
/* background: rgba(115, 140, 170, 0.35) !important; */
|
|
color: #e6e6e6 !important;
|
|
font-size: 13px !important;
|
|
}
|
|
.ve-table-header-tr {
|
|
height: 30px !important;
|
|
}
|
|
.ve-table .ve-table-container .ve-table-content-wrapper table.ve-table-content tbody.ve-table-body tr.ve-table-body-tr,
|
|
.ve-table
|
|
.ve-table-container
|
|
.ve-table-content-wrapper
|
|
table.ve-table-content
|
|
tbody.ve-table-body
|
|
tr.ve-table-expand-tr {
|
|
height: 30px !important;
|
|
}
|
|
.ve-table.ve-table-border-around {
|
|
border: 1px solid #3b3e46 !important;
|
|
}
|
|
.ve-table-header-th {
|
|
border-right-color: #3b3e46 !important;
|
|
border-bottom-color: #3b3e46 !important;
|
|
font-size: 0.1rem !important;
|
|
padding: 10px 0 !important;
|
|
color: #aaa;
|
|
}
|
|
.ve-table-body-td {
|
|
border-right-color: #3b3e46 !important;
|
|
border-bottom-color: #3b3e46 !important;
|
|
font-size: 0.1rem !important;
|
|
padding: 10px 0px !important;
|
|
/* border-right: !important; */
|
|
}
|
|
/* .ve-table-content-wrapper {
|
|
max-width: 750px !important;
|
|
} */
|
|
/* .table-body-cell-class {
|
|
background: #3b3e46 !important;
|
|
color: #fff !important;
|
|
} */
|
|
|
|
.van-notice-bar__content {
|
|
font-size: 16px;
|
|
}
|
|
.button_group {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 0.3rem;
|
|
}
|
|
.button_group p {
|
|
color: #999;
|
|
font-size: 14px;
|
|
/* color: #ebe4da; */
|
|
margin-left: 0.2rem;
|
|
/* margin: 0 0.5rem; */
|
|
/* padding: 0.2rem 0; */
|
|
/* margin-bottom: 0.5rem; */
|
|
}
|
|
.button_group .van-button {
|
|
margin-left: 0.45rem;
|
|
background: #22252b !important;
|
|
border: none !important;
|
|
}
|
|
.van-grid-item__content {
|
|
/* background: rgba(16, 34, 64, 0.15); */
|
|
/* background: rgba(115, 140, 170, 0.35); */
|
|
background: #141a1f;
|
|
padding: 0;
|
|
/* color: #dfeff7; */
|
|
/* color: #7bcdb8; */
|
|
/* font-size: 0.08rem; */
|
|
letter-spacing: 1px;
|
|
/* border: none; */
|
|
}
|
|
.van-grid-item__content p {
|
|
color: #fff;
|
|
}
|
|
.van-grid-item__content span {
|
|
background-image: linear-gradient(to right, #dfeff7, #dfeff7);
|
|
-webkit-background-clip: text;
|
|
color: transparent;
|
|
font-weight: bolder;
|
|
font-size: 0.28rem;
|
|
|
|
margin-bottom: 0.3rem;
|
|
}
|
|
|
|
/* 图 */
|
|
.charst {
|
|
width: 100%;
|
|
min-height: 6rem;
|
|
margin-top: -0.01rem;
|
|
}
|
|
/* .item {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
}
|
|
.item span {
|
|
color: #fff;
|
|
font-size: 0.3rem;
|
|
}
|
|
.item p {
|
|
color: #fff;
|
|
font-size: 0.2rem;
|
|
} */
|
|
|
|
/* .view_wrap {
|
|
height: 100vh;
|
|
overflow: hidden;
|
|
overflow-y: auto;
|
|
} */
|
|
.title .van-notice-bar {
|
|
padding: 0 8px;
|
|
/* margin-left: -0.1rem; */
|
|
}
|
|
.title .van-notice-bar .van-icon {
|
|
/* color: red; */
|
|
/* position: fixed; */
|
|
/* top: 0;
|
|
left: 0;
|
|
right: 0; */
|
|
}
|
|
|
|
.bar,
|
|
.costRatio,
|
|
.refundper {
|
|
width: 100%;
|
|
min-height: 6rem;
|
|
/* max-width: 750px; */
|
|
/* margin: 0 auto; */
|
|
margin-top: -0.01rem;
|
|
}
|
|
.nowDay,
|
|
.nowMon {
|
|
/* margin-top: 16px; */
|
|
margin-top: 0.4rem;
|
|
}
|
|
.showOpt {
|
|
width: 100%;
|
|
background: #344b58;
|
|
min-height: 5rem;
|
|
padding: 0.2rem 0;
|
|
}
|
|
|
|
.ve-table
|
|
.ve-table-container
|
|
.ve-table-content-wrapper
|
|
table.ve-table-content
|
|
tbody.ve-table-body.ve-table-row-hover
|
|
tr.ve-table-body-tr:nth-child(odd)
|
|
td {
|
|
/* background: rgba(95, 130, 160, 1) !important; */
|
|
/* background: rgba(115, 140, 170, 0.35) !important; */
|
|
background: #22262a !important;
|
|
}
|
|
/* #2F3338 */
|