128 lines
2.0 KiB
CSS
128 lines
2.0 KiB
CSS
.bg {
|
|
background: #FFF;
|
|
}
|
|
|
|
.layui-header {
|
|
margin-bottom: 10px;
|
|
min-width: 1000px;
|
|
background: #fff;
|
|
border-bottom: 1px solid #aacf53;
|
|
}
|
|
|
|
.layui-main {
|
|
width: 1000px;
|
|
}
|
|
|
|
.layui-header .logo {
|
|
line-height: 60px;
|
|
text-align: center;
|
|
font-size: 30px;
|
|
font-weight: bold;
|
|
color: #aacf53;
|
|
letter-spacing: 5px;
|
|
}
|
|
|
|
.layui-header .layui-nav-bar {
|
|
background: transparent;
|
|
}
|
|
|
|
.layui-header .layui-layout-right {
|
|
background: #fff;
|
|
}
|
|
.title, .title2 {
|
|
color: #aacf53;
|
|
text-align: center;
|
|
}
|
|
.title {
|
|
font-size: 2em;
|
|
font-weight: bold;
|
|
}
|
|
.title2 {
|
|
padding: 10px;
|
|
font-size: 16px;
|
|
font-weight: 300;
|
|
}
|
|
|
|
.demo-img {
|
|
border: 2px solid #CCCCCC;
|
|
}
|
|
|
|
.border-blue {
|
|
border-color: #1E9FFF;
|
|
}
|
|
|
|
.layui-badge {
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
padding: 2px 10px;
|
|
}
|
|
|
|
.layui-form .layui-form-item .layui-upload-drag img {
|
|
margin-bottom: 10px;
|
|
max-width: 100px;
|
|
}
|
|
|
|
.layui-show-drag {
|
|
position: relative;
|
|
padding: 15px;
|
|
border: 1px dashed #e2e2e2;
|
|
background-color: #fff;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
color: #999;
|
|
height: 162px;
|
|
width: 265px;
|
|
}
|
|
|
|
.layui-upload-drag {
|
|
padding: 30px 50px;
|
|
}
|
|
|
|
.layui-disabled {
|
|
color: #cccccc !important;
|
|
}
|
|
|
|
.link {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
color: #1E9FFF;
|
|
}
|
|
|
|
.examInfo_h .exam-title {
|
|
width: 152px;
|
|
}
|
|
|
|
.recommend-box .layui-form-item {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.score-item .layui-inline {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.end-tip-div {
|
|
width: 800px;
|
|
text-align: center;
|
|
padding: 10px;
|
|
margin: 30px auto 0;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border: 2px dashed #CCC;
|
|
background-color: #fbfbfb;
|
|
|
|
}
|
|
.end-tip-div .end-img-div, .end-tip-div .end-text-div {
|
|
display: inline-block;
|
|
}
|
|
.end-tip-div .end-text-div {
|
|
font-size: 18px;
|
|
text-align: left;
|
|
line-height: 34px;
|
|
padding: 50px;
|
|
}
|
|
|
|
.icon-div {
|
|
text-align: center;
|
|
width: 100%;
|
|
} |