gz_car_ui/css/welcome.css

316 lines
4.9 KiB
CSS

body {
letter-spacing: 1px;
}
.layuimini-container {
border: 1px solid #f2f2f2;
border-radius: 5px;
background-color: transparent;
}
.layuimini-main {
height: 60px;
border: 1px solid #f2f2f2;
border-radius: 5px;
background-color: #fff;
margin: 0;
}
#data-overview {
width: 100%;
height: 200px;
justify-content: space-between;
border: 1px solid #f2f2f2;
border-radius: 5px;
background-color: #fff;
flex-direction: column;
}
.title {
width: 98%;
margin: 0 1%;
height: 40px;
justify-content: space-between !important;
}
#data-box {
width: 100%;
height: calc(100% - 50px);
justify-content: space-around;
}
#main-box {
width: 100%;
margin-top: 1%;
height: calc(100% - 220px) !important;
justify-content: space-between;
overflow-y: auto;
}
#left-box {
width: 60%;
height: 100%;
}
#left-container,
#left-container2,
#right-container,
#right-container2,
#right-container3 {
width: 100%;
height: 90%;
margin-bottom: 1.5%;
border: 1px solid #f2f2f2;
border-radius: 5px;
background-color: #fff;
box-sizing: border-box;
}
#right-container,
#right-container2,
#right-container3 {
height: 60%;
}
#right-box {
width: 39%;
height: 100%;
}
#echarts-one,
#echarts-two,
#echarts-three,
#sup-count-box,
#pro-ranking-box {
width: 100%;
height: calc(100% - 40px);
}
#sup-title,
#pro-ranking-title {
width: 98%;
margin: 0 1%;
height: 40px;
}
#sup-title p,
#pro-ranking-title p {
width: 17.5%;
text-align: center;
font-size: 15px;
font-weight: bold;
}
#sup-title p:nth-child(1) {
width: 30%;
}
#pro-ranking-title p {
width: 15%;
}
#pro-ranking-title p:nth-child(2) {
width: 40%;
}
#sup-ul {
width: 98%;
height: calc(100% - 40px);
margin: 0 1%;
overflow-y: auto;
}
#pro-ranking-ul {
overflow-y: hidden;
}
#pro-ranking-ul-box {
width: 98%;
margin: 0 1%;
height: calc(100% - 40px);
}
#sup-ul li {
width: 100%;
min-height: 50px;
margin-bottom: 10px;
}
#pro-ranking-ul li {
width: 100%;
height: 40px;
}
#sup-ul li>div {
width: 17.5%;
text-align: center;
font-size: 15px;
font-weight: bold;
}
#sup-ul li>div:nth-child(1) {
width: 30%;
}
#sup-ul li>div p {
font-size: 15px;
font-weight: normal;
}
#pro-ranking-ul li>p {
width: 15%;
text-align: center;
font-size: 15px;
font-weight: bold;
}
#pro-ranking-ul li>p:nth-child(2) {
width: 40%;
}
#pro-ranking-ul li>p:nth-child(3) {
font-weight: bold;
}
#pro-ranking-ul li>p:nth-child(4) {
color: #19b16b;
font-weight: bold;
}
#pro-ranking-ul li>p:nth-child(5) {
color: #ff9900;
font-weight: bold;
}
#pro-ranking-ul li>p {
font-size: 15px;
font-weight: normal;
}
.title p {
font-size: 18px;
font-weight: bold;
margin: 0 10px;
}
.layout {
display: flex;
justify-content: center;
align-items: center;
}
.data-detail {
width: 226px !important;
height: 120px !important;
align-items: start;
justify-content: space-evenly;
cursor: pointer;
}
.data-info {
margin: 20px 40px 0 0;
}
.data-img {
margin: 20px 0 0 0;
}
.data-detail p {
letter-spacing: 1px;
font-size: 14px;
color: #fff;
}
.data-detail p:nth-child(2) {
font-size: 28px;
font-weight: bold;
}
.data-detail p:nth-child(2)>span:nth-child(1) {
font-size: 20px;
font-weight: bold;
color: #fff;
}
.data-detail:nth-child(1) {
background: url("../images/welcome/welcome_1.png") no-repeat 0 0 / 100% 100%;
}
.data-detail:nth-child(2) {
background: url("../images/welcome/welcome_2.png") no-repeat 0 0 / 100% 100%;
}
.data-detail:nth-child(3) {
background: url("../images/welcome/welcome_3.png") no-repeat 0 0 / 100% 100%;
}
.data-detail:nth-child(4) {
background: url("../images/welcome/welcome_4.png") no-repeat 0 0 / 100% 100%;
}
.data-detail:nth-child(5) {
background: url("../images/welcome/welcome_5.png") no-repeat 0 0 / 100% 100%;
}
.data-detail:nth-child(6) {
background: url("../images/welcome/welcome_6.png") no-repeat 0 0 / 100% 100%;
}
.common-style {
width: 100%;
justify-content: space-between;
cursor: pointer;
}
.num-style {
font-size: 28px;
font-weight: bold;
color: #666;
}
.num-title {
flex-direction: column;
align-items: start;
}
.layui-tab-brief>.layui-tab-title .layui-this {
color: #409eff;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
border-bottom: 2px solid #409eff;
}
a {
color: #428bca;
text-decoration: none;
}
a:hover,
a:focus {
color: #2a6496;
text-decoration: underline;
}
.list_lh {
height: 400px;
overflow: hidden;
}
.list_lh li {
padding: 4px 0;
}
.list_lh li.lieven {
background: #F0F2F3;
}
::-webkit-scrollbar {
width: 0;
height: 0;
}