1
1210
public/static/theme/css/console.css
Normal file
1
public/static/theme/css/console.css.map
Normal file
529
public/static/theme/css/console.custom.css
Normal file
@ -0,0 +1,529 @@
|
||||
.notdata {
|
||||
padding: 15px;
|
||||
display: block;
|
||||
font-size: 13px;
|
||||
text-align: center;
|
||||
line-height: 22px;
|
||||
letter-spacing: 8px;
|
||||
border: 1px solid #e6e6e6;
|
||||
background-color: #f2f2f2;
|
||||
border-radius: 0 2px 2px 0;
|
||||
}
|
||||
.notselect {
|
||||
user-select: none;
|
||||
-ms-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
.transition {
|
||||
transition: all 0.2s linear;
|
||||
-o-transition: all 0.2s linear;
|
||||
-moz-transition: all 0.2s linear;
|
||||
-webkit-transition: all 0.2s linear;
|
||||
}
|
||||
.absolute {
|
||||
position: absolute !important;
|
||||
}
|
||||
.relative {
|
||||
position: relative !important;
|
||||
}
|
||||
.block {
|
||||
display: block !important;
|
||||
}
|
||||
.pointer {
|
||||
cursor: pointer !important;
|
||||
}
|
||||
.nowrap {
|
||||
white-space: nowrap !important;
|
||||
}
|
||||
.help-block {
|
||||
color: #999;
|
||||
font-size: 12px;
|
||||
}
|
||||
.inline-block {
|
||||
display: inline-block !important;
|
||||
}
|
||||
.pull-left {
|
||||
float: left !important;
|
||||
}
|
||||
.pull-right {
|
||||
float: right !important;
|
||||
}
|
||||
.full-width {
|
||||
width: 100% !important;
|
||||
}
|
||||
.full-height {
|
||||
height: 100% !important;
|
||||
}
|
||||
.color-red {
|
||||
color: #ec494e !important;
|
||||
}
|
||||
.color-blue {
|
||||
color: #2494f2 !important;
|
||||
}
|
||||
.color-desc {
|
||||
color: #999 !important;
|
||||
}
|
||||
.color-text {
|
||||
color: #333 !important;
|
||||
}
|
||||
.color-green {
|
||||
color: #090 !important;
|
||||
}
|
||||
.text-top {
|
||||
vertical-align: top !important;
|
||||
}
|
||||
.text-left {
|
||||
text-align: left !important;
|
||||
}
|
||||
.text-right {
|
||||
text-align: right !important;
|
||||
}
|
||||
.text-center {
|
||||
text-align: center !important;
|
||||
}
|
||||
.text-middle {
|
||||
vertical-align: middle !important;
|
||||
}
|
||||
.text-bottom {
|
||||
vertical-align: bottom !important;
|
||||
}
|
||||
.think-bg-white {
|
||||
background: white !important;
|
||||
}
|
||||
.think-bg-blue {
|
||||
background: linear-gradient(-125deg, #57bdbf, #2f9de2) !important;
|
||||
}
|
||||
.think-bg-orig {
|
||||
background: linear-gradient(-141deg, #ecca1b, #f39526) !important;
|
||||
}
|
||||
.think-bg-red {
|
||||
background: linear-gradient(-125deg, #ff7d7d, #fb2c95) !important;
|
||||
}
|
||||
.think-bg-violet {
|
||||
background: linear-gradient(-113deg, #c543d8, #925cc3) !important;
|
||||
}
|
||||
/* 分隔线条 */
|
||||
.hr-line-dashed {
|
||||
color: #fff;
|
||||
height: 1px;
|
||||
margin: 15px 0;
|
||||
background-color: #fff;
|
||||
border-top: 1px dashed #e7eaec;
|
||||
}
|
||||
.hr-line-solid {
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
border-bottom: 1px solid #e7eaec;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
/* 文字大小 */
|
||||
.border-0 {
|
||||
border: 0 !important;
|
||||
}
|
||||
.border-radius-0 {
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
.border-radius-left-0 {
|
||||
border-top-left-radius: 0 !important;
|
||||
border-bottom-left-radius: 0 !important;
|
||||
}
|
||||
.border-radius-right-0 {
|
||||
border-top-right-radius: 0 !important;
|
||||
border-bottom-right-radius: 0 !important;
|
||||
}
|
||||
.font-s10 {
|
||||
font-size: 10px !important;
|
||||
}
|
||||
.font-s11 {
|
||||
font-size: 11px !important;
|
||||
}
|
||||
.font-s12 {
|
||||
font-size: 12px !important;
|
||||
}
|
||||
.font-s13 {
|
||||
font-size: 13px !important;
|
||||
}
|
||||
.font-s14 {
|
||||
font-size: 14px !important;
|
||||
}
|
||||
.font-s15 {
|
||||
font-size: 15px !important;
|
||||
}
|
||||
.font-s16 {
|
||||
font-size: 16px !important;
|
||||
}
|
||||
.font-s18 {
|
||||
font-size: 18px !important;
|
||||
}
|
||||
.font-s20 {
|
||||
font-size: 20px !important;
|
||||
}
|
||||
.font-s30 {
|
||||
font-size: 30px !important;
|
||||
}
|
||||
.font-s40 {
|
||||
font-size: 40px !important;
|
||||
}
|
||||
.font-w1 {
|
||||
font-weight: 100 !important;
|
||||
}
|
||||
.font-w2 {
|
||||
font-weight: 200 !important;
|
||||
}
|
||||
.font-w3 {
|
||||
font-weight: 300 !important;
|
||||
}
|
||||
.font-w4 {
|
||||
font-weight: 400 !important;
|
||||
}
|
||||
.font-w5 {
|
||||
font-weight: 500 !important;
|
||||
}
|
||||
.font-w6 {
|
||||
font-weight: 600 !important;
|
||||
}
|
||||
.font-w7 {
|
||||
font-weight: 700 !important;
|
||||
}
|
||||
.font-w8 {
|
||||
font-weight: 800 !important;
|
||||
}
|
||||
.font-w9 {
|
||||
font-weight: 900 !important;
|
||||
}
|
||||
.padding-0 {
|
||||
padding: 0 !important;
|
||||
}
|
||||
.padding-5 {
|
||||
padding: 5px !important;
|
||||
}
|
||||
.padding-10 {
|
||||
padding: 10px !important;
|
||||
}
|
||||
.padding-15 {
|
||||
padding: 15px !important;
|
||||
}
|
||||
.padding-20 {
|
||||
padding: 20px !important;
|
||||
}
|
||||
.padding-25 {
|
||||
padding: 25px !important;
|
||||
}
|
||||
.padding-30 {
|
||||
padding: 30px !important;
|
||||
}
|
||||
.padding-40 {
|
||||
padding: 40px !important;
|
||||
}
|
||||
.padding-top-0 {
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
.padding-top-5 {
|
||||
padding-top: 5px !important;
|
||||
}
|
||||
.padding-top-10 {
|
||||
padding-top: 10px !important;
|
||||
}
|
||||
.padding-top-15 {
|
||||
padding-top: 15px !important;
|
||||
}
|
||||
.padding-top-20 {
|
||||
padding-top: 20px !important;
|
||||
}
|
||||
.padding-top-30 {
|
||||
padding-top: 30px !important;
|
||||
}
|
||||
.padding-top-40 {
|
||||
padding-top: 40px !important;
|
||||
}
|
||||
.padding-left-0 {
|
||||
padding-left: 0 !important;
|
||||
}
|
||||
.padding-left-5 {
|
||||
padding-left: 5px !important;
|
||||
}
|
||||
.padding-left-10 {
|
||||
padding-left: 10px !important;
|
||||
}
|
||||
.padding-left-15 {
|
||||
padding-left: 15px !important;
|
||||
}
|
||||
.padding-left-20 {
|
||||
padding-left: 20px !important;
|
||||
}
|
||||
.padding-left-30 {
|
||||
padding-left: 30px !important;
|
||||
}
|
||||
.padding-left-40 {
|
||||
padding-left: 40px !important;
|
||||
}
|
||||
.padding-right-0 {
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
.padding-right-5 {
|
||||
padding-right: 5px !important;
|
||||
}
|
||||
.padding-right-10 {
|
||||
padding-right: 10px !important;
|
||||
}
|
||||
.padding-right-15 {
|
||||
padding-right: 15px !important;
|
||||
}
|
||||
.padding-right-20 {
|
||||
padding-right: 20px !important;
|
||||
}
|
||||
.padding-right-30 {
|
||||
padding-right: 30px !important;
|
||||
}
|
||||
.padding-right-40 {
|
||||
padding-right: 40px !important;
|
||||
}
|
||||
.padding-bottom-0 {
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
.padding-bottom-5 {
|
||||
padding-bottom: 5px !important;
|
||||
}
|
||||
.padding-bottom-10 {
|
||||
padding-bottom: 10px !important;
|
||||
}
|
||||
.padding-bottom-15 {
|
||||
padding-bottom: 15px !important;
|
||||
}
|
||||
.padding-bottom-20 {
|
||||
padding-bottom: 20px !important;
|
||||
}
|
||||
.padding-bottom-30 {
|
||||
padding-bottom: 30px !important;
|
||||
}
|
||||
.padding-bottom-40 {
|
||||
padding-bottom: 40px !important;
|
||||
}
|
||||
.margin-0 {
|
||||
margin: 0 !important;
|
||||
}
|
||||
.margin-5 {
|
||||
margin: 5px !important;
|
||||
}
|
||||
.margin-10 {
|
||||
margin: 10px !important;
|
||||
}
|
||||
.margin-15 {
|
||||
margin: 15px !important;
|
||||
}
|
||||
.margin-20 {
|
||||
margin: 20px !important;
|
||||
}
|
||||
.margin-25 {
|
||||
margin: 25px !important;
|
||||
}
|
||||
.margin-30 {
|
||||
margin: 30px !important;
|
||||
}
|
||||
.margin-40 {
|
||||
margin: 40px !important;
|
||||
}
|
||||
.margin-top-0 {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
.margin-top-5 {
|
||||
margin-top: 5px !important;
|
||||
}
|
||||
.margin-top-10 {
|
||||
margin-top: 10px !important;
|
||||
}
|
||||
.margin-top-15 {
|
||||
margin-top: 15px !important;
|
||||
}
|
||||
.margin-top-20 {
|
||||
margin-top: 20px !important;
|
||||
}
|
||||
.margin-top-25 {
|
||||
margin-top: 25px !important;
|
||||
}
|
||||
.margin-top-30 {
|
||||
margin-top: 30px !important;
|
||||
}
|
||||
.margin-top-40 {
|
||||
margin-top: 40px !important;
|
||||
}
|
||||
.margin-left-0 {
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
.margin-left-5 {
|
||||
margin-left: 5px !important;
|
||||
}
|
||||
.margin-left-10 {
|
||||
margin-left: 10px !important;
|
||||
}
|
||||
.margin-left-15 {
|
||||
margin-left: 15px !important;
|
||||
}
|
||||
.margin-left-20 {
|
||||
margin-left: 20px !important;
|
||||
}
|
||||
.margin-left-25 {
|
||||
margin-left: 25px !important;
|
||||
}
|
||||
.margin-left-30 {
|
||||
margin-left: 30px !important;
|
||||
}
|
||||
.margin-left-40 {
|
||||
margin-left: 40px !important;
|
||||
}
|
||||
.margin-right-0 {
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
.margin-right-5 {
|
||||
margin-right: 5px !important;
|
||||
}
|
||||
.margin-right-10 {
|
||||
margin-right: 10px !important;
|
||||
}
|
||||
.margin-right-15 {
|
||||
margin-right: 15px !important;
|
||||
}
|
||||
.margin-right-20 {
|
||||
margin-right: 20px !important;
|
||||
}
|
||||
.margin-right-25 {
|
||||
margin-right: 25px !important;
|
||||
}
|
||||
.margin-right-30 {
|
||||
margin-right: 30px !important;
|
||||
}
|
||||
.margin-right-40 {
|
||||
margin-right: 40px !important;
|
||||
}
|
||||
.margin-bottom-0 {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
.margin-bottom-5 {
|
||||
margin-bottom: 5px !important;
|
||||
}
|
||||
.margin-bottom-10 {
|
||||
margin-bottom: 10px !important;
|
||||
}
|
||||
.margin-bottom-15 {
|
||||
margin-bottom: 15px !important;
|
||||
}
|
||||
.margin-bottom-20 {
|
||||
margin-bottom: 20px !important;
|
||||
}
|
||||
.margin-bottom-25 {
|
||||
margin-bottom: 25px !important;
|
||||
}
|
||||
.margin-bottom-30 {
|
||||
margin-bottom: 30px !important;
|
||||
}
|
||||
.margin-bottom-40 {
|
||||
margin-bottom: 40px !important;
|
||||
}
|
||||
/* 浏览器DEBUG */
|
||||
.version-debug {
|
||||
width: 100%;
|
||||
color: #fff;
|
||||
height: 100px;
|
||||
font-size: 20px;
|
||||
text-align: center;
|
||||
line-height: 100px;
|
||||
margin-bottom: 40px;
|
||||
background-color: #E90D24;
|
||||
}
|
||||
/** 加载进度 */
|
||||
.pace-inactive {
|
||||
display: none;
|
||||
}
|
||||
.pace-progress {
|
||||
top: 0;
|
||||
right: 100%;
|
||||
width: 100%;
|
||||
height: 2px;
|
||||
z-index: 2000;
|
||||
position: fixed;
|
||||
background: #22df80;
|
||||
}
|
||||
/* 图片上传 */
|
||||
.moxie-shim {
|
||||
display: none !important;
|
||||
}
|
||||
.uploadimage {
|
||||
width: 5pc;
|
||||
height: 5pc;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
background: url('../img/image.png') no-repeat center center;
|
||||
background-size: cover;
|
||||
}
|
||||
.uploadimagemtl {
|
||||
margin-right: 8px;
|
||||
}
|
||||
.uploadimagemtl a {
|
||||
color: #fff;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
float: right;
|
||||
display: none;
|
||||
text-align: center;
|
||||
line-height: 22px;
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
.uploadimagemtl:hover a {
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
}
|
||||
.uploadimagemtl:hover a:hover {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
/* 通用分页 */
|
||||
.pagination-container {
|
||||
line-height: 40px;
|
||||
}
|
||||
.pagination-container > span {
|
||||
color: #666;
|
||||
font-size: 9pt;
|
||||
}
|
||||
.pagination-container > ul {
|
||||
float: right;
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.pagination-container > ul > li {
|
||||
z-index: 1;
|
||||
display: inline-block;
|
||||
}
|
||||
.pagination-container > ul > li.active {
|
||||
z-index: 2;
|
||||
}
|
||||
.pagination-container > ul > li.active > span {
|
||||
color: #fff;
|
||||
border-color: #098;
|
||||
padding-right: 1px;
|
||||
background: #009688 !important;
|
||||
}
|
||||
.pagination-container > ul > li > a,
|
||||
.pagination-container > ul > li > span {
|
||||
color: #333;
|
||||
width: 33px;
|
||||
height: 30px;
|
||||
border: 1px solid #dcdcdc;
|
||||
display: inline-block;
|
||||
margin-left: -1px;
|
||||
text-align: center;
|
||||
line-height: 28px;
|
||||
}
|
||||
.pagination-container > ul > li > span {
|
||||
background: #dcdcdc;
|
||||
cursor: default;
|
||||
}
|
||||
.pagination-container > ul > li > a:hover {
|
||||
background: #dcdcdc;
|
||||
border-color: #dcdcdc;
|
||||
}
|
||||
[data-tips-image] {
|
||||
cursor: zoom-in !important;
|
||||
}
|
||||
/*# sourceMappingURL=console.custom.css.map */
|
||||
1
public/static/theme/css/console.custom.css.map
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"sources":["console.custom.less"],"names":[],"mappings":"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","file":"console.custom.css"}
|
||||
717
public/static/theme/css/console.custom.less
Normal file
@ -0,0 +1,717 @@
|
||||
.notdata {
|
||||
padding: 15px;
|
||||
display: block;
|
||||
font-size: 13px;
|
||||
text-align: center;
|
||||
line-height: 22px;
|
||||
letter-spacing: 8px;
|
||||
border: 1px solid #e6e6e6;
|
||||
background-color: #f2f2f2;
|
||||
border-radius: 0 2px 2px 0;
|
||||
}
|
||||
|
||||
.notselect {
|
||||
user-select: none;
|
||||
-ms-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none
|
||||
}
|
||||
|
||||
.transition {
|
||||
transition: all .2s linear;
|
||||
-o-transition: all .2s linear;
|
||||
-moz-transition: all .2s linear;
|
||||
-webkit-transition: all .2s linear;
|
||||
}
|
||||
|
||||
.absolute {
|
||||
position: absolute !important
|
||||
}
|
||||
|
||||
.relative {
|
||||
position: relative !important
|
||||
}
|
||||
|
||||
.block {
|
||||
display: block !important
|
||||
}
|
||||
|
||||
.pointer {
|
||||
cursor: pointer !important
|
||||
}
|
||||
|
||||
.nowrap {
|
||||
white-space: nowrap !important
|
||||
}
|
||||
|
||||
.help-block {
|
||||
color: #999;
|
||||
font-size: 12px
|
||||
}
|
||||
|
||||
.inline-block {
|
||||
display: inline-block !important
|
||||
}
|
||||
|
||||
|
||||
.pull- {
|
||||
&left {
|
||||
float: left !important
|
||||
}
|
||||
|
||||
&right {
|
||||
float: right !important
|
||||
}
|
||||
}
|
||||
|
||||
.full- {
|
||||
&width {
|
||||
width: 100% !important
|
||||
}
|
||||
|
||||
&height {
|
||||
height: 100% !important
|
||||
}
|
||||
}
|
||||
|
||||
.color- {
|
||||
&red {
|
||||
color: #ec494e !important
|
||||
}
|
||||
|
||||
&blue {
|
||||
color: #2494f2 !important
|
||||
}
|
||||
|
||||
&desc {
|
||||
color: #999 !important
|
||||
}
|
||||
|
||||
&text {
|
||||
color: #333 !important
|
||||
}
|
||||
|
||||
&green {
|
||||
color: #090 !important
|
||||
}
|
||||
}
|
||||
|
||||
.text- {
|
||||
&top {
|
||||
vertical-align: top !important
|
||||
}
|
||||
|
||||
&left {
|
||||
text-align: left !important
|
||||
}
|
||||
|
||||
&right {
|
||||
text-align: right !important
|
||||
}
|
||||
|
||||
¢er {
|
||||
text-align: center !important
|
||||
}
|
||||
|
||||
&middle {
|
||||
vertical-align: middle !important
|
||||
}
|
||||
|
||||
&bottom {
|
||||
vertical-align: bottom !important
|
||||
}
|
||||
}
|
||||
|
||||
.think-bg- {
|
||||
&white {
|
||||
background: white !important
|
||||
}
|
||||
|
||||
&blue {
|
||||
background: linear-gradient(-125deg, #57bdbf, #2f9de2) !important
|
||||
}
|
||||
|
||||
&orig {
|
||||
background: linear-gradient(-141deg, #ecca1b, #f39526) !important
|
||||
}
|
||||
|
||||
&red {
|
||||
background: linear-gradient(-125deg, #ff7d7d, #fb2c95) !important
|
||||
}
|
||||
|
||||
&violet {
|
||||
background: linear-gradient(-113deg, #c543d8, #925cc3) !important
|
||||
}
|
||||
}
|
||||
|
||||
/* 分隔线条 */
|
||||
.hr-line- {
|
||||
&dashed {
|
||||
color: #fff;
|
||||
height: 1px;
|
||||
margin: 15px 0;
|
||||
background-color: #fff;
|
||||
border-top: 1px dashed #e7eaec
|
||||
}
|
||||
|
||||
&solid {
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
border-bottom: 1px solid #e7eaec;
|
||||
background-color: rgba(0, 0, 0, 0)
|
||||
}
|
||||
}
|
||||
|
||||
/* 文字大小 */
|
||||
.border-0 {
|
||||
border: 0 !important
|
||||
}
|
||||
|
||||
.border-radius {
|
||||
&-0 {
|
||||
border-radius: 0 !important
|
||||
}
|
||||
|
||||
&-left-0 {
|
||||
border-top-left-radius: 0 !important;
|
||||
border-bottom-left-radius: 0 !important
|
||||
}
|
||||
|
||||
&-right-0 {
|
||||
border-top-right-radius: 0 !important;
|
||||
border-bottom-right-radius: 0 !important
|
||||
}
|
||||
}
|
||||
|
||||
.font- {
|
||||
&s10 {
|
||||
font-size: 10px !important
|
||||
}
|
||||
|
||||
&s11 {
|
||||
font-size: 11px !important
|
||||
}
|
||||
|
||||
&s12 {
|
||||
font-size: 12px !important
|
||||
}
|
||||
|
||||
&s13 {
|
||||
font-size: 13px !important
|
||||
}
|
||||
|
||||
&s14 {
|
||||
font-size: 14px !important
|
||||
}
|
||||
|
||||
&s15 {
|
||||
font-size: 15px !important
|
||||
}
|
||||
|
||||
&s16 {
|
||||
font-size: 16px !important
|
||||
}
|
||||
|
||||
&s18 {
|
||||
font-size: 18px !important
|
||||
}
|
||||
|
||||
&s20 {
|
||||
font-size: 20px !important
|
||||
}
|
||||
|
||||
&s30 {
|
||||
font-size: 30px !important
|
||||
}
|
||||
|
||||
&s40 {
|
||||
font-size: 40px !important
|
||||
}
|
||||
|
||||
&w1 {
|
||||
font-weight: 100 !important;
|
||||
}
|
||||
|
||||
&w2 {
|
||||
font-weight: 200 !important;
|
||||
}
|
||||
|
||||
&w3 {
|
||||
font-weight: 300 !important;
|
||||
}
|
||||
|
||||
&w4 {
|
||||
font-weight: 400 !important;
|
||||
}
|
||||
|
||||
&w5 {
|
||||
font-weight: 500 !important;
|
||||
}
|
||||
|
||||
&w6 {
|
||||
font-weight: 600 !important;
|
||||
}
|
||||
|
||||
&w7 {
|
||||
font-weight: 700 !important;
|
||||
}
|
||||
|
||||
&w8 {
|
||||
font-weight: 800 !important;
|
||||
}
|
||||
|
||||
&w9 {
|
||||
font-weight: 900 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.padding {
|
||||
&-0 {
|
||||
padding: 0 !important
|
||||
}
|
||||
|
||||
&-5 {
|
||||
padding: 5px !important
|
||||
}
|
||||
|
||||
&-10 {
|
||||
padding: 10px !important
|
||||
}
|
||||
|
||||
&-15 {
|
||||
padding: 15px !important
|
||||
}
|
||||
|
||||
&-20 {
|
||||
padding: 20px !important
|
||||
}
|
||||
|
||||
&-25 {
|
||||
padding: 25px !important
|
||||
}
|
||||
|
||||
&-30 {
|
||||
padding: 30px !important
|
||||
}
|
||||
|
||||
&-40 {
|
||||
padding: 40px !important
|
||||
}
|
||||
|
||||
&-top {
|
||||
&-0 {
|
||||
padding-top: 0 !important
|
||||
}
|
||||
|
||||
&-5 {
|
||||
padding-top: 5px !important
|
||||
}
|
||||
|
||||
&-10 {
|
||||
padding-top: 10px !important
|
||||
}
|
||||
|
||||
&-15 {
|
||||
padding-top: 15px !important
|
||||
}
|
||||
|
||||
&-20 {
|
||||
padding-top: 20px !important
|
||||
}
|
||||
|
||||
&-30 {
|
||||
padding-top: 30px !important
|
||||
}
|
||||
|
||||
&-40 {
|
||||
padding-top: 40px !important
|
||||
}
|
||||
}
|
||||
|
||||
&-left {
|
||||
&-0 {
|
||||
padding-left: 0 !important
|
||||
}
|
||||
|
||||
&-5 {
|
||||
padding-left: 5px !important
|
||||
}
|
||||
|
||||
&-10 {
|
||||
padding-left: 10px !important
|
||||
}
|
||||
|
||||
&-15 {
|
||||
padding-left: 15px !important
|
||||
}
|
||||
|
||||
&-20 {
|
||||
padding-left: 20px !important
|
||||
}
|
||||
|
||||
&-30 {
|
||||
padding-left: 30px !important
|
||||
}
|
||||
|
||||
&-40 {
|
||||
padding-left: 40px !important
|
||||
}
|
||||
}
|
||||
|
||||
&-right {
|
||||
&-0 {
|
||||
padding-right: 0 !important
|
||||
}
|
||||
|
||||
&-5 {
|
||||
padding-right: 5px !important
|
||||
}
|
||||
|
||||
&-10 {
|
||||
padding-right: 10px !important
|
||||
}
|
||||
|
||||
&-15 {
|
||||
padding-right: 15px !important
|
||||
}
|
||||
|
||||
&-20 {
|
||||
padding-right: 20px !important
|
||||
}
|
||||
|
||||
&-30 {
|
||||
padding-right: 30px !important
|
||||
}
|
||||
|
||||
&-40 {
|
||||
padding-right: 40px !important
|
||||
}
|
||||
}
|
||||
|
||||
&-bottom {
|
||||
&-0 {
|
||||
padding-bottom: 0 !important
|
||||
}
|
||||
|
||||
&-5 {
|
||||
padding-bottom: 5px !important
|
||||
}
|
||||
|
||||
&-10 {
|
||||
padding-bottom: 10px !important
|
||||
}
|
||||
|
||||
&-15 {
|
||||
padding-bottom: 15px !important
|
||||
}
|
||||
|
||||
&-20 {
|
||||
padding-bottom: 20px !important
|
||||
}
|
||||
|
||||
&-30 {
|
||||
padding-bottom: 30px !important
|
||||
}
|
||||
|
||||
&-40 {
|
||||
padding-bottom: 40px !important
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.margin {
|
||||
&-0 {
|
||||
margin: 0 !important
|
||||
}
|
||||
|
||||
&-5 {
|
||||
margin: 5px !important
|
||||
}
|
||||
|
||||
&-10 {
|
||||
margin: 10px !important
|
||||
}
|
||||
|
||||
&-15 {
|
||||
margin: 15px !important
|
||||
}
|
||||
|
||||
&-20 {
|
||||
margin: 20px !important
|
||||
}
|
||||
|
||||
&-25 {
|
||||
margin: 25px !important
|
||||
}
|
||||
|
||||
&-30 {
|
||||
margin: 30px !important
|
||||
}
|
||||
|
||||
&-40 {
|
||||
margin: 40px !important
|
||||
}
|
||||
|
||||
&-top {
|
||||
&-0 {
|
||||
margin-top: 0 !important
|
||||
}
|
||||
|
||||
&-5 {
|
||||
margin-top: 5px !important
|
||||
}
|
||||
|
||||
&-10 {
|
||||
margin-top: 10px !important
|
||||
}
|
||||
|
||||
&-15 {
|
||||
margin-top: 15px !important
|
||||
}
|
||||
|
||||
&-20 {
|
||||
margin-top: 20px !important
|
||||
}
|
||||
|
||||
&-25 {
|
||||
margin-top: 25px !important
|
||||
}
|
||||
|
||||
&-30 {
|
||||
margin-top: 30px !important
|
||||
}
|
||||
|
||||
&-40 {
|
||||
margin-top: 40px !important;
|
||||
}
|
||||
}
|
||||
|
||||
&-left {
|
||||
&-0 {
|
||||
margin-left: 0 !important
|
||||
}
|
||||
|
||||
&-5 {
|
||||
margin-left: 5px !important
|
||||
}
|
||||
|
||||
&-10 {
|
||||
margin-left: 10px !important
|
||||
}
|
||||
|
||||
&-15 {
|
||||
margin-left: 15px !important
|
||||
}
|
||||
|
||||
&-20 {
|
||||
margin-left: 20px !important
|
||||
}
|
||||
|
||||
&-25 {
|
||||
margin-left: 25px !important
|
||||
}
|
||||
|
||||
&-30 {
|
||||
margin-left: 30px !important
|
||||
}
|
||||
|
||||
&-40 {
|
||||
margin-left: 40px !important
|
||||
}
|
||||
}
|
||||
|
||||
&-right {
|
||||
&-0 {
|
||||
margin-right: 0 !important
|
||||
}
|
||||
|
||||
&-5 {
|
||||
margin-right: 5px !important
|
||||
}
|
||||
|
||||
&-10 {
|
||||
margin-right: 10px !important
|
||||
}
|
||||
|
||||
&-15 {
|
||||
margin-right: 15px !important
|
||||
}
|
||||
|
||||
&-20 {
|
||||
margin-right: 20px !important
|
||||
}
|
||||
|
||||
&-25 {
|
||||
margin-right: 25px !important
|
||||
}
|
||||
|
||||
&-30 {
|
||||
margin-right: 30px !important
|
||||
}
|
||||
|
||||
&-40 {
|
||||
margin-right: 40px !important
|
||||
}
|
||||
}
|
||||
|
||||
&-bottom {
|
||||
&-0 {
|
||||
margin-bottom: 0 !important
|
||||
}
|
||||
|
||||
&-5 {
|
||||
margin-bottom: 5px !important
|
||||
}
|
||||
|
||||
&-10 {
|
||||
margin-bottom: 10px !important
|
||||
}
|
||||
|
||||
&-15 {
|
||||
margin-bottom: 15px !important
|
||||
}
|
||||
|
||||
&-20 {
|
||||
margin-bottom: 20px !important
|
||||
}
|
||||
|
||||
&-25 {
|
||||
margin-bottom: 25px !important
|
||||
}
|
||||
|
||||
&-30 {
|
||||
margin-bottom: 30px !important
|
||||
}
|
||||
|
||||
&-40 {
|
||||
margin-bottom: 40px !important
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/* 浏览器DEBUG */
|
||||
.version-debug {
|
||||
width: 100%;
|
||||
color: #fff;
|
||||
height: 100px;
|
||||
font-size: 20px;
|
||||
text-align: center;
|
||||
line-height: 100px;
|
||||
margin-bottom: 40px;
|
||||
background-color: #E90D24
|
||||
}
|
||||
|
||||
/** 加载进度 */
|
||||
.pace-inactive {
|
||||
display: none
|
||||
}
|
||||
|
||||
.pace-progress {
|
||||
top: 0;
|
||||
right: 100%;
|
||||
width: 100%;
|
||||
height: 2px;
|
||||
z-index: 2000;
|
||||
position: fixed;
|
||||
background: #22df80
|
||||
}
|
||||
|
||||
/* 图片上传 */
|
||||
.moxie-shim {
|
||||
display: none !important
|
||||
}
|
||||
|
||||
.uploadimage {
|
||||
width: 5pc;
|
||||
height: 5pc;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
background: url('../img/image.png') no-repeat center center;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.uploadimagemtl {
|
||||
margin-right: 8px;
|
||||
|
||||
a {
|
||||
color: #fff;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
float: right;
|
||||
display: none;
|
||||
text-align: center;
|
||||
line-height: 22px;
|
||||
background: rgba(0, 0, 0, .5)
|
||||
}
|
||||
|
||||
&:hover a {
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
|
||||
&:hover {
|
||||
color: #fff;
|
||||
text-decoration: none
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* 通用分页 */
|
||||
.pagination-container {
|
||||
line-height: 40px;
|
||||
|
||||
> span {
|
||||
color: #666;
|
||||
font-size: 9pt
|
||||
}
|
||||
|
||||
> ul {
|
||||
float: right;
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
> li {
|
||||
z-index: 1;
|
||||
display: inline-block;
|
||||
|
||||
&.active {
|
||||
z-index: 2;
|
||||
|
||||
> span {
|
||||
color: #fff;
|
||||
border-color: #098;
|
||||
padding-right: 1px;
|
||||
background: #009688 !important
|
||||
}
|
||||
}
|
||||
|
||||
> a, > span {
|
||||
color: #333;
|
||||
width: 33px;
|
||||
height: 30px;
|
||||
border: 1px solid #dcdcdc;
|
||||
display: inline-block;
|
||||
margin-left: -1px;
|
||||
text-align: center;
|
||||
line-height: 28px
|
||||
}
|
||||
|
||||
> span {
|
||||
background: #dcdcdc;
|
||||
cursor: default
|
||||
}
|
||||
|
||||
> a:hover {
|
||||
background: #dcdcdc;
|
||||
border-color: #dcdcdc
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[data-tips-image] {
|
||||
cursor: zoom-in !important
|
||||
}
|
||||
|
||||
157
public/static/theme/css/console.form.css
Normal file
@ -0,0 +1,157 @@
|
||||
/* 弹框层表单 */
|
||||
fieldset {
|
||||
margin: 0;
|
||||
border: 1px solid #e6e6e6;
|
||||
padding: 10px 20px 5px 20px;
|
||||
}
|
||||
fieldset legend {
|
||||
color: #666;
|
||||
padding: 0 10px;
|
||||
font-size: 14px;
|
||||
}
|
||||
.form-search .layui-btn {
|
||||
height: 32px;
|
||||
line-height: 28px;
|
||||
font-size: 12px;
|
||||
padding: 0 10px;
|
||||
}
|
||||
.form-search .layui-form-label {
|
||||
width: auto !important;
|
||||
padding: 0 8px;
|
||||
height: 32px;
|
||||
line-height: 30px;
|
||||
}
|
||||
.form-search .layui-input-inline {
|
||||
width: 170px;
|
||||
}
|
||||
.form-search .layui-input-inline input,
|
||||
.form-search .layui-input-inline select {
|
||||
width: 100%;
|
||||
height: 32px;
|
||||
padding: 2px 8px;
|
||||
line-height: 1em;
|
||||
}
|
||||
.form-search .layui-form-select dl {
|
||||
top: 31px;
|
||||
padding: 0;
|
||||
}
|
||||
.layui-form input.layui-input,
|
||||
.layui-form select.layui-select {
|
||||
line-height: 1em;
|
||||
}
|
||||
/* 表单验证异常提示 */
|
||||
.label-required-prev:before {
|
||||
width: 1em;
|
||||
color: red;
|
||||
content: '*';
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
text-align: left;
|
||||
font-weight: 700;
|
||||
line-height: 1.6em;
|
||||
margin-left: -0.8em;
|
||||
}
|
||||
.label-required:after,
|
||||
.label-required-next:after {
|
||||
top: 6px;
|
||||
right: 5px;
|
||||
color: red;
|
||||
content: '*';
|
||||
position: absolute;
|
||||
margin-left: 4px;
|
||||
font-weight: 700;
|
||||
line-height: 1.8em;
|
||||
}
|
||||
.label-required-null:before {
|
||||
content: none !important;
|
||||
}
|
||||
/** 自定义表单样式 */
|
||||
.think-form-label {
|
||||
padding: 9px 15px;
|
||||
font-weight: 400;
|
||||
line-height: 20px;
|
||||
text-align: right;
|
||||
}
|
||||
.think-form-group-right {
|
||||
border-left: none;
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
.think-form-group-left input {
|
||||
border-right: none;
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
.think-box-shadow {
|
||||
background: #fff;
|
||||
padding: 20px 20px !important;
|
||||
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
/** checkbox & radio */
|
||||
label.think-checkbox,
|
||||
label.think-radio {
|
||||
margin-right: 10px;
|
||||
display: inline-block;
|
||||
}
|
||||
.think-checkbox,
|
||||
.think-radio {
|
||||
cursor: pointer;
|
||||
margin-top: 10px;
|
||||
font-weight: 400;
|
||||
line-height: 17px;
|
||||
}
|
||||
.think-checkbox input[type=checkbox] {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
border: 1px solid #dcdcdc;
|
||||
cursor: pointer;
|
||||
margin: 0 5px 0 0;
|
||||
position: relative;
|
||||
display: inline-block !important;
|
||||
background: #fff;
|
||||
appearance: none;
|
||||
box-sizing: border-box !important;
|
||||
border-radius: 1px;
|
||||
vertical-align: bottom;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
.think-checkbox input[type=checkbox]:checked:after {
|
||||
color: #666;
|
||||
padding: 2px;
|
||||
display: block;
|
||||
content: "\e605";
|
||||
font-size: 12px;
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
position: absolute;
|
||||
font-family: layui-icon !important;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
.think-radio input[type=radio] {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
cursor: pointer;
|
||||
margin: 0 5px 0 0;
|
||||
position: relative;
|
||||
border: 1px solid #dcdcdc;
|
||||
display: inline-block !important;
|
||||
box-sizing: border-box !important;
|
||||
appearance: none;
|
||||
background: #fff;
|
||||
border-radius: 1em;
|
||||
vertical-align: bottom;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
.think-radio input[type=radio]:checked:after {
|
||||
top: 4px;
|
||||
left: 4px;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
content: '';
|
||||
display: block;
|
||||
position: relative;
|
||||
background: #666;
|
||||
border-radius: 1em;
|
||||
}
|
||||
/*# sourceMappingURL=console.form.css.map */
|
||||
1
public/static/theme/css/console.form.css.map
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"sources":["console.form.less"],"names":[],"mappings":";AACA;EACE,SAAA;EACA,yBAAA;EACA,2BAAA;;AAHF,QAKE;EACE,WAAA;EACA,eAAA;EACA,eAAA;;AAIJ,YACE;EACE,YAAA;EACA,iBAAA;EACA,eAAA;EACA,eAAA;;AALJ,YAQE;EACE,sBAAA;EACA,cAAA;EACA,YAAA;EACA,iBAAA;;AAZJ,YAeE;EACE,YAAA;;AAhBJ,YAeE,oBAGE;AAlBJ,YAeE,oBAGS;EACL,WAAA;EACA,YAAA;EACA,gBAAA;EACA,gBAAA;;AAtBN,YA0BE,mBAAmB;EACjB,SAAA;EACA,UAAA;;AAIJ,WACE,MAAK;AADP,WACqB,OAAM;EACvB,gBAAA;;;AAMF,eAAC,KAAK;EACJ,UAAA;EACA,UAAA;EACA,SAAS,GAAT;EACA,qBAAA;EACA,kBAAA;EACA,gBAAA;EACA,gBAAA;EACA,kBAAA;EACA,mBAAA;;AAGF,eAAC;AAAQ,eAAC,KAAK;EACb,QAAA;EACA,UAAA;EACA,UAAA;EACA,SAAS,GAAT;EACA,kBAAA;EACA,gBAAA;EACA,gBAAA;EACA,kBAAA;;AAGF,eAAC,KAAK;EACJ,aAAA;;;AAKJ;EACE,iBAAA;EACA,gBAAA;EACA,iBAAA;EACA,iBAAA;;AAGF;EACE,iBAAA;EACA,yBAAA;EACA,4BAAA;;AAGF,sBAAuB;EACrB,kBAAA;EACA,0BAAA;EACA,6BAAA;;AAGF;EACE,gBAAA;EACA,6BAAA;EACA,0CAAA;;;AAIF,KAAK;AAAiB,KAAK;EACzB,kBAAA;EACA,qBAAA;;AAGF;AAAiB;EACf,eAAA;EACA,gBAAA;EACA,gBAAA;EACA,iBAAA;;AAGF,eAAgB,MAAK;EACnB,WAAA;EACA,YAAA;EACA,yBAAA;EACA,eAAA;EACA,iBAAA;EACA,kBAAA;EACA,qBAAA;EACA,gBAAA;EACA,gBAAA;EACA,sBAAA;EACA,kBAAA;EACA,sBAAA;EACA,wBAAA;;AAEA,eAfc,MAAK,eAelB,QAAQ;EACP,WAAA;EACA,YAAA;EACA,cAAA;EACA,SAAS,OAAT;EACA,eAAA;EACA,kBAAA;EACA,gBAAA;EACA,kBAAA;EACA,uBAAA;EACA,mCAAA;EACA,kCAAA;;AAIJ,YAAa,MAAK;EAChB,WAAA;EACA,YAAA;EACA,eAAA;EACA,iBAAA;EACA,kBAAA;EACA,yBAAA;EACA,qBAAA;EACA,sBAAA;EACA,gBAAA;EACA,gBAAA;EACA,kBAAA;EACA,sBAAA;EACA,wBAAA;;AAEA,YAfW,MAAK,YAef,QAAQ;EACP,QAAA;EACA,SAAA;EACA,UAAA;EACA,WAAA;EACA,SAAS,EAAT;EACA,cAAA;EACA,kBAAA;EACA,gBAAA;EACA,kBAAA","file":"console.form.css"}
|
||||
177
public/static/theme/css/console.form.less
Normal file
@ -0,0 +1,177 @@
|
||||
/* 弹框层表单 */
|
||||
fieldset {
|
||||
margin: 0;
|
||||
border: 1px solid #e6e6e6;
|
||||
padding: 10px 20px 5px 20px;
|
||||
|
||||
legend {
|
||||
color: #666;
|
||||
padding: 0 10px;
|
||||
font-size: 14px
|
||||
}
|
||||
}
|
||||
|
||||
.form-search {
|
||||
.layui-btn {
|
||||
height: 32px;
|
||||
line-height: 28px;
|
||||
font-size: 12px;
|
||||
padding: 0 10px
|
||||
}
|
||||
|
||||
.layui-form-label {
|
||||
width: auto !important;
|
||||
padding: 0 8px;
|
||||
height: 32px;
|
||||
line-height: 30px
|
||||
}
|
||||
|
||||
.layui-input-inline {
|
||||
width: 170px;
|
||||
|
||||
input, select {
|
||||
width: 100%;
|
||||
height: 32px;
|
||||
padding: 2px 8px;
|
||||
line-height: 1em
|
||||
}
|
||||
}
|
||||
|
||||
.layui-form-select dl {
|
||||
top: 31px;
|
||||
padding: 0
|
||||
}
|
||||
}
|
||||
|
||||
.layui-form {
|
||||
input.layui-input, select.layui-select {
|
||||
line-height: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
/* 表单验证异常提示 */
|
||||
.label-required {
|
||||
&-prev:before {
|
||||
width: 1em;
|
||||
color: red;
|
||||
content: '*';
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
text-align: left;
|
||||
font-weight: 700;
|
||||
line-height: 1.6em;
|
||||
margin-left: -0.8em;
|
||||
}
|
||||
|
||||
&:after, &-next:after {
|
||||
top: 6px;
|
||||
right: 5px;
|
||||
color: red;
|
||||
content: '*';
|
||||
position: absolute;
|
||||
margin-left: 4px;
|
||||
font-weight: 700;
|
||||
line-height: 1.8em
|
||||
}
|
||||
|
||||
&-null:before {
|
||||
content: none !important
|
||||
}
|
||||
}
|
||||
|
||||
/** 自定义表单样式 */
|
||||
.think-form-label {
|
||||
padding: 9px 15px;
|
||||
font-weight: 400;
|
||||
line-height: 20px;
|
||||
text-align: right
|
||||
}
|
||||
|
||||
.think-form-group-right {
|
||||
border-left: none;
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.think-form-group-left input {
|
||||
border-right: none;
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
.think-box-shadow {
|
||||
background: #fff;
|
||||
padding: 20px 20px !important;
|
||||
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
|
||||
}
|
||||
|
||||
/** checkbox & radio */
|
||||
label.think-checkbox, label.think-radio {
|
||||
margin-right: 10px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.think-checkbox, .think-radio {
|
||||
cursor: pointer;
|
||||
margin-top: 10px;
|
||||
font-weight: 400;
|
||||
line-height: 17px;
|
||||
}
|
||||
|
||||
.think-checkbox input[type=checkbox] {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
border: 1px solid #dcdcdc;
|
||||
cursor: pointer;
|
||||
margin: 0 5px 0 0;
|
||||
position: relative;
|
||||
display: inline-block !important;
|
||||
background: #fff;
|
||||
appearance: none;
|
||||
box-sizing: border-box !important;
|
||||
border-radius: 1px;
|
||||
vertical-align: bottom;
|
||||
-webkit-appearance: none;
|
||||
|
||||
&:checked:after {
|
||||
color: #666;
|
||||
padding: 2px;
|
||||
display: block;
|
||||
content: "\e605";
|
||||
font-size: 12px;
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
position: absolute;
|
||||
font-family: layui-icon !important;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale
|
||||
}
|
||||
}
|
||||
|
||||
.think-radio input[type=radio] {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
cursor: pointer;
|
||||
margin: 0 5px 0 0;
|
||||
position: relative;
|
||||
border: 1px solid #dcdcdc;
|
||||
display: inline-block !important;
|
||||
box-sizing: border-box !important;
|
||||
appearance: none;
|
||||
background: #fff;
|
||||
border-radius: 1em;
|
||||
vertical-align: bottom;
|
||||
-webkit-appearance: none;
|
||||
|
||||
&:checked:after {
|
||||
top: 4px;
|
||||
left: 4px;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
content: '';
|
||||
display: block;
|
||||
position: relative;
|
||||
background: #666;
|
||||
border-radius: 1em
|
||||
}
|
||||
}
|
||||
374
public/static/theme/css/console.layout.css
Normal file
@ -0,0 +1,374 @@
|
||||
/* 页面布局 - 全局 */
|
||||
.layui-layout > .layui-side {
|
||||
top: 50px;
|
||||
bottom: 0;
|
||||
overflow: auto;
|
||||
}
|
||||
.layui-layout > .layui-body {
|
||||
top: 50px;
|
||||
bottom: 0;
|
||||
overflow: auto;
|
||||
}
|
||||
.layui-layout > .layui-body > .layui-card {
|
||||
box-shadow: none;
|
||||
}
|
||||
.layui-layout > .layui-body > .layui-card > .layui-card-body {
|
||||
padding: 15px 15px;
|
||||
}
|
||||
.layui-layout > .layui-body > .layui-card > .layui-card-header {
|
||||
height: 50px;
|
||||
border: none;
|
||||
line-height: 50px;
|
||||
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
|
||||
background: #fff;
|
||||
}
|
||||
/* 页面布局 - 头部 */
|
||||
.layui-header {
|
||||
height: 50px;
|
||||
background: #393D49 !important;
|
||||
}
|
||||
.layui-header [data-target-menu-type] {
|
||||
border-left: 1px solid rgba(0, 0, 0, 0);
|
||||
border-right: 1px solid rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.layui-header .layui-layout-left,
|
||||
.layui-header .layui-layout-right {
|
||||
padding: 0;
|
||||
}
|
||||
.layui-header .layui-logo {
|
||||
color: #fff;
|
||||
width: 199px;
|
||||
height: auto;
|
||||
font-size: 18px;
|
||||
line-height: 49px;
|
||||
border-right: 1px solid rgba(0, 0, 0, 0.15);
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.layui-header .layui-logo sup {
|
||||
font-size: 9px;
|
||||
line-height: 9px;
|
||||
}
|
||||
.layui-header .layui-nav-item {
|
||||
height: 50px;
|
||||
line-height: 50px;
|
||||
}
|
||||
.layui-header .layui-nav-item.layui-this {
|
||||
background: #009688;
|
||||
}
|
||||
.layui-header .layui-nav-item > a {
|
||||
color: #fff !important;
|
||||
}
|
||||
.layui-header .layui-nav-item .layui-nav-child {
|
||||
top: 49px;
|
||||
padding: 0;
|
||||
border: none;
|
||||
line-height: 45px;
|
||||
}
|
||||
.layui-header .layui-nav-item .layui-nav-child + a {
|
||||
padding-right: 35px;
|
||||
}
|
||||
.layui-header .layui-nav-item .layui-nav-child.layui-show + a {
|
||||
background: #fff;
|
||||
}
|
||||
.layui-header .layui-nav-item .layui-nav-child.layui-show + a span {
|
||||
color: #333;
|
||||
}
|
||||
.layui-header .layui-nav-item .layui-nav-child dd a {
|
||||
padding: 0;
|
||||
color: #333;
|
||||
text-align: center;
|
||||
border-top: 1px solid #eaedf1;
|
||||
}
|
||||
.layui-header .layui-nav-bar,
|
||||
.layui-header .layui-nav-item:after {
|
||||
display: none !important;
|
||||
}
|
||||
.layui-header .layui-layout-right > li > a {
|
||||
border-left: 1px solid rgba(0, 0, 0, 0.15);
|
||||
border-right: 1px solid rgba(0, 0, 0, 0);
|
||||
}
|
||||
/* 页面布局 - 左则 */
|
||||
.layui-layout > .layui-side .layui-nav-bar {
|
||||
display: none !important;
|
||||
}
|
||||
.layui-layout > .layui-side .layui-side-scroll {
|
||||
width: 100% !important;
|
||||
}
|
||||
.layui-layout > .layui-side .layui-nav-item {
|
||||
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.layui-layout > .layui-side .layui-nav-item a {
|
||||
height: 45px;
|
||||
display: block;
|
||||
line-height: 45px;
|
||||
color: #fff !important;
|
||||
}
|
||||
.layui-layout > .layui-side .layui-nav-item a:hover {
|
||||
background: hsla(0, 0%, 39%, 0.2) !important;
|
||||
}
|
||||
.layui-layout > .layui-side .layui-nav-itemed {
|
||||
border-bottom: none !important;
|
||||
}
|
||||
.layui-layout > .layui-side .layui-nav-tree-top a {
|
||||
height: 28px !important;
|
||||
line-height: 28px !important;
|
||||
}
|
||||
.layui-layout.layui-layout-left-mini > .layui-body {
|
||||
left: 50px;
|
||||
}
|
||||
.layui-layout.layui-layout-left-mini > .layui-side .layui-nav-more {
|
||||
display: none !important;
|
||||
}
|
||||
.layui-layout.layui-layout-left-mini > .layui-side .layui-nav-item a {
|
||||
padding: 0;
|
||||
}
|
||||
.layui-layout.layui-layout-left-mini > .layui-side .layui-nav-item .nav-text {
|
||||
display: none;
|
||||
}
|
||||
.layui-layout.layui-layout-left-mini > .layui-side .layui-nav-item .nav-icon {
|
||||
display: inline-block !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
.layui-layout.layui-layout-left-mini > .layui-side .layui-nav-item .layui-nav-child {
|
||||
padding: 0;
|
||||
display: block !important;
|
||||
background-color: rgba(0, 0, 0, 0.3) !important;
|
||||
}
|
||||
.layui-layout.layui-layout-left-mini > .layui-side,
|
||||
.layui-layout.layui-layout-left-mini > .layui-side .layui-nav-tree,
|
||||
.layui-layout.layui-layout-left-mini > .layui-side .layui-side-scroll {
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
.layui-layout.layui-layout-left-mini [data-target-menu-type] i {
|
||||
display: inline-block;
|
||||
-webkit-transform: rotate(180deg);
|
||||
transform: rotate(180deg);
|
||||
-ms-transform: rotate(180deg);
|
||||
}
|
||||
.layui-layout.layui-layout-left-hide > .layui-body {
|
||||
left: 0 !important;
|
||||
}
|
||||
.layui-layout.layui-layout-left-hide > .layui-side {
|
||||
display: none;
|
||||
}
|
||||
.layui-layout.layui-layout-left-hide [data-target-menu-type] {
|
||||
display: none;
|
||||
}
|
||||
/* 通用分页 */
|
||||
.pagination-container {
|
||||
line-height: 40px;
|
||||
}
|
||||
.pagination-container > span {
|
||||
color: #666;
|
||||
font-size: 9pt;
|
||||
}
|
||||
.pagination-container > ul {
|
||||
float: right;
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.pagination-container > ul > li {
|
||||
z-index: 1;
|
||||
display: inline-block;
|
||||
}
|
||||
.pagination-container > ul > li.active {
|
||||
z-index: 2;
|
||||
}
|
||||
.pagination-container > ul > li.active > span {
|
||||
color: #fff;
|
||||
border-color: #098;
|
||||
padding-right: 1px;
|
||||
background: #009688 !important;
|
||||
}
|
||||
.pagination-container > ul > li > a,
|
||||
.pagination-container > ul > li > span {
|
||||
color: #333;
|
||||
width: 33px;
|
||||
height: 30px;
|
||||
border: 1px solid #dcdcdc;
|
||||
display: inline-block;
|
||||
margin-left: -1px;
|
||||
text-align: center;
|
||||
line-height: 28px;
|
||||
}
|
||||
.pagination-container > ul > li > span {
|
||||
background: #dcdcdc;
|
||||
cursor: default;
|
||||
}
|
||||
.pagination-container > ul > li > a:hover {
|
||||
background: #dcdcdc;
|
||||
border-color: #dcdcdc;
|
||||
}
|
||||
/** 手机盒子及微信菜单 */
|
||||
.mobile-preview {
|
||||
width: 317px;
|
||||
height: 580px;
|
||||
position: relative;
|
||||
background: url(../img/wechat/mobile_head.png) no-repeat 0 0;
|
||||
}
|
||||
.mobile-preview .mobile-header {
|
||||
color: #fff;
|
||||
width: auto;
|
||||
margin: 0 30px;
|
||||
overflow: hidden;
|
||||
font-size: 15px;
|
||||
padding-top: 30px;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
word-wrap: normal;
|
||||
user-select: none;
|
||||
pointer-events: none;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-webkit-pointer-events: none;
|
||||
}
|
||||
.mobile-preview .mobile-body {
|
||||
top: 60px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
position: absolute;
|
||||
border: 1px solid #ccc;
|
||||
background: #f5f5f5;
|
||||
}
|
||||
.mobile-preview .mobile-body iframe {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.mobile-preview .mobile-footer {
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
padding-left: 43px;
|
||||
border: 1px solid #ccc;
|
||||
list-style-type: none;
|
||||
background: url(../img/wechat/mobile_foot.png) no-repeat 0 0;
|
||||
}
|
||||
.mobile-preview .mobile-footer li {
|
||||
float: left;
|
||||
width: 33.33%;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
line-height: 50px;
|
||||
}
|
||||
.mobile-preview .mobile-footer li a {
|
||||
width: auto;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
border: 1px solid hsla(0, 0%, 100%, 0);
|
||||
border-left: 1px solid #e7e7eb;
|
||||
margin-top: -1px;
|
||||
margin-bottom: -1px;
|
||||
color: #616161;
|
||||
white-space: nowrap;
|
||||
text-decoration: none;
|
||||
text-overflow: ellipsis;
|
||||
word-wrap: normal;
|
||||
}
|
||||
.mobile-preview .mobile-footer li a:hover {
|
||||
background: rgba(0, 0, 0, 0.02);
|
||||
}
|
||||
.mobile-preview .mobile-footer li a.active {
|
||||
border: 1px solid #44b549 !important;
|
||||
box-shadow: 0 0 1px #44b549;
|
||||
}
|
||||
.mobile-preview .mobile-footer li a span:before {
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
content: '';
|
||||
display: inline-block;
|
||||
}
|
||||
.mobile-preview .mobile-footer li > .close {
|
||||
top: 1px;
|
||||
right: 1px;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
display: none;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
line-height: 18px;
|
||||
}
|
||||
.mobile-preview .mobile-footer li:hover > .close {
|
||||
display: inline-block;
|
||||
}
|
||||
.mobile-preview .mobile-footer li:hover > .close:hover {
|
||||
color: #fff !important;
|
||||
background: #999 !important;
|
||||
}
|
||||
.mobile-preview .mobile-footer .icon-add {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
border-bottom: none !important;
|
||||
background: url(../img/wechat/index.png) 0 0 no-repeat;
|
||||
}
|
||||
.mobile-preview .mobile-footer .icon-add,
|
||||
.mobile-preview .mobile-footer .icon-sub {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.mobile-preview .mobile-footer .icon-sub {
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
margin-right: 2px;
|
||||
background: url(../img/wechat/index.png) 0 -3pc no-repeat;
|
||||
}
|
||||
.mobile-preview .mobile-footer .sub-menu {
|
||||
width: 100%;
|
||||
bottom: 60px;
|
||||
margin: -1px;
|
||||
display: block;
|
||||
position: absolute;
|
||||
border: 1px solid #d0d0d0;
|
||||
background-color: #fafafa;
|
||||
}
|
||||
.mobile-preview .mobile-footer .sub-menu ul,
|
||||
.mobile-preview .mobile-footer .sub-menu ul li {
|
||||
float: none;
|
||||
padding: 0;
|
||||
z-index: 11;
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
.mobile-preview .mobile-footer .sub-menu ul li a {
|
||||
padding: 0 5px;
|
||||
border: 1px solid hsla(0, 0%, 100%, 0);
|
||||
}
|
||||
.mobile-preview .mobile-footer .sub-menu ul li a.bottom-border {
|
||||
margin: -1px -1px 0;
|
||||
border-bottom: 1px solid #e7e7eb;
|
||||
}
|
||||
.mobile-preview .mobile-footer .sub-menu ul li:last-child a.bottom-border {
|
||||
border-bottom-color: #fff;
|
||||
}
|
||||
.mobile-preview .mobile-footer .arrow {
|
||||
left: 50%;
|
||||
position: absolute;
|
||||
margin-left: -6px;
|
||||
}
|
||||
.mobile-preview .mobile-footer .arrow_in,
|
||||
.mobile-preview .mobile-footer .arrow_out {
|
||||
width: 0;
|
||||
height: 0;
|
||||
z-index: 10;
|
||||
display: inline-block;
|
||||
border: 6px dashed transparent;
|
||||
border-bottom-width: 0;
|
||||
border-top-style: solid;
|
||||
}
|
||||
.mobile-preview .mobile-footer .arrow_in {
|
||||
z-index: 3;
|
||||
bottom: -5px;
|
||||
border-top-color: #fafafa;
|
||||
}
|
||||
.mobile-preview .mobile-footer .arrow_out {
|
||||
z-index: 2;
|
||||
bottom: -6px;
|
||||
border-top-color: #d0d0d0;
|
||||
}
|
||||
/*# sourceMappingURL=console.layout.css.map */
|
||||
1
public/static/theme/css/console.layout.css.map
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"sources":["console.layout.less"],"names":[],"mappings":"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","file":"console.layout.css"}
|
||||
459
public/static/theme/css/console.layout.less
Normal file
@ -0,0 +1,459 @@
|
||||
/* 页面布局 - 全局 */
|
||||
.layui-layout {
|
||||
> .layui-side {
|
||||
top: 50px;
|
||||
bottom: 0;
|
||||
overflow: auto
|
||||
}
|
||||
|
||||
> .layui-body {
|
||||
top: 50px;
|
||||
bottom: 0;
|
||||
overflow: auto;
|
||||
|
||||
> .layui-card {
|
||||
box-shadow: none;
|
||||
|
||||
> .layui-card-body {
|
||||
padding: 15px 15px
|
||||
}
|
||||
|
||||
> .layui-card-header {
|
||||
height: 50px;
|
||||
border: none;
|
||||
line-height: 50px;
|
||||
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
|
||||
background: #fff
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* 页面布局 - 头部 */
|
||||
.layui-header {
|
||||
height: 50px;
|
||||
background: #393D49 !important;
|
||||
|
||||
[data-target-menu-type] {
|
||||
// box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .15);
|
||||
border-left: 1px solid rgba(0, 0, 0, 0);
|
||||
border-right: 1px solid rgba(0, 0, 0, .15);
|
||||
}
|
||||
|
||||
.layui-layout-left,
|
||||
.layui-layout-right {
|
||||
padding: 0
|
||||
}
|
||||
|
||||
.layui-logo {
|
||||
color: #fff;
|
||||
width: 199px;
|
||||
height: auto;
|
||||
font-size: 18px;
|
||||
line-height: 49px;
|
||||
border-right: 1px solid rgba(0, 0, 0, .15);
|
||||
border-bottom: 1px solid rgba(0, 0, 0, .15);
|
||||
|
||||
sup {
|
||||
font-size: 9px;
|
||||
line-height: 9px
|
||||
}
|
||||
}
|
||||
|
||||
.layui-nav-item {
|
||||
height: 50px;
|
||||
line-height: 50px;
|
||||
|
||||
&.layui-this {
|
||||
background: #009688
|
||||
}
|
||||
|
||||
> a {
|
||||
color: #fff !important
|
||||
}
|
||||
|
||||
.layui-nav-child {
|
||||
top: 49px;
|
||||
padding: 0;
|
||||
border: none;
|
||||
line-height: 45px;
|
||||
|
||||
+ a {
|
||||
padding-right: 35px
|
||||
}
|
||||
|
||||
&.layui-show + a {
|
||||
background: #fff
|
||||
}
|
||||
|
||||
&.layui-show + a span {
|
||||
color: #333
|
||||
}
|
||||
|
||||
dd a {
|
||||
padding: 0;
|
||||
color: #333;
|
||||
text-align: center;
|
||||
border-top: 1px solid #eaedf1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.layui-nav-bar, .layui-nav-item:after {
|
||||
display: none !important
|
||||
}
|
||||
|
||||
.layui-layout-right {
|
||||
> li > a {
|
||||
border-left: 1px solid rgba(0, 0, 0, .15);
|
||||
border-right: 1px solid rgba(0, 0, 0, 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* 页面布局 - 左则 */
|
||||
.layui-layout {
|
||||
|
||||
> .layui-side {
|
||||
.layui-nav-bar {
|
||||
display: none !important
|
||||
}
|
||||
|
||||
.layui-side-scroll {
|
||||
width: 100% !important
|
||||
}
|
||||
|
||||
.layui-nav-item {
|
||||
border-bottom: 1px solid rgba(0, 0, 0, .2);
|
||||
|
||||
a {
|
||||
height: 45px;
|
||||
display: block;
|
||||
line-height: 45px;
|
||||
color: #fff !important;
|
||||
|
||||
&:hover {
|
||||
background: hsla(0, 0%, 39%, .2) !important
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.layui-nav-itemed {
|
||||
border-bottom: none !important
|
||||
}
|
||||
|
||||
.layui-nav-tree-top a {
|
||||
height: 28px !important;
|
||||
line-height: 28px !important
|
||||
}
|
||||
}
|
||||
|
||||
&.layui-layout-left-mini {
|
||||
> .layui-body {
|
||||
left: 50px
|
||||
}
|
||||
|
||||
> .layui-side {
|
||||
.layui-nav-more {
|
||||
display: none !important
|
||||
}
|
||||
|
||||
.layui-nav-item {
|
||||
a {
|
||||
padding: 0
|
||||
}
|
||||
|
||||
.nav-text {
|
||||
display: none
|
||||
}
|
||||
|
||||
.nav-icon {
|
||||
display: inline-block !important;
|
||||
padding: 0 !important
|
||||
}
|
||||
|
||||
.layui-nav-child {
|
||||
padding: 0;
|
||||
display: block !important;
|
||||
background-color: rgba(0, 0, 0, .3) !important
|
||||
}
|
||||
}
|
||||
|
||||
&, .layui-nav-tree, .layui-side-scroll {
|
||||
width: 50px;
|
||||
text-align: center
|
||||
}
|
||||
}
|
||||
|
||||
[data-target-menu-type] i {
|
||||
display: inline-block;
|
||||
-webkit-transform: rotate(180deg);
|
||||
transform: rotate(180deg);
|
||||
-ms-transform: rotate(180deg)
|
||||
}
|
||||
}
|
||||
|
||||
&.layui-layout-left-hide {
|
||||
> .layui-body {
|
||||
left: 0 !important
|
||||
}
|
||||
|
||||
> .layui-side {
|
||||
display: none
|
||||
}
|
||||
|
||||
[data-target-menu-type] {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* 通用分页 */
|
||||
.pagination-container {
|
||||
line-height: 40px;
|
||||
|
||||
> span {
|
||||
color: #666;
|
||||
font-size: 9pt
|
||||
}
|
||||
|
||||
> ul {
|
||||
float: right;
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
> li {
|
||||
z-index: 1;
|
||||
display: inline-block;
|
||||
|
||||
&.active {
|
||||
z-index: 2;
|
||||
|
||||
> span {
|
||||
color: #fff;
|
||||
border-color: #098;
|
||||
padding-right: 1px;
|
||||
background: #009688 !important
|
||||
}
|
||||
}
|
||||
|
||||
> a, > span {
|
||||
color: #333;
|
||||
width: 33px;
|
||||
height: 30px;
|
||||
border: 1px solid #dcdcdc;
|
||||
display: inline-block;
|
||||
margin-left: -1px;
|
||||
text-align: center;
|
||||
line-height: 28px
|
||||
}
|
||||
|
||||
> span {
|
||||
background: #dcdcdc;
|
||||
cursor: default
|
||||
}
|
||||
|
||||
> a:hover {
|
||||
background: #dcdcdc;
|
||||
border-color: #dcdcdc
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/** 手机盒子及微信菜单 */
|
||||
.mobile-preview {
|
||||
width: 317px;
|
||||
height: 580px;
|
||||
position: relative;
|
||||
background: url(../img/wechat/mobile_head.png) no-repeat 0 0;
|
||||
|
||||
.mobile-header {
|
||||
color: #fff;
|
||||
width: auto;
|
||||
margin: 0 30px;
|
||||
overflow: hidden;
|
||||
font-size: 15px;
|
||||
padding-top: 30px;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
word-wrap: normal;
|
||||
user-select: none;
|
||||
pointer-events: none;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
-webkit-pointer-events: none
|
||||
}
|
||||
|
||||
.mobile-body {
|
||||
top: 60px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
position: absolute;
|
||||
border: 1px solid #ccc;
|
||||
background: #f5f5f5;
|
||||
|
||||
iframe {
|
||||
width: 100%;
|
||||
height: 100%
|
||||
}
|
||||
}
|
||||
|
||||
.mobile-footer {
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
padding-left: 43px;
|
||||
border: 1px solid #ccc;
|
||||
list-style-type: none;
|
||||
background: url(../img/wechat/mobile_foot.png) no-repeat 0 0;
|
||||
|
||||
li {
|
||||
float: left;
|
||||
width: 33.33%;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
line-height: 50px;
|
||||
|
||||
a {
|
||||
width: auto;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
border: 1px solid hsla(0, 0%, 100%, 0);
|
||||
border-left: 1px solid #e7e7eb;
|
||||
margin-top: -1px;
|
||||
margin-bottom: -1px;
|
||||
color: #616161;
|
||||
white-space: nowrap;
|
||||
text-decoration: none;
|
||||
text-overflow: ellipsis;
|
||||
word-wrap: normal;
|
||||
|
||||
&:hover {
|
||||
background: rgba(0, 0, 0, .02)
|
||||
}
|
||||
|
||||
&.active {
|
||||
border: 1px solid #44b549 !important;
|
||||
box-shadow: 0 0 1px #44b549
|
||||
}
|
||||
|
||||
span:before {
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
content: '';
|
||||
display: inline-block
|
||||
}
|
||||
}
|
||||
|
||||
> .close {
|
||||
top: 1px;
|
||||
right: 1px;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
display: none;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
line-height: 18px
|
||||
}
|
||||
|
||||
&:hover > .close {
|
||||
display: inline-block;
|
||||
|
||||
&:hover {
|
||||
color: #fff !important;
|
||||
background: #999 !important
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.icon-add {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
border-bottom: none !important;
|
||||
background: url(../img/wechat/index.png) 0 0 no-repeat
|
||||
}
|
||||
|
||||
.icon-add, .icon-sub {
|
||||
display: inline-block;
|
||||
vertical-align: middle
|
||||
}
|
||||
|
||||
.icon-sub {
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
margin-right: 2px;
|
||||
background: url(../img/wechat/index.png) 0 -3pc no-repeat
|
||||
}
|
||||
|
||||
.sub-menu {
|
||||
width: 100%;
|
||||
bottom: 60px;
|
||||
margin: -1px;
|
||||
display: block;
|
||||
position: absolute;
|
||||
border: 1px solid #d0d0d0;
|
||||
background-color: #fafafa;
|
||||
|
||||
ul, ul li {
|
||||
float: none;
|
||||
padding: 0;
|
||||
z-index: 11;
|
||||
display: block;
|
||||
width: 100%
|
||||
}
|
||||
|
||||
ul li {
|
||||
a {
|
||||
padding: 0 5px;
|
||||
border: 1px solid hsla(0, 0%, 100%, 0);
|
||||
|
||||
&.bottom-border {
|
||||
margin: -1px -1px 0;
|
||||
border-bottom: 1px solid #e7e7eb
|
||||
}
|
||||
}
|
||||
|
||||
&:last-child a.bottom-border {
|
||||
border-bottom-color: #fff
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.arrow {
|
||||
left: 50%;
|
||||
position: absolute;
|
||||
margin-left: -6px
|
||||
}
|
||||
|
||||
.arrow_in, .arrow_out {
|
||||
width: 0;
|
||||
height: 0;
|
||||
z-index: 10;
|
||||
display: inline-block;
|
||||
border: 6px dashed transparent;
|
||||
border-bottom-width: 0;
|
||||
border-top-style: solid
|
||||
}
|
||||
|
||||
.arrow_in {
|
||||
z-index: 3;
|
||||
bottom: -5px;
|
||||
border-top-color: #fafafa
|
||||
}
|
||||
|
||||
.arrow_out {
|
||||
z-index: 2;
|
||||
bottom: -6px;
|
||||
border-top-color: #d0d0d0
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
107
public/static/theme/css/console.layui.css
Normal file
@ -0,0 +1,107 @@
|
||||
bu.layui-form.layui-card {
|
||||
box-shadow: none;
|
||||
}
|
||||
.layui-layer-content .layui-form.layui-card .layui-card-body {
|
||||
padding: 30px 40px 0 0;
|
||||
}
|
||||
.layui-layer-dialog .layui-layer-content .layui-layer-ico {
|
||||
top: 50% !important;
|
||||
margin-top: -15px !important;
|
||||
}
|
||||
.laydate-footer-btns span {
|
||||
line-height: 24px !important;
|
||||
}
|
||||
/** Layui样式调整 */
|
||||
.layui-input,
|
||||
.layui-select {
|
||||
line-height: 38px;
|
||||
}
|
||||
.layui-btn-primary.layui-btn-xs {
|
||||
line-height: 20px;
|
||||
}
|
||||
.layui-btn-primary.layui-btn-sm {
|
||||
line-height: 28px;
|
||||
}
|
||||
/* 下拉样式 */
|
||||
.layui-nav .layui-nav-item .layui-nav-more {
|
||||
top: 0;
|
||||
border: none;
|
||||
right: 15px;
|
||||
width: auto;
|
||||
height: auto;
|
||||
margin-top: 0;
|
||||
font-size: 14px;
|
||||
font-style: normal;
|
||||
font-family: "layui-icon" !important;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
.layui-nav .layui-nav-item .layui-nav-more::before {
|
||||
content: "\e619";
|
||||
}
|
||||
.layui-nav .layui-nav-item .layui-nav-mored,
|
||||
.layui-nav .layui-nav-itemed .layui-nav-more {
|
||||
border: none;
|
||||
margin-top: 0;
|
||||
transform: rotate(180deg);
|
||||
-o-transform: rotate(180deg);
|
||||
-ms-transform: rotate(180deg);
|
||||
-moz-transform: rotate(180deg);
|
||||
-webkit-transform: rotate(180deg);
|
||||
}
|
||||
.layui-table td,
|
||||
.layui-table th {
|
||||
font-size: 12px;
|
||||
}
|
||||
.layui-table .list-table-image {
|
||||
width: 22px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.layui-table .list-table-sort-td {
|
||||
width: 10px !important;
|
||||
text-align: center !important;
|
||||
padding-left: 5px !important;
|
||||
padding-right: 5px !important;
|
||||
}
|
||||
.layui-table .list-table-sort-td button {
|
||||
width: 56px;
|
||||
background: #009688;
|
||||
}
|
||||
.layui-table .list-table-sort-td input {
|
||||
width: 50px;
|
||||
color: #666;
|
||||
padding: 2px;
|
||||
border: 1px solid #e6e6e6;
|
||||
text-align: center;
|
||||
font-size: 9pt;
|
||||
line-height: 18px;
|
||||
}
|
||||
.layui-table .list-table-check-td {
|
||||
width: 10px !important;
|
||||
text-align: center;
|
||||
padding-left: 15px !important;
|
||||
padding-right: 15px !important;
|
||||
}
|
||||
.layui-table .list-table-check-td input {
|
||||
margin: 0 !important;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.layui-table td .text-explode {
|
||||
color: #ccc !important;
|
||||
margin: 0 4px !important;
|
||||
}
|
||||
.layui-table td .text-explode:first-child {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
}
|
||||
.layui-table td .background-image {
|
||||
float: left;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
display: inline-block;
|
||||
margin-right: 5px;
|
||||
background: no-repeat center center;
|
||||
background-size: cover;
|
||||
vertical-align: middle;
|
||||
}
|
||||
/*# sourceMappingURL=console.layui.css.map */
|
||||
1
public/static/theme/css/console.layui.css.map
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"sources":["console.layui.less"],"names":[],"mappings":"AAAA,EAAE,WAAW;EACX,gBAAA;;AAGF,oBAAqB,YAAW,WAAY;EAC1C,sBAAA;;AAGF,mBAAoB,qBAAqB;EACvC,mBAAA;EACA,iBAAA;;AAGF,oBAAqB;EACnB,iBAAA;;;AAIF;AAAc;EACZ,iBAAA;;AAIA,kBAAC;EACC,iBAAA;;AAGF,kBAAC;EACC,iBAAA;;;AAKJ,UACE,gBACE;EACE,MAAA;EACA,YAAA;EACA,WAAA;EACA,WAAA;EACA,YAAA;EACA,aAAA;EACA,eAAA;EACA,kBAAA;EACA,aAAa,YAAb;EACA,kCAAA;EACA,mCAAA;;AAEA,UAdJ,gBACE,gBAaG;EACC,SAAS,OAAT;;AAIJ,UAnBF,gBAmBI;AAAkB,UAnBtB,gBAmBuB,EAAG;EACtB,YAAA;EACA,aAAA;EACA,WAAW,cAAX;EACA,cAAc,cAAd;EACA,eAAe,cAAf;EACA,gBAAgB,cAAhB;EACA,mBAAmB,cAAnB;;AAKN,YAEE;AAFF,YAEM;EACF,eAAA;;AAHJ,YAME;EACE,WAAA;EACA,eAAA;;AARJ,YAWE;EACE,sBAAA;EACA,6BAAA;EACA,4BAAA;EACA,6BAAA;;AAfJ,YAWE,oBAME;EACE,WAAA;EACA,mBAAA;;AAnBN,YAWE,oBAWE;EACE,WAAA;EACA,WAAA;EACA,YAAA;EACA,yBAAA;EACA,kBAAA;EACA,cAAA;EACA,iBAAA;;AA7BN,YAiCE;EACE,sBAAA;EACA,kBAAA;EACA,6BAAA;EACA,8BAAA;;AArCJ,YAiCE,qBAME;EACE,oBAAA;EACA,sBAAA;;AAzCN,YA6CE,GACE;EACE,WAAA;EACA,wBAAA;;AAEA,YALJ,GACE,cAIG;EACC,aAAA;EACA,UAAA;;AApDR,YA6CE,GAWE;EACE,WAAA;EACA,WAAA;EACA,YAAA;EACA,qBAAA;EACA,iBAAA;EACA,mCAAA;EACA,sBAAA;EACA,sBAAA","file":"console.layui.css"}
|
||||
133
public/static/theme/css/console.layui.less
Normal file
@ -0,0 +1,133 @@
|
||||
bu.layui-form.layui-card {
|
||||
box-shadow: none
|
||||
}
|
||||
|
||||
.layui-layer-content .layui-form.layui-card .layui-card-body {
|
||||
padding: 30px 40px 0 0
|
||||
}
|
||||
|
||||
.layui-layer-dialog .layui-layer-content .layui-layer-ico {
|
||||
top: 50% !important;
|
||||
margin-top: -15px !important
|
||||
}
|
||||
|
||||
.laydate-footer-btns span {
|
||||
line-height: 24px !important
|
||||
}
|
||||
|
||||
/** Layui样式调整 */
|
||||
.layui-input, .layui-select {
|
||||
line-height: 38px
|
||||
}
|
||||
|
||||
.layui-btn-primary {
|
||||
&.layui-btn-xs {
|
||||
line-height: 20px
|
||||
}
|
||||
|
||||
&.layui-btn-sm {
|
||||
line-height: 28px
|
||||
}
|
||||
}
|
||||
|
||||
/* 下拉样式 */
|
||||
.layui-nav {
|
||||
.layui-nav-item {
|
||||
.layui-nav-more {
|
||||
top: 0;
|
||||
border: none;
|
||||
right: 15px;
|
||||
width: auto;
|
||||
height: auto;
|
||||
margin-top: 0;
|
||||
font-size: 14px;
|
||||
font-style: normal;
|
||||
font-family: "layui-icon" !important;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
||||
&::before {
|
||||
content: "\e619"
|
||||
}
|
||||
}
|
||||
|
||||
& .layui-nav-mored, &ed .layui-nav-more {
|
||||
border: none;
|
||||
margin-top: 0;
|
||||
transform: rotate(180deg);
|
||||
-o-transform: rotate(180deg);
|
||||
-ms-transform: rotate(180deg);
|
||||
-moz-transform: rotate(180deg);
|
||||
-webkit-transform: rotate(180deg)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.layui-table {
|
||||
|
||||
td, th {
|
||||
font-size: 12px
|
||||
}
|
||||
|
||||
.list-table-image {
|
||||
width: 22px;
|
||||
cursor: pointer
|
||||
}
|
||||
|
||||
.list-table-sort-td {
|
||||
width: 10px !important;
|
||||
text-align: center !important;
|
||||
padding-left: 5px !important;
|
||||
padding-right: 5px !important;
|
||||
|
||||
button {
|
||||
width: 56px;
|
||||
background: #009688
|
||||
}
|
||||
|
||||
input {
|
||||
width: 50px;
|
||||
color: #666;
|
||||
padding: 2px;
|
||||
border: 1px solid #e6e6e6;
|
||||
text-align: center;
|
||||
font-size: 9pt;
|
||||
line-height: 18px
|
||||
}
|
||||
}
|
||||
|
||||
.list-table-check-td {
|
||||
width: 10px !important;
|
||||
text-align: center;
|
||||
padding-left: 15px !important;
|
||||
padding-right: 15px !important;
|
||||
|
||||
input {
|
||||
margin: 0 !important;
|
||||
vertical-align: middle
|
||||
}
|
||||
}
|
||||
|
||||
td {
|
||||
.text-explode {
|
||||
color: #ccc !important;
|
||||
margin: 0 4px !important;
|
||||
|
||||
&:first-child {
|
||||
display: none;
|
||||
opacity: 0
|
||||
}
|
||||
}
|
||||
|
||||
.background-image {
|
||||
float: left;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
display: inline-block;
|
||||
margin-right: 5px;
|
||||
background: no-repeat center center;
|
||||
background-size: cover;
|
||||
vertical-align: middle
|
||||
}
|
||||
}
|
||||
}
|
||||
74
public/static/theme/css/console.less
Normal file
@ -0,0 +1,74 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
// +----------------------------------------------------------------------
|
||||
// | ThinkAdmin
|
||||
// +----------------------------------------------------------------------
|
||||
// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
|
||||
// +----------------------------------------------------------------------
|
||||
// | 官方网站: http://demo.thinkadmin.top
|
||||
// +----------------------------------------------------------------------
|
||||
// | 开源协议 ( https://mit-license.org )
|
||||
// +----------------------------------------------------------------------
|
||||
// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
|
||||
// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
::selection {
|
||||
color: #fff !important;
|
||||
background-color: #ec494e !important
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
color: #fff !important;
|
||||
background-color: #ec494e !important
|
||||
}
|
||||
|
||||
::-webkit-input-placeholder {
|
||||
color: #aaa
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 3px;
|
||||
height: 3px;
|
||||
|
||||
&-track {
|
||||
background: #ccc !important
|
||||
}
|
||||
|
||||
&-thumb {
|
||||
background-color: #666 !important
|
||||
}
|
||||
}
|
||||
|
||||
:-webkit-autofill {
|
||||
&, &:hover, &:focus, &:active {
|
||||
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1) inset !important;
|
||||
-webkit-transition: color 9999s ease-out, background-color 9999s ease-out !important;
|
||||
-webkit-transition-delay: 9999s !important;
|
||||
-webkit-text-fill-color: #333 !important
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
color: #333;
|
||||
font-size: 12px;
|
||||
font-family: '\5FAE\8F6F\96C5\9ED1', 'Microsoft YaHei', 'Helvetica Neue', 'Luxi Sans', 'DejaVu Sans', 'Hiragino Sans GB', serif;
|
||||
|
||||
a {
|
||||
color: #06C;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
color: #039;
|
||||
}
|
||||
}
|
||||
|
||||
input::-ms-clear {
|
||||
display: none
|
||||
}
|
||||
}
|
||||
|
||||
@import "console.form.less";
|
||||
@import "console.layui.less";
|
||||
@import 'console.layout.less';
|
||||
@import "console.custom.less";
|
||||
BIN
public/static/theme/css/icon/iconfont.eot
Normal file
35
public/static/theme/css/icon/iconfont.svg
Normal file
@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<!--
|
||||
2013-9-30: Created.
|
||||
-->
|
||||
<svg>
|
||||
<metadata>
|
||||
Created by iconfont
|
||||
</metadata>
|
||||
<defs>
|
||||
|
||||
<font id="iconfont" horiz-adv-x="1024" >
|
||||
<font-face
|
||||
font-family="iconfont"
|
||||
font-weight="500"
|
||||
font-stretch="normal"
|
||||
units-per-em="1024"
|
||||
ascent="896"
|
||||
descent="-128"
|
||||
/>
|
||||
<missing-glyph />
|
||||
|
||||
<glyph glyph-name="yinliang" unicode="" d="M509.226667 728.277333l-222.442667-184.341333c-16.704-13.866667-43.178667-23.402667-64.896-23.402667H170.730667A42.666667 42.666667 0 0 1 128 477.909333v-187.434666c0-23.466667 19.178667-42.624 42.730667-42.624H221.866667c21.802667 0 48.170667-9.536 64.896-23.402667l222.421333-184.32V728.256zM259.541333 191.573333c-9.045333 7.509333-25.770667 13.589333-37.674666 13.589334H170.730667A85.418667 85.418667 0 0 0 85.333333 290.474667v187.434666A85.333333 85.333333 0 0 0 170.730667 563.2H221.866667c11.776 0 28.629333 6.08 37.674666 13.589333L519.125333 791.893333c18.090667 14.997333 32.746667 8.170667 32.746667-15.402666v-784.64c0-23.488-14.677333-30.378667-32.746667-15.402667L259.562667 191.594667z m436.117334 4.821334a21.333333 21.333333 0 1 0-26.026667 33.834666A196.608 196.608 0 0 1 746.666667 386.496c0 57.408-29.269333 112.32-77.482667 151.637333a21.333333 21.333333 0 1 0 26.965333 33.066667C753.792 524.202667 789.333333 457.514667 789.333333 386.496c0-75.370667-35.050667-144.981333-93.653333-190.08z m64-170.666667a21.333333 21.333333 0 1 0-26.026667 33.834667A414.506667 414.506667 0 0 1 896 388.970667c0 121.642667-61.696 237.354667-162.816 319.829333a21.333333 21.333333 0 1 0 26.965333 33.066667C870.698667 651.690667 938.666667 524.224 938.666667 388.970667a457.173333 457.173333 0 0 0-178.986667-363.221334z" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
<glyph glyph-name="zanting" unicode="" d="M512-128C228.266667-128 0 100.266667 0 384S228.266667 896 512 896s512-228.266667 512-512-228.266667-512-512-512z m0 42.666667c260.266667 0 469.333333 209.066667 469.333333 469.333333S772.266667 853.333333 512 853.333333 42.666667 644.266667 42.666667 384s209.066667-469.333333 469.333333-469.333333z m-106.666667 682.666666c12.8 0 21.333333-8.533333 21.333334-21.333333v-384c0-12.8-8.533333-21.333333-21.333334-21.333333s-21.333333 8.533333-21.333333 21.333333V576c0 12.8 8.533333 21.333333 21.333333 21.333333z m213.333334 0c12.8 0 21.333333-8.533333 21.333333-21.333333v-384c0-12.8-8.533333-21.333333-21.333333-21.333333s-21.333333 8.533333-21.333334 21.333333V576c0 12.8 8.533333 21.333333 21.333334 21.333333z" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
<glyph glyph-name="kaishi2" unicode="" d="M437.527273 598.109091c-20.945455 11.636364-48.872727 11.636364-69.818182 0-20.945455-11.636364-34.909091-34.909091-34.909091-60.509091v-307.2c0-25.6 13.963636-48.872727 34.909091-60.509091 11.636364-6.981818 23.272727-9.309091 34.909091-9.309091s23.272727 2.327273 34.909091 9.309091l267.636363 153.6c20.945455 11.636364 34.909091 34.909091 34.909091 60.509091s-13.963636 48.872727-34.909091 60.509091l-267.636363 153.6z m242.036363-235.054546l-267.636363-153.6c-11.636364-6.981818-20.945455-2.327273-23.272728 0-4.654545 2.327273-11.636364 6.981818-11.636363 20.945455V537.6c0 11.636364 6.981818 18.618182 11.636363 20.945455 2.327273 2.327273 6.981818 2.327273 11.636364 2.327272 2.327273 0 6.981818 0 11.636364-2.327272l267.636363-153.6c11.636364-6.981818 11.636364-16.290909 11.636364-20.945455s0-13.963636-11.636364-20.945455zM923.927273 686.545455c-6.981818 9.309091-23.272727 11.636364-32.581818 4.654545-9.309091-6.981818-11.636364-23.272727-4.654546-32.581818C947.2 579.490909 977.454545 484.072727 977.454545 384c0-256-209.454545-465.454545-465.454545-465.454545S46.545455 128 46.545455 384 256 849.454545 512 849.454545c100.072727 0 195.490909-30.254545 274.618182-90.763636 9.309091-6.981818 25.6-4.654545 32.581818 4.654546s4.654545 25.6-4.654545 32.581818C726.109091 861.090909 621.381818 896 512 896 230.4 896 0 665.6 0 384s230.4-512 512-512 512 230.4 512 512c0 109.381818-34.909091 214.109091-100.072727 302.545455z" horiz-adv-x="1024" />
|
||||
|
||||
|
||||
|
||||
|
||||
</font>
|
||||
</defs></svg>
|
||||
|
After Width: | Height: | Size: 4.1 KiB |
BIN
public/static/theme/css/icon/iconfont.ttf
Normal file
BIN
public/static/theme/css/icon/iconfont.woff
Normal file
218
public/static/theme/css/login.css
Normal file
@ -0,0 +1,218 @@
|
||||
@charset "UTF-8";
|
||||
body,
|
||||
html {
|
||||
height: 100%;
|
||||
display: block;
|
||||
}
|
||||
body {
|
||||
background: url("../img/login/bg1.jpg") no-repeat center center;
|
||||
background-size: cover;
|
||||
}
|
||||
.login-container {
|
||||
height: 100%;
|
||||
}
|
||||
.login-container .header {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 47px;
|
||||
position: absolute;
|
||||
text-shadow: #000 0.1em 0.1em 0.1em;
|
||||
}
|
||||
.login-container .header .title {
|
||||
color: #fff;
|
||||
float: left;
|
||||
font-size: 18px;
|
||||
line-height: 47px;
|
||||
text-indent: 40px;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
.login-container .header a,
|
||||
.login-container .header a:focus,
|
||||
.login-container .header a:hover {
|
||||
color: #fff;
|
||||
letter-spacing: 1px;
|
||||
text-decoration: none;
|
||||
}
|
||||
.login-container .header ul {
|
||||
float: right;
|
||||
}
|
||||
.login-container .header ul li {
|
||||
float: left;
|
||||
line-height: 47px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
.login-container form {
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
width: 300px;
|
||||
position: absolute;
|
||||
margin-top: -250px;
|
||||
margin-left: -150px;
|
||||
}
|
||||
.login-container form h2 {
|
||||
color: #fff;
|
||||
padding: 20px 0;
|
||||
font-size: 25px;
|
||||
text-align: center;
|
||||
font-weight: 700;
|
||||
letter-spacing: 3px;
|
||||
text-shadow: #000 0.05em 0.05em 0.05em;
|
||||
}
|
||||
.login-container form ul li {
|
||||
position: relative;
|
||||
margin-top: 20px;
|
||||
text-shadow: #000 0.1em 0.1em 0.1em;
|
||||
}
|
||||
.login-container form ul li.verify label {
|
||||
width: 200px;
|
||||
}
|
||||
.login-container form ul li.verify input.layui-input {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.login-container form ul li.verify img {
|
||||
width: 95px;
|
||||
height: 44px;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
margin-left: 5px;
|
||||
border-radius: 5px;
|
||||
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
.login-container form ul li i.layui-icon {
|
||||
color: #fff;
|
||||
font-size: 18px;
|
||||
position: absolute;
|
||||
padding: 14px 15px 13px 20px;
|
||||
}
|
||||
.login-container form ul li input {
|
||||
color: #fff;
|
||||
height: 45px;
|
||||
padding: 0 15px;
|
||||
font-size: 14px;
|
||||
line-height: 1em;
|
||||
text-indent: 35px;
|
||||
border-radius: 6px;
|
||||
letter-spacing: 1px;
|
||||
background: rgba(0, 0, 0, 0.12);
|
||||
text-shadow: #000 0.1em 0.1em 0.1em;
|
||||
-webkit-text-fill-color: #fff !important;
|
||||
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3) inset !important;
|
||||
}
|
||||
.login-container form ul li input:hover,
|
||||
.login-container form ul li input:focus,
|
||||
.login-container form ul li input:active,
|
||||
.login-container form ul li input:-webkit-autofill,
|
||||
.login-container form ul li input:-webkit-autofill:hover,
|
||||
.login-container form ul li input:-webkit-autofill:focus,
|
||||
.login-container form ul li input:-webkit-autofill:active {
|
||||
text-shadow: #000 0.1em 0.1em 0.1em;
|
||||
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3) inset !important;
|
||||
-webkit-text-fill-color: #fff !important;
|
||||
-webkit-transition-delay: 9999s !important;
|
||||
-webkit-transition: color 9999s ease-out, background-color 9999s ease-out !important;
|
||||
}
|
||||
.login-container form ul li span {
|
||||
letter-spacing: 1px;
|
||||
color: #ff0 !important;
|
||||
}
|
||||
.login-container form ul li button {
|
||||
color: #333 !important;
|
||||
height: 45px !important;
|
||||
background: #fff !important;
|
||||
border-radius: 4px !important;
|
||||
letter-spacing: 1px !important;
|
||||
box-shadow: 0 15px 30px 0 hsla(0, 0%, 100%, 0.25) inset, 0 2px 7px 0 rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.login-container .footer {
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
color: #fff;
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
line-height: 30px;
|
||||
padding-bottom: 10px;
|
||||
text-shadow: #000 0.1em 0.1em 0.1em;
|
||||
}
|
||||
.login-container .footer a,
|
||||
.login-container .footer span {
|
||||
color: #fff;
|
||||
}
|
||||
.login-container .footer a:hover {
|
||||
color: #ccc;
|
||||
}
|
||||
#supersized {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -999;
|
||||
display: block;
|
||||
position: fixed;
|
||||
overflow: hidden;
|
||||
}
|
||||
#supersized img {
|
||||
border: 0;
|
||||
width: auto;
|
||||
height: auto;
|
||||
display: none;
|
||||
outline: 0;
|
||||
position: relative;
|
||||
max-width: none !important;
|
||||
}
|
||||
#supersized.speed img {
|
||||
image-rendering: -moz-crisp-edges;
|
||||
-ms-interpolation-mode: nearest-neighbor;
|
||||
}
|
||||
#supersized.quality img {
|
||||
image-rendering: optimizeQuality;
|
||||
-ms-interpolation-mode: bicubic;
|
||||
}
|
||||
#supersized a,
|
||||
#supersized li {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: block;
|
||||
cursor: default;
|
||||
}
|
||||
#supersized li {
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: -30;
|
||||
position: fixed;
|
||||
overflow: hidden;
|
||||
list-style: none;
|
||||
}
|
||||
#supersized li.prevslide {
|
||||
z-index: -20;
|
||||
}
|
||||
#supersized li.prevslide img {
|
||||
display: inline;
|
||||
}
|
||||
#supersized li.activeslide {
|
||||
z-index: -10;
|
||||
}
|
||||
#supersized li.activeslide img {
|
||||
display: inline;
|
||||
}
|
||||
#supersized li.image-loading {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: url(../../plugs/supersized/progress.gif) no-repeat center center;
|
||||
}
|
||||
#supersized li.image-loading img {
|
||||
visibility: hidden;
|
||||
}
|
||||
#supersized-loader {
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
z-index: 0;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
position: absolute;
|
||||
text-indent: -999em;
|
||||
margin: -30px 0 0 -30px;
|
||||
background: url(../../plugs/supersized/progress.gif) no-repeat center center;
|
||||
}
|
||||
/*# sourceMappingURL=login.css.map */
|
||||
1
public/static/theme/css/login.css.map
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"sources":["login.less"],"names":[],"mappings":"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","file":"login.css"}
|
||||
260
public/static/theme/css/login.less
Normal file
@ -0,0 +1,260 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
// +----------------------------------------------------------------------
|
||||
// | ThinkAdmin
|
||||
// +----------------------------------------------------------------------
|
||||
// | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
|
||||
// +----------------------------------------------------------------------
|
||||
// | 官方网站: http://demo.thinkadmin.top
|
||||
// +----------------------------------------------------------------------
|
||||
// | 开源协议 ( https://mit-license.org )
|
||||
// +----------------------------------------------------------------------
|
||||
// | gitee 代码仓库:https://gitee.com/zoujingli/ThinkAdmin
|
||||
// | github 代码仓库:https://github.com/zoujingli/ThinkAdmin
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
body, html {
|
||||
height: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
body {
|
||||
background: url("../img/login/bg1.jpg") no-repeat center center;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.login-container {
|
||||
height: 100%;
|
||||
|
||||
.header {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 47px;
|
||||
position: absolute;
|
||||
text-shadow: #000 .1em .1em .1em;
|
||||
|
||||
.title {
|
||||
color: #fff;
|
||||
float: left;
|
||||
font-size: 18px;
|
||||
line-height: 47px;
|
||||
text-indent: 40px;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
a {
|
||||
&, &:focus, &:hover {
|
||||
color: #fff;
|
||||
letter-spacing: 1px;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
float: right;
|
||||
|
||||
li {
|
||||
float: left;
|
||||
line-height: 47px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
form {
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
width: 300px;
|
||||
position: absolute;
|
||||
margin-top: -250px;
|
||||
margin-left: -150px;
|
||||
|
||||
h2 {
|
||||
color: #fff;
|
||||
padding: 20px 0;
|
||||
font-size: 25px;
|
||||
text-align: center;
|
||||
font-weight: 700;
|
||||
letter-spacing: 3px;
|
||||
text-shadow: #000 .05em .05em .05em;
|
||||
}
|
||||
|
||||
ul li {
|
||||
position: relative;
|
||||
margin-top: 20px;
|
||||
text-shadow: #000 .1em .1em .1em;
|
||||
|
||||
&.verify {
|
||||
label {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
input.layui-input {
|
||||
text-transform: uppercase
|
||||
}
|
||||
|
||||
img {
|
||||
width: 95px;
|
||||
height: 44px;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
margin-left: 5px;
|
||||
border-radius: 5px;
|
||||
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
|
||||
}
|
||||
}
|
||||
|
||||
i.layui-icon {
|
||||
color: #fff;
|
||||
font-size: 18px;
|
||||
position: absolute;
|
||||
padding: 14px 15px 13px 20px;
|
||||
}
|
||||
|
||||
input {
|
||||
color: #fff;
|
||||
height: 45px;
|
||||
padding: 0 15px;
|
||||
font-size: 14px;
|
||||
line-height: 1em;
|
||||
text-indent: 35px;
|
||||
border-radius: 6px;
|
||||
letter-spacing: 1px;
|
||||
background: rgba(0, 0, 0, .12);
|
||||
text-shadow: #000 .1em .1em .1em;
|
||||
-webkit-text-fill-color: #fff !important;
|
||||
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .3) inset !important;
|
||||
|
||||
&:hover, &:focus, &:active,
|
||||
&:-webkit-autofill, &:-webkit-autofill:hover,
|
||||
&:-webkit-autofill:focus, &:-webkit-autofill:active {
|
||||
text-shadow: #000 .1em .1em .1em;
|
||||
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .3) inset !important;
|
||||
-webkit-text-fill-color: #fff !important;
|
||||
-webkit-transition-delay: 9999s !important;
|
||||
-webkit-transition: color 9999s ease-out, background-color 9999s ease-out !important;
|
||||
}
|
||||
}
|
||||
|
||||
span {
|
||||
letter-spacing: 1px;
|
||||
color: #ff0 !important;
|
||||
}
|
||||
|
||||
button {
|
||||
color: #333 !important;
|
||||
height: 45px !important;
|
||||
background: #fff !important;
|
||||
border-radius: 4px !important;
|
||||
letter-spacing: 1px !important;
|
||||
box-shadow: 0 15px 30px 0 hsla(0, 0%, 100%, .25) inset, 0 2px 7px 0 rgba(0, 0, 0, .2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.footer {
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
color: #fff;
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
line-height: 30px;
|
||||
padding-bottom: 10px;
|
||||
text-shadow: #000 .1em .1em .1em;
|
||||
|
||||
a, span {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #ccc
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#supersized {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -999;
|
||||
display: block;
|
||||
position: fixed;
|
||||
overflow: hidden;
|
||||
|
||||
img {
|
||||
border: 0;
|
||||
width: auto;
|
||||
height: auto;
|
||||
display: none;
|
||||
outline: 0;
|
||||
position: relative;
|
||||
max-width: none !important
|
||||
}
|
||||
|
||||
&.speed img {
|
||||
image-rendering: -moz-crisp-edges;
|
||||
-ms-interpolation-mode: nearest-neighbor
|
||||
}
|
||||
|
||||
&.quality img {
|
||||
image-rendering: optimizeQuality;
|
||||
-ms-interpolation-mode: bicubic;
|
||||
}
|
||||
|
||||
a, li {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: block;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
li {
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: -30;
|
||||
position: fixed;
|
||||
overflow: hidden;
|
||||
list-style: none;
|
||||
|
||||
&.prevslide {
|
||||
z-index: -20;
|
||||
|
||||
img {
|
||||
display: inline
|
||||
}
|
||||
}
|
||||
|
||||
&.activeslide {
|
||||
z-index: -10;
|
||||
|
||||
img {
|
||||
display: inline
|
||||
}
|
||||
}
|
||||
|
||||
&.image-loading {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: url(../../plugs/supersized/progress.gif) no-repeat center center;
|
||||
|
||||
img {
|
||||
visibility: hidden
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#supersized-loader {
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
z-index: 0;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
position: absolute;
|
||||
text-indent: -999em;
|
||||
margin: -30px 0 0 -30px;
|
||||
background: url(../../plugs/supersized/progress.gif) no-repeat center center;
|
||||
}
|
||||
30
public/static/theme/css/mobile.css
Normal file
@ -0,0 +1,30 @@
|
||||
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
|
||||
::-webkit-scrollbar{width:3px;height:3px}
|
||||
::-webkit-scrollbar-track{background:#ccc!important}
|
||||
::-webkit-scrollbar-thumb{background-color:#666!important}
|
||||
*{margin:0;padding:0;outline:0;box-sizing:content-box}
|
||||
body,html{font-size:20px;font-family:Microsoft YaHei,微软雅黑,serif}
|
||||
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{margin:.67em 0;font-size:2em}hr{overflow:visible;box-sizing:content-box;height:0}pre{font-size:1em;font-family:monospace}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-size:1em;font-family:monospace}small{font-size:80%}sub,sup{position:relative;vertical-align:baseline;font-size:75%;line-height:0}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{margin:0;font-size:100%;font-family:inherit;line-height:1.15}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{display:table;box-sizing:border-box;padding:0;max-width:100%;color:inherit;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}details{display:block}summary{display:list-item}[hidden],template{display:none}a{text-decoration:none}
|
||||
@media only screen and (min-width:320px) and (min-height:480px){html{font-size:20px!important}}
|
||||
@media only screen and (min-width:320px) and (min-height:568px){html{font-size:20px!important}}
|
||||
@media only screen and (min-width:360px) and (min-height:640px){html{font-size:22.5px!important}}
|
||||
@media only screen and (min-width:375px) and (min-height:667px){html{font-size:23.5px!important}}
|
||||
@media only screen and (min-width:414px) and (min-height:736px){html{font-size:25.9px!important}}
|
||||
@media only screen and (min-width:736px){html{font-size:46px!important}}
|
||||
.header{margin-top:.4rem;text-align:center}
|
||||
.header span{padding:.1rem .2rem;border-radius:.5rem;background:#999;color:#fff;font-size:.6rem}
|
||||
.container{position:relative;display:block;overflow:hidden;margin:5vw auto;width:90%;color:#333;text-overflow:ellipsis}
|
||||
.container .logo{position:absolute;top:0;display:inline-block;width:2.5rem;height:2.5rem;border-radius:50%;background:#098;color:#fff;content:'A';text-align:center;font-size:.8rem;line-height:2.5rem}
|
||||
.container .content{position:relative;left:3.4rem;display:inline-block;padding:.8rem .8rem .8rem;max-width:54vw;border:1px solid #ccc;border-radius:.25rem;background:#fff;font-size:.7rem;line-height:1.5em}
|
||||
.container .arrow:after,.container .arrow:before{position:absolute;top:.8rem;left:-.4rem;width:0;height:0;border-color:transparent #ccc transparent transparent;border-style:solid;border-width:.4rem .4rem .4rem 0;content:' '}
|
||||
.container .arrow:after{margin-left:1px;border-color:transparent #fff transparent transparent}
|
||||
@font-face {
|
||||
font-family:"iconfont";
|
||||
src:url('./icon/iconfont.eot?t=1543820027953'); /* IE9*/
|
||||
src:url('./icon/iconfont.eot?t=1543820027953#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('data:application/x-font-woff;charset=utf-8;base64,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') format('woff'),
|
||||
url('./icon/iconfont.ttf?t=1543820027953') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
|
||||
url('./icon/iconfont.svg?t=1543820027953#iconfont') format('svg'); /* iOS 4.1- */
|
||||
}
|
||||
.icon{font-family:"iconfont"!important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
|
||||
.icon-play:before{content:"\e650"}.icon-pause:before{content:"\e629"}.icon-volume:before{content:"\e87a"}
|
||||
BIN
public/static/theme/img/404_icon.png
Normal file
|
After Width: | Height: | Size: 46 KiB |
BIN
public/static/theme/img/505_icon.png
Normal file
|
After Width: | Height: | Size: 40 KiB |
BIN
public/static/theme/img/headimg.png
Normal file
|
After Width: | Height: | Size: 4.8 KiB |
BIN
public/static/theme/img/ignore.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
public/static/theme/img/image.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/static/theme/img/login/bg1.jpg
Normal file
|
After Width: | Height: | Size: 54 KiB |
BIN
public/static/theme/img/login/bg2.jpg
Normal file
|
After Width: | Height: | Size: 66 KiB |
BIN
public/static/theme/img/notice.png
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
BIN
public/static/theme/img/wechat/index.png
Normal file
|
After Width: | Height: | Size: 231 B |
BIN
public/static/theme/img/wechat/mobile_foot.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
public/static/theme/img/wechat/mobile_head.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
public/static/theme/img/wechat/qrc_pay_error.jpg
Normal file
|
After Width: | Height: | Size: 43 KiB |
BIN
public/static/theme/img/wechat/qrc_payed.jpg
Normal file
|
After Width: | Height: | Size: 27 KiB |
330
public/static/theme/index/css/base.css
Normal file
@ -0,0 +1,330 @@
|
||||
@CHARSET "UTF-8";
|
||||
*{margin:0;padding:0;-webkit-tap-highlight-color: transparent;}
|
||||
body,html{font-family: Helvetica, Arial; font-size:.24rem ; color:#424242; background:#f1f1f1;}
|
||||
a{text-decoration:none; color:#424242; cursor:pointer;outline:none;}
|
||||
i,em{font-style:normal;}
|
||||
ul,li{list-style:none;}
|
||||
img{border:0 none;max-width: 100%;}
|
||||
input{outline:none; border-radius:0; font-size: .24rem;}
|
||||
input[type='submit'],input[type='button'],input[type='number']{-webkit-appearance : none ;}
|
||||
button{outline:none;}
|
||||
select{outline:none;}
|
||||
.mobile{width:7.5rem;margin:0 auto;padding:0;font-size: .24rem;height:100%;}
|
||||
/*首页样式*/
|
||||
.header{width:7.5rem;height:.9rem;text-align:center;background:#fff;position:fixed;top:0;z-index:2000;/*box-shadow: 0px 2px 5px #eee;-webkit-box-shadow: 0px 2px 5px #eee;-moz-box-shadow: 0px 2px 5px #eee;-ms-box-shadow: 0px 2px 5px #eee;*/line-height:.9rem;font-size:.3rem;color:#000;}
|
||||
.header img{height:.7rem;margin:.1rem 0;}
|
||||
|
||||
.header-nbsp{width:100%;height:.9rem;}
|
||||
.indexbanner{width:7.5rem;margin:0 auto; position:relative; display:block;overflow:hidden;}
|
||||
.mod_01{float:left;width:7.5rem;}
|
||||
.mod_01 img{width:7.5rem;height:auto;margin:0 auto; float:left;}
|
||||
.dotModule_new{-webkit-border-radius:.1rem;position:absolute;bottom:5%;right:0; left:0;z-index:1;}
|
||||
#slide_01_dot{text-align:center;margin:.03rem auto 0 auto;}
|
||||
#slide_01_dot span{display:inline-block;margin:0 .1rem;width:.13rem;height:.13rem;vertical-align:middle;background:#ddd;cursor:pointer;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;}
|
||||
#slide_01_dot .selected{background:#3582b3;}
|
||||
|
||||
/*样式二*/
|
||||
.pro_box{width: 7.5rem;}
|
||||
.pro_box .item_list{margin-bottom:.17rem;background: #fff;padding:.1rem .1rem .2rem .1rem;position: relative;}
|
||||
.pro_box .item_list .img{width: 100%;display: block;}
|
||||
.pro_box .item_list h2{display:block;padding:0 .25rem;font-size:.4rem;line-height:1rem;width:6.5rem;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
|
||||
.pro_box .item_list dl{border-top:1px solid #dfdfdf;margin:0 .1rem;height:1.7rem;padding:.2rem 0;}
|
||||
.pro_box .item_list dl .left{text-align: center;width:2.3rem;border-right: 1px solid #dfdfdf;float:left;}
|
||||
.pro_box .item_list dl .left p{font-size:.32rem;color:#6b6cbc;margin-bottom:.1rem;}
|
||||
.pro_box .item_list dl .left p strong{font-size:.8rem;color:#fd5b35;font-weight: normal;}
|
||||
.pro_box .item_list dl .right{width: 4.7rem;float: right;padding:.15rem 0;position: relative;}
|
||||
.pro_box .item_list dl .right p{width:3.2rem;line-height: .7rem;font-size: .28rem;text-align: center;color:#333;}
|
||||
.pro_box .item_list dl .right p strong{color:#fd5b35;font-size:.32rem;font-weight: normal;}
|
||||
.pro_box .item_list .pro_det span{font-size:.28rem;color:#333;padding-left: .3rem;}
|
||||
.pro_box .item_list .txt{margin-top:.2rem;font-size: .3rem;line-height:.55rem;color:#666;text-indent: 2em;overflow: hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:4;}
|
||||
|
||||
/*进度条*/
|
||||
.circle {width:1.4rem;height:1.4rem;position:absolute;border-radius:50%;background:#fd5b35;right:.07rem;top:.15rem;}
|
||||
.clip_left,.clip_right{width:1.4rem;height:1.4rem;position:absolute;top:0px;left:0px;}
|
||||
.circle_left,.circle_right{width:1.4rem;;height:1.4rem;;position:absolute;border-radius:50%;top:0px;left:0px;background:#f3ece6;}
|
||||
.circle_right,.clip_right{clip:rect(0,auto,auto,.75rem);}
|
||||
.circle_left , .clip_left{clip:rect(0,.66rem,auto,0);}
|
||||
.mask{width:1.16rem;height:1.16rem;border-radius: 50%;right:.12rem;top:.12rem;background:#fff;position: absolute;text-align: center;line-height:1.16rem;}
|
||||
.mask span{font-size:.34rem;color:#fd5b35;}
|
||||
|
||||
/*视频展示*/
|
||||
.vid_box{background: #fff;}
|
||||
.contact{margin-top:.5rem;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:0 .2rem;height:.8rem;line-height:.8rem;}
|
||||
.contact .tel{font-size:.3rem;font-weight: bold;}
|
||||
.contact .tel strong{font-size:.28rem;color:red;}
|
||||
.contact .kef{float: right;font-size:.32rem;color:#000;}
|
||||
|
||||
.footer{text-align: center;margin-top:.2rem;}
|
||||
.footer p{font-weight: bold;line-height: .8rem;font-size:.28rem;}
|
||||
.footer .zhenjian{width: 7rem;text-align: center;font-size: 0;margin:0 auto .5rem;}
|
||||
.footer .zhenjian img{width:2.2rem;margin:0 .05rem .1rem .05rem;}
|
||||
|
||||
.indexnav{width:7.2rem;background:#fff;height:1.4rem;padding:.15rem .15rem;}
|
||||
.indexnav a{width:1.2rem;height:1.3rem;float:left;margin:0 .3rem; font-weight:bold;}
|
||||
.indexnav a img{width:.8rem;height:.8rem;margin:.1rem auto .1rem auto;display:block;overflow:hidden;}
|
||||
.indexnav a font{width:100%;text-align:center;line-height:.36rem;display:block;overflow:hidden;font-weight:normal;}
|
||||
|
||||
.marquee_outer{width:6.9rem;padding:0 .3rem;background:#fff;margin-top:.2rem;height:.7rem;line-height:.7rem;}
|
||||
.marquee_outer img{float:left;width:.5rem;margin-top:.1rem;}
|
||||
.marquee_txt{width:6.2rem;overflow:hidden;height:100%;float:right;}
|
||||
.marquee_txt a{color:red;font-size:.31rem;font-weight:bold;}
|
||||
|
||||
.list_outer{margin-top:.2rem;margin-bottom:.4rem}
|
||||
.list_outer ul li{position:relative;background:#fff;border:1px solid #ddd;padding:.25rem;width:6.89rem;margin:0 auto;margin-top:.2rem;}
|
||||
.list_outer ul li a img{width:100%;height:3.2rem;}
|
||||
.list_outer ul li a h1{color:#000;font-size:.32rem;font-weight:bold;text-align:center;margin:.15rem 0 .25rem 0;}
|
||||
.list_outer ul li .list_cont{height:1.5rem;width:100%;color:#333;font-size:.28rem;line-height:.5rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
|
||||
.list_outer ul .list_lab{margin:.25rem 0 .15rem 0;}
|
||||
.list_outer ul li .list_lab span{color:#4f5ffb;padding:0 .2rem;font-size:.25rem;}
|
||||
.list_outer ul li .list_tip span{color:#999;font-size:.26rem;padding:0 .2rem;}
|
||||
.progressBox{background:#ccc;width:75%;height:.18rem;line-height:.18rem;border-radius:.09rem;margin:.2rem .3rem 0 .2rem;display:inline-block;}
|
||||
.progressBox .progress{height:100%;background:#4f5ffa;border-radius:.09rem;}
|
||||
.progressNum{color:#4f5ffa;font-size:.28rem}
|
||||
.list_outer ul li a img.over{position:absolute;width:2rem;height:2rem;bottom:.3rem;right:.3rem;}
|
||||
|
||||
/*详情*/
|
||||
.details_top{width:6.89rem;margin:0 auto;padding:.25rem .25rem 0 .25rem;background:#fff;border:1px solid #ddd;}
|
||||
.details_top img{width:100%;}
|
||||
.details_top h1{color:#000;font-size:.3rem;font-weight:normal;margin:.15rem 0 .25rem 0;}
|
||||
.details_top ul li{border-top:1px solid #ececec;padding:.1rem 0;font-size:.3rem;color:#333;line-height:.6rem;}
|
||||
.details_top ul li .inner{padding:.1rem .3rem;background:#f5f5f5;display:-webkit-flex;display:flex;justify-content:space-between;}
|
||||
.details_top ul li .inner .span1{display:block;line-height:.6rem;color:#000;font-size:.28rem;text-align:center;}
|
||||
.details_top ul li .inner .span2{display:block;line-height:.6rem;font-size:.3rem;color:#999;text-align:center;}
|
||||
.details_top ul li .inner p i{font-style:normal;color:#3582b3;font-size:.36rem;}
|
||||
.progressBox1{background:#ccc;width:100%;height:.4rem;border-radius:.09rem;margin:.2rem 0;position:relative;}
|
||||
.progressBox1 .progress1{height:100%;background:#3582b3;border-radius:.09rem;}
|
||||
.progressNum1{position:absolute;color:#fff;font-size:.24rem;top:-.09rem;}
|
||||
.details_foot{width:7.5rem;background:#fff;margin-top:.3rem;margin-bottom:.1rem;}
|
||||
.details_foot .tabs{font-size:0;}
|
||||
.details_foot .tabs span{display:inline-block;width:50%;height:.9rem;line-height:.9rem;font-size:.32rem;color:#000;text-align:center;border-bottom:1px solid #ddd;}
|
||||
.details_foot .tabs span.on{color:#3582b3;border-bottom:2px solid #3582b3;}
|
||||
.explain_outer{padding:.2rem .4rem;}
|
||||
.explain_outer .table{border-collapse:collapse;width:100%;border-top:1px solid #000;border-left:1px solid #000;}
|
||||
.explain_outer .table td{padding:.15rem .2rem;line-height:.4rem;color:#666;font-size:.28rem;border-right:1px solid #000;border-bottom:1px solid #000;vertical-align:middle;}
|
||||
.explain_outer .table tr td:first-child{width:30%;text-align:center;}
|
||||
.explain_outer .table td span{color:#000;font-size:.28rem;}
|
||||
.explain_outer .table td i{font-style:normal;font-size:.28rem;color:red;}
|
||||
.explain_outer .data{display:none;}
|
||||
.explain_outer .data img{max-width:100%;height:3.1rem;}
|
||||
.invest_btn{position:fixed;z-index:2000;bottom:0;width:7.5rem;height:1rem;background:#fff;border-top:1px solid #ddd;}
|
||||
.invest_btn a{display:block;width:6.7rem;height:.7rem;margin:.15rem auto;background:#3582b3;color:#fff;font-size:.3rem;text-align:center;line-height:.7rem;border-radius:5px;}
|
||||
|
||||
/*项目提交页面*/
|
||||
.form_outer{width:7.5rem;background:#fafafa;padding-top:1.1rem;height:100%;box-sizing:border-box;}
|
||||
.form_top{width:7rem;font-size:0;margin:0 auto;border-radius:5px;padding:.15rem 0 .25rem 0;background:#3582b3;}
|
||||
.form_top p{width:50%;text-align:center;display:inline-block;}
|
||||
.form_top p .span_tit{color:#fff;font-size:.24rem;display:block;line-height:.6rem;}
|
||||
.form_top p .span_num{color:#fff;font-size:.32rem;display:block;line-height:.6rem;}
|
||||
.form_top p strong{font-weight:normal;}
|
||||
.form_outer ul li{border-bottom:1px solid #e5e5e5;padding:.15rem .3rem;line-height:.5rem;display:-webkit-flex;display:flex;justify-content:space-between;}
|
||||
.form_outer ul li label{font-size:.3rem;color:#000;}
|
||||
.form_outer ul li span{font-size:.3rem;color:#000;margin-right:0;}
|
||||
.form_outer ul li .start{font-size:.36rem;color:#3582b3;}
|
||||
.form_outer ul li .time{color:blue;font-weight:bold;}
|
||||
.form_outer ul li span.add{font-size:.24rem;color:#666;}
|
||||
.form_outer .caculate{margin-top:.5rem;}
|
||||
.form_outer .caculate i{font-size:.32rem;font-weight:bold;display:inline-block;width:.36rem;height:.36rem;color:#333;text-align:center;line-height:.36rem;border:1px solid #333;border-radius:50%;}
|
||||
.form_outer ul li input{font-size:.34rem;color:#000;line-height:.5rem;width:2rem;text-align:center;background:#fafafa;border:0;}
|
||||
.form_outer .pwd{color:#000;font-size:.28rem;width:4rem;text-align:right;}
|
||||
|
||||
/*登录注册*/
|
||||
.container_page{background:#fff;width:100%;/*height:100%;overflow:auto;*/padding-top:.9rem;box-sizing:border-box;}
|
||||
.reg_bg form{margin:0 .5rem;}
|
||||
.login_bg form h2{font-size:.32rem;line-height:.5rem;color:#303030;font-weight:normal;vertical-align:baseline;}
|
||||
.input_text{background:#fff;border-bottom:1px solid #e0e0e0;margin-bottom:0;height:1rem;padding-left:.66rem;font-size:.28rem;position:relative;}
|
||||
.input_text.log,.input_text.cert{height:.8rem;padding:0 .3rem;}
|
||||
.input_text.log input{width:84%;float:right;height:.5rem;padding:.15rem 0;font-size:.3rem;}
|
||||
.input_text.log label{line-height:.8rem;display:block;float:left;width:16%;color:#000;font-size:.3rem;}
|
||||
.input_text.cert input{width:75%;float:right;height:.5rem;padding:.15rem 0;font-size:.3rem;text-align:right;}
|
||||
.input_text.cert label{line-height:.8rem;display:block;float:left;width:25%;color:#000;font-size:.3rem;}
|
||||
.input_text i{display:block;position:absolute;left:0;top:.325rem;height:.35rem;width:.35rem;}
|
||||
.input_text i.pwd_show{left:5.8rem;top:.35rem;}
|
||||
.input_text i img{width:100%;height:100%;}
|
||||
.input_text input{width:100%;padding:.3rem 0 0;height:.42rem;font-size:.28rem;border:0;outline:none;color:#303030;}
|
||||
.input_text input::-webkit-input-placeholder{color:#c6c6c6;}
|
||||
.input_btn{display:block;background-color:#3582b3;text-align:center;height:.7rem;line-height:.7rem;font-size:.3rem;border-radius:5px;width:6.5rem;color:#fff;border:1px solid #3582b3;margin:.3rem auto;}
|
||||
.link_cen{display:block;text-align:center;margin-top:1.96rem;color:#38f;font-size:.28rem;}
|
||||
#getcode{position:absolute;top:.33rem;background:#fff;color:#38f;z-index:2;right:0;font-size:.28rem;cursor:pointer;text-align:right;border-width:0 0 0 1px;border-color:1px;padding-left:.24rem;}
|
||||
#getcode.on{color:#999;}
|
||||
#imgcode{position:absolute;top:.22rem;background:#fff;color:#38f;z-index:2;right:0;font-size:.56rem;cursor:pointer;text-align:right;border-width:0 0 0 1px;border-color:1px;padding-left:.24rem;}
|
||||
.p1{color:#999;font-size:.24rem;text-align:center;margin-top:.1rem;}
|
||||
.p1 a,.p2 a{color:#3582b3;}
|
||||
.p2{font-size:.28rem;text-align:center;padding: .5rem 0 .5rem;}
|
||||
.p2.re a{font-size:.3rem;}
|
||||
|
||||
/*关于我们*/
|
||||
.about_tit{font-weight:normal;font-size:.28rem;padding:1.1rem .25rem .3rem .25rem;color:#666;}
|
||||
.about_outer{background:#fff;}
|
||||
.about_outer li a{line-height:.42rem;position:relative;display:block;border-bottom:1px solid #e5e5e5;padding:.2rem .4rem .25rem 1rem;color:#000;font-size:.3rem;letter-spacing:1px;}
|
||||
.about_outer li a img{position:absolute;width:.4rem;height:.4rem;top:.2rem;left:.4rem;}
|
||||
.about_outer li a:after{content:'';position:absolute;width:.36rem;height:.36rem;top:.22rem;right:.4rem;background:url(../img/next.png) no-repeat;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-ms-background-size:cover;}
|
||||
/*网站公告*/
|
||||
.mnote{width:7.5rem;display:block;background:#fff;margin-top:.2rem;}
|
||||
.mnote li a{position:relative;display:block;padding:.3rem .4rem;border-bottom:1px solid #eaeaea;line-height:.5rem;}
|
||||
.mnote li a h1{color:#000;font-weight:normal;font-size:.3rem;width:85%;letter-spacing:1px;overflow:hidden;word-break:break-all;text-overflow:ellipsis;white-space: nowrap;}
|
||||
.mnote li span{font-size:.28rem;display:block;color:#666;width:85%;text-align:right;}
|
||||
.mnote li a:after{content:'';position:absolute;width:.36rem;height:.36rem;top:.62rem;right:.4rem;background:url(../img/next.png) no-repeat;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-ms-background-size:cover;}
|
||||
.news_detail{padding:1.1rem .28rem 1.2rem .28rem;background:#fff;height:100%;box-sizing:border-box;}
|
||||
.news_detail .tit{font-size:.3rem;text-align:center;color:#333;font-weight:normal;}
|
||||
.news_detail .time{font-size:.24rem;text-align:center;padding: .15rem 0 .25rem 0;color:#777;}
|
||||
|
||||
/*公司简介*/
|
||||
.company{padding:1.05rem .28rem .3rem .28rem;background:#fff;min-height:100%;box-sizing:border-box;}
|
||||
.company h1{font-size:.4rem;padding-bottom:.3rem;text-align:center;color:#ff8040;letter-spacing:1px;}
|
||||
.company h1.total{font-size:.32rem;text-align:left;}
|
||||
.company h2{font-size:.3rem;padding:.2rem 0;color:#333;}
|
||||
.company h3{font-size:.28rem;padding:.2rem 0 .05rem 0;font-weight:normal;color:#000;}
|
||||
.company h3.pay{color:#ff8040;padding:0 0 .1rem 0;}
|
||||
.company h3.help{margin-top:.2rem;}
|
||||
.company h4{font-size:.28rem;font-weight:normal;color:#000;}
|
||||
.company .com_txt{font-size:.28rem;color:#333;line-height:.45rem;text-indent:2em;}
|
||||
.company .com_txt.mar{margin:.1rem 0;}
|
||||
.company .com_txt.int{text-indent:0;}
|
||||
.company .com_txt strong{font-weight:normal;color:#ff8040;font-size:.28rem;}
|
||||
/*安全保障*/
|
||||
.com_item{margin-bottom:.5rem;}
|
||||
.company .check li{margin-bottom:.2rem;font-size:.28rem;color:#333;position:relative;padding-left:.8rem;line-height:.5rem;}
|
||||
.company .check.way li{padding-left:.6rem}
|
||||
.company .check li:before{content:'';position:absolute;width:.08rem;height:.08rem;background:#ff8040;top:.22rem;left:.5rem;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;}
|
||||
.company .check.way li:before{left:.1rem;}
|
||||
.company .check.way li label{font-weight:bold;color:#666;font-size:.3rem;}
|
||||
.company .check.way li span{color:#3582b3;font-size:.28rem;font-weight:bold;}
|
||||
/*平台资质*/
|
||||
.company .img{width:100%;margin-bottom:.3rem;}
|
||||
|
||||
/*个人中心*/
|
||||
.my_total{
|
||||
color:#fff;background: #58a5e4;background: -moz-linear-gradient(top, #58a5e4 0%, #2b61a7 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#58a5e4), color-stop(100%,#2b61a7));
|
||||
background: -webkit-linear-gradient(top, #58a5e4 0%,#2b61a7 100%);background: -o-linear-gradient(top, #58a5e4 0%,#2b61a7 100%);background: -ms-linear-gradient(top, #58a5e4 0%,#2b61a7 100%);
|
||||
background: linear-gradient(to bottom, #58a5e4 0%,#2b61a7 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58a5e4', endColorstr='#2b61a7',GradientType=0 );}
|
||||
:root .my_total{filter:none;}
|
||||
.my_total .user{padding:.3rem 0;font-size:.24rem;}
|
||||
.my_total .user span{padding:0 .3rem;}
|
||||
.my_total .bal{font-size:.82rem;margin-top:.1rem;text-align:center;}
|
||||
.my_total .bal_tit{font-size:.28rem;color:#ddd;text-align:center;}
|
||||
.my_total .wait{background:rgba(255,255,255,.1);margin-top:.7rem;padding:.2rem 0;display:-webkit-flex;display:flex;justify-content:space-between;}
|
||||
.my_total .wait .item{width:50%;border-left:1px solid #ccc;text-align:center;color:#000;}
|
||||
.my_total .wait .item:first-child{border:0;}
|
||||
.my_total .wait .item .span_num{color:#fff;font-size:.26rem;}
|
||||
.my_total .wait .item .span_tit{display:block;color:#dadada;margin-top:.1rem;}
|
||||
.user_btn{padding:.2rem;display:-webkit-flex;display:flex;justify-content:space-between;}
|
||||
.user_btn a{display:inline-block;width:3.45rem;height:.8rem;line-height:.8rem;text-align:center;font-size:.3rem;color:#3582b3;background:#fff;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;}
|
||||
.user_list{margin-bottom:.3rem;background:#fff;}
|
||||
.user_list li a{display:block;border-bottom:1px solid #eaeaea;color:#000;font-size:.28rem;height:.8rem;line-height:.8rem;padding-left:1rem;position:relative;}
|
||||
.user_list li a img{position:absolute;width:.46rem;height:.46rem;top:.17rem;left:.35rem;}
|
||||
.user_list li:last-child a{border:0;}
|
||||
.user_list li a:after{content:'';position:absolute;width:.34rem;height:.34rem;top:.23rem;right:.35rem;background:url(../img/next.png) no-repeat;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-ms-background-size:cover;}
|
||||
.user_list.set li a{color:#3582b3;}
|
||||
.user_list li.txt a:after{background:none;}
|
||||
.user_list.set li span{color:#3582b3;font-size:.28rem;float:right;margin-right:.3rem;}
|
||||
.user_list.set li a img{width:.4rem;height:.4rem;top:.2rem;}
|
||||
|
||||
/*推荐有奖*/
|
||||
.planner_h2{background:#fff;padding:.2rem 0;font-weight:normal;border-top:1px solid #ebebeb;}
|
||||
.planner_h2 span{font-size:.3rem;color:#333;border-left:2px solid #3582b3;padding-left:.3rem;}
|
||||
.planner_rule{border-bottom:1px solid #ebebeb;background:#fff;}
|
||||
.planner_rule table{width:100%;border-collapse:collapse;border-top:1px solid #ebebeb;border-left:1px solid #ebebeb;}
|
||||
.planner_rule table td,.planner_rule table th{border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:.1rem 0;text-align:center;}
|
||||
.planner_rule table th{background:#fafafa;}
|
||||
.firends_to{margin:.2rem .3rem .4rem .3rem;font-size:0;height:1.65rem;}
|
||||
.firends_to a{float:left;width:50%;height:1.65rem;text-align:center;}
|
||||
.firends_to a img{width:1rem;height:1rem;}
|
||||
.firends_to a span{display:block;margin:.2rem auto 0 auto;width:1rem;height:.4rem;line-height:.4rem;font-size:.24rem;border:1px solid #fed39b;background:#fff5e4;border-radius:.2rem;-webkit-border-radius:.2rem;-moz-border-radius:.2rem;-ms-border-radius:.2rem;}
|
||||
|
||||
/*提现*/
|
||||
#blank{display:none;}
|
||||
.blank_card{padding:.2rem .25rem;background:#fff;font-size:.28rem;margin:.02rem 0;position:relative;}
|
||||
.bank_xljt1{height:.4rem;position:absolute;width:5rem;top:.2rem;left:1.65rem;}
|
||||
.jt_xz{position:absolute;right:1rem;top:.2rem;width:1rem;height:.4rem;line-height:.4rem;text-align:center;border-left:1px solid #ccc;}
|
||||
.jt_xz img{width:.3rem;}
|
||||
.jt_xz img.down{transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);}
|
||||
.blank_card label{display:inline-block;width:1.4rem;}
|
||||
.blank_card input[type=text],.blank_card input[type=password],select{background:#fff;width:5rem;border:0;min-height:.4rem;font-size:.28rem;}
|
||||
.blank_card .big,.blank_card input[type=text].big{font-size:.42rem;margin:.25rem 0;}
|
||||
.blank_card strong{color:#3582b3;}
|
||||
.input_tips{color:#999;padding:0 .25rem;}
|
||||
.input_tips input{width:.25rem;height:.25rem;border:1px solid #ddd;}
|
||||
.bank_xl{display:none;width:5.5rem;border:1px solid #ccc;border-bottom:0;top:.8rem;left:1.2rem;position:absolute;z-index:1;background:#fff;}
|
||||
.bank_xl li{border-bottom:1px solid #ccc;padding-left:.1rem;}
|
||||
.bank_xl li a{display:block;width:100%;}
|
||||
.bank_xl li a img{width:2rem;}
|
||||
|
||||
/*添加银行卡*/
|
||||
.mycard{width:6.2rem;padding:.2rem .4rem;color:#fff;margin:.2rem auto;border-radius:.1rem;box-shadow: 0 4px 10px #999;background: #58a5e4;
|
||||
background: -moz-linear-gradient(top, #58a5e4 0%, #2b61a7 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#58a5e4), color-stop(100%,#2b61a7));
|
||||
background: -webkit-linear-gradient(top, #58a5e4 0%,#2b61a7 100%);background: -o-linear-gradient(top, #58a5e4 0%,#2b61a7 100%);background: -ms-linear-gradient(top, #58a5e4 0%,#2b61a7 100%);
|
||||
background: linear-gradient(to bottom, #58a5e4 0%,#2b61a7 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58a5e4', endColorstr='#2b61a7',GradientType=0 );
|
||||
}
|
||||
:root .mycard{filter:none;}
|
||||
.mycard p{height:.7rem;line-height:.7rem;}
|
||||
.mycard .card_name{font-size:.3rem;padding-right:.5rem;}
|
||||
.mycard .card_type{font-size:.26rem;}
|
||||
.mycard .card_num{font-size:.5rem;margin-left:.3rem;}
|
||||
.mycard_add{background:#fff;padding:.3rem .5rem;display:none;}
|
||||
.mycard_add h3{font-weight:normal;line-height:1.12rem;color:#404040;font-size:.3rem;text-align:left;border-bottom:1px solid rgba(0,0,0,.12);}
|
||||
.mycard_add .action{margin-top:.3rem;}
|
||||
.mycard_add .sub{margin-left:1.15rem;width:1.8rem;height:.8rem;font-size:.3rem;border-radius:.08rem;background:#3582b3;color:#fff;border:0;}
|
||||
.mycard_add .sub.del{margin-left:.5rem;color:#333;background:#ddd;}
|
||||
|
||||
/*记录表格*/
|
||||
.record_outer{width:7.5rem;background:#fff;}
|
||||
.record_outer table{width:100%;border-collapse:collapse;border-top:1px solid #ebebeb;border-left:1px solid #ebebeb;}
|
||||
.record_outer table td,.record_outer table th{border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;padding:.15rem .1rem;text-align:center;}
|
||||
.record_outer table td a{display:block;padding:.04rem 0;color:#fff;font-size:.24rem;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;}
|
||||
.record_outer table td a.a1{background:#58a5e4;}
|
||||
.record_outer table td a.a2{background:#2b61a7;}
|
||||
|
||||
/*底部样式*/
|
||||
.footer_nav{width:7.5rem;height:1rem;position:fixed;z-index:2000;bottom:0;background:#fff;box-shadow: 0 1px 6px rgba(0,0,0,.117647), 0 1px 4px rgba(0,0,0,.117647);}
|
||||
.footer_nav a{display:block;width:20%;height:1rem;text-align:center;float:left;}
|
||||
.footer_nav a img{width:.38rem;height:.38rem;margin-top:.11rem;}
|
||||
.footer_nav a span{color:#666;display:block;}
|
||||
.footer_nav a span.active{color:#4f79bc;}
|
||||
.footer_nav a.down{display:block;position:absolute;background:#ed1c24;color:#fff;top:.2rem;right:1rem;height:.45rem;width:1.6rem;text-align:center;line-height:.5rem;border-radius:3px;}
|
||||
.footer_nav a.invest{background:#ed1c24;color:#fff;height:.7rem;width:5rem;text-align:center;line-height:.7rem;border-radius:4px;font-size:.3rem;margin:.15rem 1.25rem;}
|
||||
/*回到上一页*/
|
||||
.othertop{width:7.5rem;height:.8rem;background:#4f79bc;position:fixed;z-index:2000;text-align:center;line-height:.8rem;font-size:.32rem;color:#fff;}
|
||||
.goback{width:.8rem;height:.8rem;float:left;margin-left:.2rem;}
|
||||
.goback img{width:.5rem;height:.5rem;margin:.15rem 0 0 0;}
|
||||
.othertop-font{width:5.5rem;height:.8rem;float:left;line-height:.8rem;text-align:center;font-size:.32rem;color:#fff;}
|
||||
/*回到顶部*/
|
||||
.go_top{display:block;width:.4rem;height:.4rem;padding:.1rem;border-radius:50%;position:fixed;bottom:2.5rem;right:.3rem;border:1px solid #ccc;background:#f2f2f2;}
|
||||
.go_top img{width:.4rem;height:.4rem;border-radius:50%;overflow:hidden;}
|
||||
|
||||
/*弹出层*/
|
||||
.cover_bg{display:block;width:7.5rem;height:100%;position:fixed;top:0;left:0;bottom:0;z-index:2000;background:rgba(0,0,0,.7);}
|
||||
.cover_bg .share{background:url(../img/share.png) no-repeat top/5rem 6.48rem;width:5rem;height:6.48rem;margin:2.8rem auto;padding-top:1.4rem;text-align:center;}
|
||||
.cover_bg .share img{width:3.06rem;}
|
||||
|
||||
/*合同*/
|
||||
.contract_box{width:7.1rem;margin:0 auto;background:#fff;padding:.3rem .2rem;}
|
||||
.contract_box.deta{width:7.1rem;padding:.2rem;}
|
||||
.contract_box .con_name{text-align:center;font-weight:normal;font-size:.34rem;margin:.3rem 0 .2rem 0;}
|
||||
.contract_box p.stamp{color:#e16f00;font-size:.24rem;text-align:right;margin:0;cursor:pointer;}
|
||||
.contract_box p{line-height:20px;font-size:.24rem;margin:.15rem 0;color:#000;text-align:left;}
|
||||
.contract_box p.code{text-align:right;}
|
||||
.contract_box p label{color:#000;font-weight:bold;}
|
||||
.contract_box.deta .table_auto{width:100%;margin:auto;overflow:auto;}
|
||||
.contract_box.deta .table_auto table{margin:auto;width:14rem;}
|
||||
.contract_box .tablec{width:100%;border-collapse:collapse;border-top:1px solid #e5e5e5;border-left:1px solid #e5e5e5;margin-bottom:.3rem;}
|
||||
.contract_box .tablec td{border-right:1px solid #ddd;border-bottom:1px solid #e5e5e5;padding:.2rem;font-size:.24rem;}
|
||||
.contract_box .tablec td:first-child{width:43%;}
|
||||
.contract_box .tablec tr:nth-child(odd){background:#f5f5f5;}
|
||||
.contract_box.deta .tablec td:first-child{width:auto;}
|
||||
.contract_box.deta .tablec td{text-align:center;padding:.3rem 0;}
|
||||
.contract_box.deta .tablec tr:nth-child(odd){background:none;}
|
||||
.contract_box.deta .tablec tr:hover{background:#f9f9f9;}
|
||||
.contract_box.deta .tablec th{font-size:.28rem;background:#f5f5f5;padding:.3rem 0;border-right:1px solid #ddd;border-bottom:1px solid #e5e5e5;}
|
||||
.signature{position:relative;margin:1rem 0 40px;}
|
||||
.signature .Party{width:3.5rem;display:inline-block;}
|
||||
.signature .Party p{margin-bottom:.3rem;}
|
||||
.signature .Party span{font-size:.24rem;padding-left:.5rem;}
|
||||
.signature img{position:absolute;z-index:99;top:-.7rem;right:1.6rem;width:2rem;height:2rem;}
|
||||
|
||||
/*详情*/
|
||||
.contract_box .data_name{padding:.5rem .2rem;border:1px dashed #ddd;margin-bottom:.5rem;}
|
||||
.contract_box .data_name span{padding:0 .14rem;font-size:.28rem;}
|
||||
9
public/static/theme/index/css/footer.css
Normal file
@ -0,0 +1,9 @@
|
||||
/* footer CSS */
|
||||
.footer { width: 100%; height: .98rem; border-top: 1px solid #E9E9E9; background-color: #fff; position: fixed; bottom: 0; left: 0; display: flex; display: -webkit-flex;}
|
||||
.footer .item { flex: 1; text-align: center; font-size: 0;}
|
||||
.footer .item a { display: inline-block; height: 100%;}
|
||||
.footer .item div { display: inline-block; float: left; color: #9B9B9B; line-height: 0; padding-top: .1rem;}
|
||||
.footer .item .iconfont { font-size: .4rem; line-height: 1;}
|
||||
.footer .item p { width: 100%; font-size: .2rem; line-height: .28rem; margin: .05rem 0 0.1rem;}
|
||||
.footer .item.act .iconfont { color: #0084ff;}
|
||||
.footer .item.act p { color: #0084ff;}
|
||||
19
public/static/theme/index/css/header.css
Normal file
@ -0,0 +1,19 @@
|
||||
.header { padding: .4rem .3rem; background: linear-gradient(to right, #3476fe, #34c7fe) !important;display: -webkit-flex; display: flex;height:5px}
|
||||
.header .left { line-height: 0; padding-right: .1rem;}
|
||||
.header .left .icon-arrow-left { font-size: .5rem; line-height: .1rem; color: #fff!important;}
|
||||
.header .htitle {/*margin: 0 auto;*/ font-size: .25rem; line-height: 0.5; color: #ffffff; }
|
||||
@font-face {
|
||||
font-family: "PingFangSC-Regular";
|
||||
src: url("../../font/PingFangSC-Regular.ttf") format("truetype");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
html,body { width: 100%; height: 100%; padding: 0; margin: 0; font-size: 0; font-family: "微软雅黑";}
|
||||
p { padding: 0; margin: 0;}
|
||||
a { text-decoration: none;}
|
||||
.confirm {
|
||||
background-color: #0084FF!important;
|
||||
}
|
||||
.input-group span {
|
||||
color: #0084ff!important;
|
||||
}
|
||||
69
public/static/theme/index/css/iconfont.css
Normal file
@ -0,0 +1,69 @@
|
||||
@font-face {font-family: "iconfont";
|
||||
src: url('iconfont.eot?t=1574235497797'); /* IE9 */
|
||||
src: url('iconfont.eot?t=1574235497797#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
|
||||
url('iconfont.woff?t=1574235497797') format('woff'),
|
||||
url('../../font/iconfont.ttf?t=1574235497797') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
|
||||
url('iconfont.svg?t=1574235497797#iconfont') format('svg'); /* iOS 4.1- */
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
font-family: "iconfont" !important;
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-accountNumber:before {
|
||||
content: "\e637";
|
||||
}
|
||||
|
||||
.icon-password:before {
|
||||
content: "\e62d";
|
||||
}
|
||||
|
||||
.icon-identifyingCode:before {
|
||||
content: "\e64b";
|
||||
}
|
||||
|
||||
.icon-recommendPeople:before {
|
||||
content: "\e624";
|
||||
}
|
||||
|
||||
.icon-home:before {
|
||||
content: "\e62c";
|
||||
}
|
||||
|
||||
.icon-project:before {
|
||||
content: "\e606";
|
||||
}
|
||||
|
||||
.icon-mine:before {
|
||||
content: "\e621";
|
||||
}
|
||||
|
||||
.icon-link:before {
|
||||
content: "\e60e";
|
||||
}
|
||||
|
||||
.icon-kefu:before {
|
||||
content: "\e664";
|
||||
}
|
||||
|
||||
.icon-arrow-left:before {
|
||||
content: "\e74a";
|
||||
}
|
||||
|
||||
.icon-arrow-right:before {
|
||||
content: "\e74b";
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
2
public/static/theme/index/css/layer.css
Normal file
21
public/static/theme/index/css/login.css
Normal file
@ -0,0 +1,21 @@
|
||||
.container { width: 100%; height: 100%; background-image: url(../img/login.jpg); background-size: 100% 100%;}
|
||||
.header { background-color: rgba(0,0,0,0);}
|
||||
.logo { width: 4rem; margin: 0 auto;}
|
||||
.logo img { width: 100%; height: auto;}
|
||||
.main { padding: .4rem .6rem .4rem;}
|
||||
.tip { width: 6.7rem; font-size: .26rem; line-height: .4rem; color: #4f5ffa; margin-top: .2rem; margin-left: -.18rem; margin-bottom: .66rem }
|
||||
|
||||
.container .input-group { width: 100%; height: 1.08rem; line-height: 1.08rem; border-radius: 4px; background-color: rgba(255,255,255,0.7); margin-bottom: .4rem;}
|
||||
.container .input-group .iconfont { color: #4f5ffa; font-size: .32rem; float: left; margin-left: .2rem; margin-right: 0.2rem;}
|
||||
.container .input-group span { display: inline-block; width: 1.1rem; color: #fff; font-size: .26rem; float: left;}
|
||||
.container .input-group input { height: .4rem; border: 0; background-color: transparent; border-radius: 2px; padding: 0; font-size: .26rem; line-height: .36rem; margin-top: .34rem; outline: none; float: left;}
|
||||
.container .input-group input::placeholder { color: #000;}
|
||||
.container .code-group { display: flex; display: -webkit-flex;}
|
||||
.container .code-group .input-group { width: 100%;}
|
||||
.container .code-group .input-group input { width: 1.56rem;}
|
||||
.container .code-group .input-group .code { width: 1.98rem; height: .68rem; line-height: 0; float: right; margin-top: .2rem; margin-right: .2rem;}
|
||||
.container .code-group .input-group .code img { width: 100%; height: auto; }
|
||||
.container .login { width: 100%; height: .88rem; background-color: #4f5ffa; border-radius: 10px; font-size: .34rem; color: #fff; line-height: .88rem; text-align: center; margin-top: .8rem; }
|
||||
.container .bottom { width: 100%; color: #fff; font-size: .28rem; line-height: .42rem; text-align: center; margin-top: 1rem;}
|
||||
.container .bottom a { display: inline-block; color: #4f5ffa; }
|
||||
.icon-identifyingCode { font-size: .24rem !important; margin-right: 0.2rem !important;}
|
||||
32
public/static/theme/index/css/mine.css
Normal file
@ -0,0 +1,32 @@
|
||||
.container { padding: 0; padding-bottom: 1rem;}
|
||||
/* top CSS */
|
||||
.top { padding: .4rem .4rem .32rem;}
|
||||
.top .name { font-size: .26rem; line-height: .36rem; color: #4A4A4A; display: -webkit-flex; display: flex;}
|
||||
.top .name .left { color:#FF9966;width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
|
||||
.top .name .right {color:blue; width: 20%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-align: right;}
|
||||
.top .assets { padding: .4rem .44rem; border-radius: 15px; background-color: #fd5a21; margin-top: .4rem;}
|
||||
.top .assets .title { font-size: .36rem; line-height: 1;color: #FFF; padding-top: .1rem;}
|
||||
.top .assets .money { font-family: "PingFangSC-Regular"; font-size: .72rem; line-height: 1rem;color: #FFF; padding-top: .3rem;}
|
||||
.top .assets .aslist { margin-top: .28rem; display: -webkit-flex; display: flex;}
|
||||
.top .assets .aslist .item { flex: 1; margin-top: .18rem; height: .6rem; border-right: 1px solid #fff; text-align: center;}
|
||||
.top .assets .aslist .item:last-child { border-right: 0;}
|
||||
.top .assets .aslist .item p { font-family: "PingFangSC-Regular"; font-size: .24rem; line-height: .34rem;color: #FFF; }
|
||||
.top .assets .aslist .item p:first-child { margin-top: -0.1rem; }
|
||||
.top .balance { margin-top: .32rem;}
|
||||
.top .balance .money { font-family: "PingFangSC-Regular"; font-size: .32rem; line-height: .48rem;color: #323232; float: left;}
|
||||
.top .balance .money span { color: #9B9B9B;}
|
||||
.top .balance .recharge { display: inline-block; font-size: .2rem; line-height: .4rem;color: #fff; padding: .04rem .28rem; background-color: #ff4436; border-radius: .24rem; float: right; margin-left: .4rem;}
|
||||
.top .balance .withdraw { display: inline-block; font-size: .2rem; line-height: .4rem;color: #fff; padding: .04rem .28rem; background-color: #fd5a21; border-radius: .24rem; float: right; margin-left: .4rem;}
|
||||
.top .balance:after { content:""; clear: both; display: block;}
|
||||
/* list CSS */
|
||||
.list { padding: 0 .4rem; border-top: .2rem solid #FAFAFA;}
|
||||
.list .item { padding-top: .32rem; padding-bottom: .28rem; border-bottom: 1px solid #E9E9E9;}
|
||||
.list .item:last-child { border-bottom: 0;}
|
||||
.list .item img { width: .32rem; height: .32rem; float: left; margin-left: .12rem; margin-right: .12rem;}
|
||||
.list .item span { font-size: .32rem; line-height: 1; color: #4A4A4A; float: left;}
|
||||
.list .item .iconfont { font-size: .38rem; line-height: 1; color: #9B9B9B; float: right;}
|
||||
.list .item:after { content:""; clear: both; display: block;}
|
||||
|
||||
|
||||
|
||||
|
||||
1
public/static/theme/index/css/new/app.css
Normal file
21
public/static/theme/index/css/new/iconfont.css
Normal file
@ -0,0 +1,21 @@
|
||||
@font-face {font-family: "iconfont";
|
||||
src: url('iconfont.eot?t=1574427966537'); /* IE9 */
|
||||
src: url('iconfont.eot?t=1574427966537#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAMgAAsAAAAABvwAAALRAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCCcAqCBIFqATYCJAMICwYABCAFhG0HMRsRBhEVlANkPxNMt11IAwVPp/QIzut0BXVLa7H75BQlfSaCaK2s3plDVA8YVp9oQAno4gCFQ4lo0ZiovLFByUI+TVzu52xsLZCwNIu6x+akeGrpmjZB5/laOKnzwnKMy6fBfF9sHXSnt6ZjuDcqwnTKnqee5X/kd1ca1nmcRimEREj+53J6o8TnBzqX5lh81Asw3hrgWIuKqEAC8IaxmwgcwmECdVN2iIOH7RJQlYFRgbh2OeIDqjmfLFvJqlCuWZjFUwBVLe5BKzzh34//loKgUEpA2bELtiCw99c5mJby/zwnRQD+fBZYy0jYgUycqrUdkWRsh6QexLI59lUc/Dq38acGsdc/T5SBwiaYUHn3xMeCWy0sQFY7T+PsqMvISzTTvN4uDvMjJY807yukKIxVFNp4M+GXUNTHqQZpzIw08OqVskKX1IHWYKFHm/OkEpmMTUw50qaYgRaafdBZJpW0SlZ7u+V1Y4oVDd3lqczPpt/bseLu9s3crmvotXNvd1KZurnvudWSduDMHeX34E+9rr07NdVd31Hfa3jW20zWNgit7m9JXW95uL1gI59+Sb/4N46vfKqHt34IZPBl7bu5ZyOfgX4OqjdiD34ov2dFDoVAWVwaT7MXTmeyFKiHThsAcPX9HKsa3X0qVI3ewVExmUJStYBm6g4oaWjtgrKqPVC3Xc9Wlw2Qvcg1bPNWIXR9oND2GZKuL5qpPygZ+0NZN/ZQdyYGGzZsiiAOEEpGA+oFQU+jRUYWoviI7pYlZYWcdkVaQxCasi4mexyR5piy3l3LbMHSNMBBOQ5znmCmKaLm0jPPXVXZuheVeho2wgEESQwZQHkBgTYZWVqbidLnj5Bzk0nUQhoQrxBZhe5Bo1T3QHvZ2It0L8+s7pwWYxawyGQADko/lGUTMNf3i5DGSn5EZNapYDXbV1aurxi+bh3UAXURsGdSuXSTSo7FZgMAAAA=') format('woff2'),
|
||||
url('iconfont.woff?t=1574427966537') format('woff'),
|
||||
url('iconfont.ttf?t=1574427966537') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
|
||||
url('iconfont.svg?t=1574427966537#iconfont') format('svg'); /* iOS 4.1- */
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
font-family: "iconfont" !important;
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-huaban-:before {
|
||||
content: "\e664";
|
||||
}
|
||||
|
||||
BIN
public/static/theme/index/css/new/iconfont.ttf
Normal file
19
public/static/theme/index/css/register.css
Normal file
@ -0,0 +1,19 @@
|
||||
.container { width: 100%; min-height: 100%; background-image: url(../img/login.jpg); background-size: 100% 100%;}
|
||||
.header { background-color: rgba(0,0,0,0);}
|
||||
.logo { width: 4rem; margin: 0 auto;}
|
||||
.logo img { width: 100%; height: auto;}
|
||||
.main { padding: .4rem .6rem .4rem;}
|
||||
.container .input-group { width: 100%; height: 1.08rem; line-height: 1.08rem; border-radius: 4px; background-color: rgba(255,255,255,0.7); margin-bottom: .4rem;}
|
||||
.container .input-group .iconfont { color: #4f5ffa; font-size: .32rem; float: left; margin-left: .2rem; margin-right: 0.2rem;}
|
||||
.container .input-group span { display: inline-block; width: 1.1rem; color: #fff; font-size: .26rem; float: left;}
|
||||
.container .input-group input { height: .4rem; border: 0; background-color: transparent; border-radius: 2px; padding: 0; font-size: .26rem; color: #000; line-height: .36rem; margin-top: .34rem; outline: none; float: left;}
|
||||
.container .input-group input::placeholder { color: #000;}
|
||||
.container .code-group { display: flex; display: -webkit-flex;}
|
||||
.container .code-group .input-group { width: 100%;}
|
||||
.container .code-group .input-group input { width: 1.56rem;}
|
||||
.container .code-group .input-group .code { width: 1.98rem; height: .68rem; line-height: 0; float: right; margin-top: .2rem; margin-right: .2rem;}
|
||||
.container .code-group .input-group .code img { width: 100%; height: auto; }
|
||||
.container .login { width: 100%; height: .88rem; background-color: #4f5ffa; border-radius: 10px; font-size: .34rem; color: #fff; line-height: .88rem; text-align: center; margin-top: .8rem; }
|
||||
.container .bottom { width: 100%; color: #000; font-size: .28rem; line-height: .42rem; text-align: center; margin-top: 20px;}
|
||||
.container .bottom a { display: inline-block; color: #4f5ffa; }
|
||||
.icon-identifyingCode { font-size: .24rem !important; margin-right: 0.2rem !important;}
|
||||
12
public/static/theme/index/css/swiper.min.css
vendored
Normal file
BIN
public/static/theme/index/img/about_notice.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
public/static/theme/index/img/add.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
public/static/theme/index/img/bitcoin.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
public/static/theme/index/img/bz.png
Normal file
|
After Width: | Height: | Size: 8.0 KiB |
BIN
public/static/theme/index/img/choujiang.png
Normal file
|
After Width: | Height: | Size: 5.7 KiB |
BIN
public/static/theme/index/img/czico.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
public/static/theme/index/img/deletes.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
public/static/theme/index/img/detailico.jpg
Normal file
|
After Width: | Height: | Size: 92 KiB |
BIN
public/static/theme/index/img/down.png
Normal file
|
After Width: | Height: | Size: 573 B |
BIN
public/static/theme/index/img/ethereum.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
public/static/theme/index/img/goback.png
Normal file
|
After Width: | Height: | Size: 717 B |
BIN
public/static/theme/index/img/gold.gif
Normal file
|
After Width: | Height: | Size: 274 KiB |
BIN
public/static/theme/index/img/hrefyou.png
Normal file
|
After Width: | Height: | Size: 635 B |
BIN
public/static/theme/index/img/hy.png
Normal file
|
After Width: | Height: | Size: 8.8 KiB |
BIN
public/static/theme/index/img/icon_aboutus_bank.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
public/static/theme/index/img/icon_aboutus_company.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
public/static/theme/index/img/icon_aboutus_help.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
public/static/theme/index/img/icon_aboutus_kf.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
public/static/theme/index/img/icon_aboutus_notice.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
public/static/theme/index/img/icon_aboutus_pay.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/static/theme/index/img/icon_aboutus_photo.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
public/static/theme/index/img/icon_aboutus_safe.png
Normal file
|
After Width: | Height: | Size: 987 B |
BIN
public/static/theme/index/img/icon_aboutus_tel.png
Normal file
|
After Width: | Height: | Size: 931 B |
BIN
public/static/theme/index/img/icon_add.png
Normal file
|
After Width: | Height: | Size: 351 B |
BIN
public/static/theme/index/img/icon_alipay.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
public/static/theme/index/img/icon_back.png
Normal file
|
After Width: | Height: | Size: 490 B |
BIN
public/static/theme/index/img/icon_bankCard_add.png
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
BIN
public/static/theme/index/img/icon_del.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
public/static/theme/index/img/icon_identity.png
Normal file
|
After Width: | Height: | Size: 5.7 KiB |
BIN
public/static/theme/index/img/icon_index_1.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
public/static/theme/index/img/icon_index_10.png
Normal file
|
After Width: | Height: | Size: 7.3 KiB |
BIN
public/static/theme/index/img/icon_index_11.png
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
BIN
public/static/theme/index/img/icon_index_12.png
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
BIN
public/static/theme/index/img/icon_index_2.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
public/static/theme/index/img/icon_index_3.png
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
BIN
public/static/theme/index/img/icon_index_4.png
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
BIN
public/static/theme/index/img/icon_index_5.png
Normal file
|
After Width: | Height: | Size: 4.6 KiB |
BIN
public/static/theme/index/img/icon_index_6.png
Normal file
|
After Width: | Height: | Size: 4.8 KiB |
BIN
public/static/theme/index/img/icon_index_7.png
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
BIN
public/static/theme/index/img/icon_index_8.png
Normal file
|
After Width: | Height: | Size: 5.1 KiB |
BIN
public/static/theme/index/img/icon_index_9.png
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
BIN
public/static/theme/index/img/icon_my_1.png
Normal file
|
After Width: | Height: | Size: 1023 B |
BIN
public/static/theme/index/img/icon_my_2.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
public/static/theme/index/img/icon_my_3.png
Normal file
|
After Width: | Height: | Size: 944 B |
BIN
public/static/theme/index/img/icon_my_4.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
public/static/theme/index/img/icon_my_5.png
Normal file
|
After Width: | Height: | Size: 317 B |
BIN
public/static/theme/index/img/icon_my_6.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/static/theme/index/img/icon_my_7.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
public/static/theme/index/img/icon_my_8.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
public/static/theme/index/img/icon_my_9.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
public/static/theme/index/img/icon_success.png
Normal file
|
After Width: | Height: | Size: 8.8 KiB |
BIN
public/static/theme/index/img/icon_tick.png
Normal file
|
After Width: | Height: | Size: 4.3 KiB |