You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
534 lines
9.1 KiB
534 lines
9.1 KiB
|
|
.wallet{
|
|
color: #FFFFFF !important;
|
|
background-image: linear-gradient(to right, #FFA3DC, #1C8D36);
|
|
border-radius: 15px;
|
|
}
|
|
|
|
body{
|
|
background: #F5F7FA;
|
|
}
|
|
|
|
.walletHeader {
|
|
background-image: url('../image/footbg.png');
|
|
background-size: 100%;
|
|
background-position: 30%, 60%;
|
|
height: 320px;
|
|
}
|
|
|
|
.layui-input, .layui-select {
|
|
height: 48px;
|
|
background: #F5F7FA;
|
|
color: #303133;
|
|
border-radius: 6px;
|
|
}
|
|
.walletContent {
|
|
margin-top: -190px;
|
|
}
|
|
|
|
|
|
.content-box {
|
|
width: 1280px;
|
|
margin: 0 auto;
|
|
min-height: 590px;
|
|
background: #FFFFFF;
|
|
box-shadow: 0px 1px 14px 0px rgba(24, 29, 40, 0.1);
|
|
border-radius: 15px;
|
|
height: auto;
|
|
box-sizing: border-box;
|
|
margin-bottom: 60px;
|
|
}
|
|
|
|
|
|
.content-box .tab-head {
|
|
height: 69px;
|
|
border-bottom: 1px solid #EBEBEB;
|
|
margin-bottom: 27px;
|
|
}
|
|
|
|
.content-box .tab-head li {
|
|
font-size: 14px;
|
|
float: left;
|
|
margin-left: 50px;
|
|
line-height: 80px;
|
|
height: 100%;
|
|
padding: 0 14px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.tab-panel section {
|
|
display: none;
|
|
}
|
|
|
|
.tab-panel section:first-child {
|
|
display: block;
|
|
}
|
|
|
|
#security {
|
|
padding: 0 60px;
|
|
}
|
|
|
|
#security .account-item-in {
|
|
height: 76px;
|
|
border-bottom: 1px solid #EBEBEB;
|
|
padding-left: 23px;
|
|
}
|
|
|
|
#security li .account-icon {
|
|
float: left;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
#security li .personal-left {
|
|
float: left;
|
|
color: #202021;
|
|
margin-left: 17px;
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.personal-left .personal-title {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.personal-left .personal-font {
|
|
font-size: 12px;
|
|
}
|
|
|
|
#security li .right_font {
|
|
float: right;
|
|
border-left: 1px solid #01A6D5;
|
|
padding-left: 19px;
|
|
width: 60px;
|
|
height: 12px;
|
|
font-size: 12px;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
line-height: 12px;
|
|
color: #01A6D5;
|
|
opacity: 1;
|
|
margin-left: 26px;
|
|
display: block;
|
|
margin-top: 30px;
|
|
padding-right: 148px;
|
|
}
|
|
|
|
.content-box .tab-head li:first-child {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.activeLi {
|
|
border-bottom: 4px solid #01A6D5;
|
|
}
|
|
|
|
.activeLi a {
|
|
color: #01A6D5;
|
|
}
|
|
|
|
.content-btn {
|
|
display: block;
|
|
width: 340px;
|
|
height: 40px;
|
|
background: #FFFFFF;
|
|
border-radius: 2px;
|
|
border: 1px solid #01A6D5;
|
|
box-sizing: border-box;
|
|
font-size: 14px;
|
|
text-align: center;
|
|
line-height: 40px;
|
|
margin: 50px auto 0;
|
|
font-weight: bold;
|
|
}
|
|
|
|
/** 资产中心****/
|
|
.container-title {
|
|
width: 1280px;
|
|
margin: 0 auto;
|
|
color: #1C8D36;
|
|
text-align: center;
|
|
padding-top: 28px;
|
|
padding-bottom: 26px;
|
|
}
|
|
|
|
.img_left .title_left {
|
|
color: #FFFFFF;
|
|
font-size: 30px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.img_left img{
|
|
margin-right: 10px;
|
|
width: 28px;
|
|
height: 26px;
|
|
}
|
|
|
|
.assets-title {
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
line-height: 1em;
|
|
padding-left: 20px;
|
|
margin: 14px 0 20px;
|
|
}
|
|
|
|
.assets-title span {
|
|
color: #1C8D36;
|
|
}
|
|
|
|
.search-container {
|
|
padding: 20px 30px;
|
|
height: 65px;
|
|
}
|
|
|
|
.search-container .inline-input {
|
|
display: block;
|
|
float: left;
|
|
margin-right: 16px;
|
|
}
|
|
.search-container .inline-input label {
|
|
font-size: 12px;
|
|
display: block;
|
|
float: left;
|
|
line-height: 30px;
|
|
font-weight: 600;
|
|
color: #00343E;
|
|
}
|
|
.search-container .inline-input > input, .search-container .inline-input .layui-form-select {
|
|
float: left;
|
|
}
|
|
.search-container input {
|
|
width: 150px;
|
|
height: 30px;
|
|
border-radius: 4px;
|
|
border: 1px solid #CED3DE;
|
|
outline: none;
|
|
font-size: 14px;
|
|
color: #BFC2CC;
|
|
}
|
|
|
|
.search-container .layui-btn {
|
|
width: 64px;
|
|
height: 30px;
|
|
background: #1C8D36;
|
|
color: #FFFFFF;
|
|
border-radius: 4px;
|
|
font-size: 14px;
|
|
text-align: center;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.layui-tab-title {
|
|
padding: 0 20px;
|
|
height: 54px;
|
|
border-color: #ebebeb;
|
|
}
|
|
|
|
.layui-tab-title li {
|
|
padding: 0 14px;
|
|
font-weight: bold;
|
|
color:#00343E;
|
|
line-height: 54px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.layui-tab-title .layui-this:after {
|
|
height: 55px;
|
|
}
|
|
|
|
.layui-tab-content {
|
|
padding: 13px 0;
|
|
}
|
|
|
|
table.layui-table {
|
|
border-collapse: collapse;
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
|
|
table.layui-table th {
|
|
color: #40475B;
|
|
height: 40px;
|
|
padding: 0 20px;
|
|
text-align: left;
|
|
}
|
|
|
|
table.layui-table td {
|
|
color: #40475B;
|
|
height: 48px;
|
|
padding: 0 20px;
|
|
text-align: left;
|
|
}
|
|
|
|
table.layui-table thead th {
|
|
background-color: #F5F7FA;
|
|
color: #40475B;
|
|
font-weight: bold;
|
|
}
|
|
|
|
table.layui-table tr:nth-child(odd) {
|
|
background: #fff;
|
|
}
|
|
|
|
table.layui-table tr:nth-child(even) {
|
|
background: #F5F7FA;
|
|
}
|
|
|
|
table.layui-table tbody tr:hover {
|
|
background: #E4F9FF;
|
|
}
|
|
|
|
.layui-table-view {
|
|
border: none;
|
|
border-top: 1px solid #E9EAEC;
|
|
}
|
|
|
|
.layui-table-box .layui-table-header .layui-table-cell span{
|
|
color: #00343E;
|
|
}
|
|
|
|
.layui-table-cell {
|
|
text-align: center;
|
|
height: 28px;
|
|
padding: 0 20px;
|
|
}
|
|
.toolbar {
|
|
height: 26px;
|
|
margin-left: 25px;
|
|
}
|
|
.toolbar .layui-btn {
|
|
float: left;
|
|
margin: 0 8px 0 0;
|
|
padding: 0;
|
|
width: 78px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
border-radius: 4px;
|
|
border: 1px solid #1C8D36;
|
|
color: #FFFFFF;
|
|
font-size: 12px;
|
|
}
|
|
.toolbar .layui-btn.layui-btn-primary {
|
|
background-color: #fff;
|
|
border: 1px solid #1C8D36;
|
|
color:#1C8D36;
|
|
}
|
|
.layui-table-page {
|
|
height: 62px;
|
|
padding: 20px 20px 10px;
|
|
}
|
|
.layui-table-page .layui-laypage a, .layui-table-page .layui-laypage span {
|
|
height: 32px;
|
|
line-height: 32px;
|
|
margin-bottom: 0;
|
|
font-size: 14px;
|
|
}
|
|
.layui-table-page>div {
|
|
float: right;
|
|
height: 32px;
|
|
}
|
|
.layui-table-page>div span{
|
|
color: #999999;
|
|
}
|
|
.layui-table-page .layui-laypage .layui-laypage-prev {
|
|
width: 32px;
|
|
margin: 0 10px 0 0;
|
|
text-align: center;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
border: 1px solid rgba(24, 29, 40, 0.1);
|
|
border-radius: 2px;
|
|
}
|
|
.layui-table-page .layui-laypage .layui-laypage-next {
|
|
width: 32px;
|
|
margin: 0 0 0 10px;
|
|
text-align: center;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
border: 1px solid rgba(24, 29, 40, 0.1);
|
|
border-radius: 2px;
|
|
}
|
|
.layui-table-page .layui-laypage span.layui-laypage-curr {
|
|
width: 32px;
|
|
text-align: center;
|
|
padding: 0;
|
|
}
|
|
.layui-laypage .layui-laypage-curr .layui-laypage-em {
|
|
background-color: #1C8D36;
|
|
}
|
|
.recharge-form {
|
|
margin: 47px auto 0;
|
|
width: 720px;
|
|
}
|
|
.chash-form {
|
|
margin: 47px auto 0;
|
|
width: 800px;
|
|
}
|
|
.pb20{
|
|
padding-bottom: 20px;
|
|
}
|
|
.recharge-form .layui-form-item, .chash-form .layui-form-item {
|
|
height: 34px;
|
|
margin-bottom: 30px;
|
|
}
|
|
.recharge-form .layui-form-label {
|
|
float: left;
|
|
padding: 0 12px 0 0;
|
|
line-height: 48px;
|
|
font-size: 14px;
|
|
width: 150px;
|
|
}
|
|
.chash-form .layui-form-label {
|
|
float: left;
|
|
padding: 14px 12px 0px 0;
|
|
font-size: 14px;
|
|
width: 110px;
|
|
text-align: right;
|
|
color: #303133;
|
|
}
|
|
.recharge-form .table-container, .chash-form .table-container{
|
|
padding-bottom: 30px;
|
|
}
|
|
.recharge-form .layui-form-input, .chash-form .layui-form-input {
|
|
float: left;
|
|
width: 460px;
|
|
}
|
|
.recharge-form .layui-form-input > .layui-input, .chash-form .layui-form-input > .layui-input{
|
|
width: 460px;
|
|
height: 48px;
|
|
background: #F5F7FA;
|
|
color: #303133;
|
|
border-radius: 6px;
|
|
}
|
|
.recharge-form .layui-form-icon, .chash-form .layui-form-icon {
|
|
float: left;
|
|
line-height: 48px;
|
|
}
|
|
.recharge-form .layui-form-icon a, .chash-form .layui-form-icon a {
|
|
padding-left: 10px;
|
|
color: #01A6D5;
|
|
font-size: 14px;
|
|
}
|
|
.layui-form-item .layui-form-icon span{
|
|
color: #303133;
|
|
}
|
|
.tips-div{
|
|
background: #F5F7FA;
|
|
border: 1px solid #F5F7FA;
|
|
box-shadow: none;
|
|
padding: 60px 100px;
|
|
box-sizing: border-box;
|
|
line-height: 1em;
|
|
}
|
|
.tips-div .tips-title{
|
|
font-family: "Microsoft YaHei";
|
|
color:#1C8D36;
|
|
font-size: 16px;
|
|
padding-bottom: 10px;
|
|
}
|
|
.tips-div .tips-list p{
|
|
font-size: 14px;
|
|
color: #606266;
|
|
/* padding-top: 10px; */
|
|
line-height: 23px;
|
|
}
|
|
.tips-div .tips-list .tips-list-item{
|
|
line-height: 24px;
|
|
}
|
|
.pay-history{
|
|
margin-top: 50px;
|
|
}
|
|
.pay-history .pay-history-title{
|
|
font-family: "Microsoft YaHei";
|
|
color: #00343E;
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
padding-left: 20px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.chash-form .layui-form-icon span{
|
|
padding-left: 10px;
|
|
font-size: 12px;
|
|
}
|
|
.layui-form-icon #copy{
|
|
color: #1C8D36;
|
|
}
|
|
.layui-form-icon #code img{
|
|
width: 18px;
|
|
height: 18px;
|
|
}
|
|
|
|
.layui-form-item .tishi-item{
|
|
padding-top: 8px;
|
|
color: #BDBEC2;
|
|
font-size: 12px;
|
|
}
|
|
.chash-form .sure-btn-item {
|
|
margin: 50px 0 60px 45px;
|
|
height: 40px;
|
|
}
|
|
.chash-form .sure-btn-item .layui-form-input{
|
|
margin-left: 62px;
|
|
}
|
|
.chash-form .layui-form-icon #withdraw{
|
|
color: #1C8D36;
|
|
}
|
|
.chash-form .sureBtn{
|
|
background-color: #BFC2CC;
|
|
width: 100%;
|
|
height: 48px;
|
|
border-radius: 6px;
|
|
color: #FFFFFF;
|
|
margin: 0 auto;
|
|
}
|
|
.toolbar .red-bj{
|
|
padding: 0;
|
|
width: 78px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
border-radius: 4px;
|
|
border: 1px solid #1C8D36;
|
|
background: #1C8D36;
|
|
color: #FFFFFF;
|
|
font-size: 12px;
|
|
display: block;
|
|
margin: 0 auto;
|
|
}
|
|
.deleteBtn{
|
|
width: 100%;
|
|
}
|
|
|
|
input::-webkit-outer-spin-button,
|
|
input::-webkit-inner-spin-button {
|
|
-webkit-appearance: none;
|
|
}
|
|
|
|
|
|
/* 二维码弹出 */
|
|
.layui-layer-iframe .layui-layer-title{
|
|
padding-left: 60px;
|
|
}
|
|
.layui-laypage .layui-laypage-curr em {
|
|
position: relative;
|
|
color: #1c8d36;
|
|
}
|
|
.layui-laypage .layui-laypage-curr .layui-laypage-em {
|
|
background-color: transparent;
|
|
}
|
|
|
|
|
|
.table-container{
|
|
position: relative;
|
|
}
|
|
.nodata{
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%,-50%);
|
|
}
|
|
.nodata span{
|
|
color: #BFC2CC;
|
|
font-size: 14px;
|
|
}
|
|
#billTable{
|
|
display: none;
|
|
}
|