vr-shopxo-source/public/static/admin/default/css/index.init.css

172 lines
3.4 KiB
CSS
Raw Normal View History

2019-02-22 10:38:11 +00:00
/**
*
*/
html, body {
background: #f5f5f5;
}
.echarts-container, .echarts-combination-container-2 li {
width: 100%;
background: #fff !important;
padding: 10px;
border: 1px solid #eee;
border-radius: 3px;
overflow: hidden;;
}
2019-02-24 14:55:37 +00:00
.echarts-container, .echarts-combination-container-2 li {
2019-02-22 10:38:11 +00:00
position: relative;
}
.echarts-container {
margin-bottom: 20px;
}
2019-02-24 14:55:37 +00:00
.echarts-container .echarts-title, .echarts-combination-container-2 li .echarts-title {
2019-02-22 10:38:11 +00:00
margin-left: 10px;
}
2019-02-24 14:55:37 +00:00
.echarts-container .echarts-title .icon, .echarts-combination-container-2 li .echarts-title .icon {
2019-02-23 00:41:27 +00:00
background: #3f82fe;
2019-02-22 10:38:11 +00:00
display: block;
width: 5px;
height: 16px;
position: absolute;
left: 10px;
top: 13px;
}
2019-02-24 14:55:37 +00:00
.echarts-container .echarts-title .title, .echarts-combination-container-2 li .echarts-title .title {
2019-02-22 10:38:11 +00:00
color: #666;
font-size: 14px;
margin-left: 5px;
}
@media only screen and (min-width: 641px) {
.echarts-combination-container-2 {
margin-bottom: 20px;
}
.echarts-combination-container-2 li {
width: calc(50% - 10px);
}
.echarts-combination-container-2 li:nth-child(1) {
float: left;
top: 0;
left: 0;
}
.echarts-combination-container-2 li:nth-child(2) {
float: right;
top: 0;
right: 0;
}
}
@media only screen and (max-width: 641px) {
.echarts-combination-container-2 li {
margin-bottom: 20px;
}
}
/**
*
*/
.shopxo-base li {
padding: 20px;
}
.shopxo-base li .li-content {
padding: 10px;
border-radius: 3px;
2019-02-24 15:34:14 +00:00
background: #00BCD4;
position: relative;
2019-02-22 10:38:11 +00:00
}
.shopxo-base li:nth-child(1) .li-content {
background: #00BCD4;
}
.shopxo-base li:nth-child(2) .li-content {
background: #FF9800;
}
.shopxo-base li:nth-child(3) .li-content {
background: #e63a75;
}
.shopxo-base li:nth-child(4) .li-content {
background: #9c40ac;
}
.shopxo-base li .name {
font-size: 14px;
font-weight: 700;
margin: 0;
color: #fff;
}
2019-02-23 00:41:27 +00:00
.shopxo-base li .li-content .total {
2019-02-22 10:38:11 +00:00
margin: 0 0 5px 0;
color: #fff;
font-size: 26px;
2019-02-23 00:41:27 +00:00
font-weight: 700;
}
.shopxo-base li .li-content p, .shopxo-base li .li-content .yesterday, .shopxo-base li .li-content .today {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
max-width: 100%;
2019-02-22 10:38:11 +00:00
}
2019-02-23 00:41:27 +00:00
.shopxo-base li .li-content .yesterday, .shopxo-base li .li-content .today {
2019-02-22 10:38:11 +00:00
color: #f0f0f0;
font-size: 12px;
}
2019-02-23 00:41:27 +00:00
.shopxo-base li .li-content .yesterday {
2019-02-22 10:38:11 +00:00
padding-bottom: 5px;
}
2019-02-24 15:34:14 +00:00
.shopxo-base li .li-content .bg-icon {
font-size: 36px;
position: absolute;
top: calc(50% - 45px);
right: 10px;
color: rgba(255, 255, 255, 0.12);
}
2019-02-22 10:38:11 +00:00
@media only screen and (max-width: 641px) {
.shopxo-base li:nth-child(1){
padding: 10px 5px 5px 0;
}
.shopxo-base li:nth-child(2){
padding: 10px 0 5px 5px;
}
.shopxo-base li:nth-child(3){
padding: 5px 5px 0 0;
}
.shopxo-base li:nth-child(4){
padding: 5px 0 0 5px;
}
}
/**
*
*/
#echarts-order-pay-type {
margin-top: 10px;
height: 400px;
}
/**
*
*/
#echarts-goods-hot {
margin-top: 10px;
height: 400px;
}
/**
*
*/
#echarts-order-trading {
margin-top: 10px;
height: 400px;
}
/**
*
*/
.dl-content {
margin: 10px 0 0 0;
}
.dl-content dt, .dl-content dd {
line-height: 22px;
min-height: 30px;
}
.dl-content dd:last-child {
border-bottom: 0;
}