|
@@ -186,7 +186,7 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
|
|
|
.system-box{width: 130px;height: 60px;position: absolute;top: 20px;}
|
|
|
.system-box{
|
|
|
div{
|
|
|
- display: none;position: absolute;background: #fff;border: 1px solid #b5b5b5;border-radius: 4px;padding: 10px 8px;left: 0;top:57px;transition: 5s;
|
|
|
+ display: none;width:240px;position: absolute;background: #fff;border: 1px solid #b5b5b5;border-radius: 4px;padding: 10px 8px;left: 0;top:57px;transition: 5s;
|
|
|
a{
|
|
|
display: inline-block;
|
|
|
i{width: 110px;height: 84px;display: block;background-size: cover;}
|
|
@@ -467,8 +467,8 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
|
|
|
.dialog-input-code:after{background-image: url("~static/images/client/course/course-dialog-icon2.svg");}
|
|
|
|
|
|
// 输入框-验证码
|
|
|
- .dialog-input-code{width: calc(100% - 114px);}
|
|
|
- .dialog-code-btn.el-button{padding: 12px 15px;margin-left: 8px;}
|
|
|
+ .dialog-input-code{width: calc(100% - 132px);}
|
|
|
+ .dialog-code-btn.el-button{width:120px;box-sizing:border-box;padding: 12px 15px;margin-left: 8px;}
|
|
|
|
|
|
// 滑块px
|
|
|
.nc-container{
|
|
@@ -555,7 +555,7 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
|
|
|
ul{margin-top: 48px;}
|
|
|
li{
|
|
|
width: 50%;display: inline-block;vertical-align: top;
|
|
|
- div{margin: 10px;padding:10px;border-bottom:1px dashed #666;}
|
|
|
+ div{margin: 10px;padding:10px 10px 10px 0;border-bottom:1px dashed #666;}
|
|
|
img{width: 190px;height: 118px;float: left;margin-right: 24px;}
|
|
|
h4{@include setFontStyle(-2);color: rgba(0, 0, 0, 0.85);@include single-line-ellipsis;margin-bottom: 8px;}
|
|
|
h4:hover{color: #3e7ce7;cursor: pointer;}
|