style:网上申请
Showing
4 changed files
with
18 additions
and
20 deletions
| ... | @@ -165,21 +165,6 @@ | ... | @@ -165,21 +165,6 @@ |
| 165 | background-color: #F26363; | 165 | background-color: #F26363; |
| 166 | opacity: 0.8; | 166 | opacity: 0.8; |
| 167 | } | 167 | } |
| 168 | .layui-layer-btn { | ||
| 169 | position: relative; | ||
| 170 | top: 50px; | ||
| 171 | left: -153px; | ||
| 172 | } | ||
| 173 | .layui-layer-btn0 { | ||
| 174 | width: 120px!important; | ||
| 175 | height: 42px!important; | ||
| 176 | text-align: center; | ||
| 177 | line-height: 42px!important; | ||
| 178 | font-size: 16px; | ||
| 179 | } | ||
| 180 | .layui-layer-content { | ||
| 181 | height: auto!important; | ||
| 182 | } | ||
| 183 | .dialog_con li { | 168 | .dialog_con li { |
| 184 | line-height: 36px; | 169 | line-height: 36px; |
| 185 | color: #303030; | 170 | color: #303030; | ... | ... |
| ... | @@ -290,7 +290,7 @@ div.footer .system_service ul li a:hover { | ... | @@ -290,7 +290,7 @@ div.footer .system_service ul li a:hover { |
| 290 | left: 0; | 290 | left: 0; |
| 291 | top: -5px; | 291 | top: -5px; |
| 292 | font-size: 14px; | 292 | font-size: 14px; |
| 293 | /* color: #fff; */ | 293 | color: #fff; |
| 294 | } | 294 | } |
| 295 | /* --------------进度条美化---------------- */ | 295 | /* --------------进度条美化---------------- */ |
| 296 | ::-webkit-scrollbar { | 296 | ::-webkit-scrollbar { |
| ... | @@ -421,7 +421,9 @@ div.footer .system_service ul li a:hover { | ... | @@ -421,7 +421,9 @@ div.footer .system_service ul li a:hover { |
| 421 | min-height: calc(100vh - 520px); | 421 | min-height: calc(100vh - 520px); |
| 422 | } | 422 | } |
| 423 | 423 | ||
| 424 | 424 | .layui-layer-content { | |
| 425 | height: auto!important; | ||
| 426 | } | ||
| 425 | /* 0091FF */ | 427 | /* 0091FF */ |
| 426 | .layui-layer-content .userList{ | 428 | .layui-layer-content .userList{ |
| 427 | width: 50%; | 429 | width: 50%; |
| ... | @@ -431,6 +433,9 @@ div.footer .system_service ul li a:hover { | ... | @@ -431,6 +433,9 @@ div.footer .system_service ul li a:hover { |
| 431 | box-sizing: border-box; | 433 | box-sizing: border-box; |
| 432 | padding: 0 20px; | 434 | padding: 0 20px; |
| 433 | } | 435 | } |
| 436 | .layui-layer-content .userList:last-child { | ||
| 437 | margin-bottom: 60px; | ||
| 438 | } | ||
| 434 | .layui-layer-content .userList input { | 439 | .layui-layer-content .userList input { |
| 435 | width: 16px; | 440 | width: 16px; |
| 436 | height: 16px; | 441 | height: 16px; |
| ... | @@ -438,4 +443,12 @@ div.footer .system_service ul li a:hover { | ... | @@ -438,4 +443,12 @@ div.footer .system_service ul li a:hover { |
| 438 | position: relative; | 443 | position: relative; |
| 439 | top: 3px; | 444 | top: 3px; |
| 440 | cursor: pointer; | 445 | cursor: pointer; |
| 446 | } | ||
| 447 | /* */ | ||
| 448 | .layui-layer-title { | ||
| 449 | background-color: #1E9FFF!important; | ||
| 450 | color: #fff!important; | ||
| 451 | } | ||
| 452 | .layui-layer-btn { | ||
| 453 | text-align: center; | ||
| 441 | } | 454 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -53,9 +53,10 @@ | ... | @@ -53,9 +53,10 @@ |
| 53 | cursor: pointer; | 53 | cursor: pointer; |
| 54 | font-size: 12px; | 54 | font-size: 12px; |
| 55 | color: #6e7172; | 55 | color: #6e7172; |
| 56 | width: 73px; | ||
| 57 | height: 23px; | ||
| 58 | text-align: center; | 56 | text-align: center; |
| 59 | line-height: 23px; | 57 | line-height: 23px; |
| 60 | display: inline-block; | 58 | display: inline-block; |
| 59 | } | ||
| 60 | .num { | ||
| 61 | display: none; | ||
| 61 | } | 62 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -180,7 +180,6 @@ function addCreatSLSQ(jsondata) { | ... | @@ -180,7 +180,6 @@ function addCreatSLSQ(jsondata) { |
| 180 | //数据,这里使用的是Json格式进行传输 | 180 | //数据,这里使用的是Json格式进行传输 |
| 181 | success: function (result) {//返回数据根据结果进行相应的处理 | 181 | success: function (result) {//返回数据根据结果进行相应的处理 |
| 182 | if (result.code == 200) { | 182 | if (result.code == 200) { |
| 183 | console.log(999, result.data) | ||
| 184 | skipNextPage(result.data.bsmSlsq,business.businessno); | 183 | skipNextPage(result.data.bsmSlsq,business.businessno); |
| 185 | } | 184 | } |
| 186 | else{ | 185 | else{ | ... | ... |
-
Please register or sign in to post a comment