61a5ef55 by 任超

style:网上申请

1 parent 3556cd9b
......@@ -165,21 +165,6 @@
background-color: #F26363;
opacity: 0.8;
}
.layui-layer-btn {
position: relative;
top: 50px;
left: -153px;
}
.layui-layer-btn0 {
width: 120px!important;
height: 42px!important;
text-align: center;
line-height: 42px!important;
font-size: 16px;
}
.layui-layer-content {
height: auto!important;
}
.dialog_con li {
line-height: 36px;
color: #303030;
......
......@@ -290,7 +290,7 @@ div.footer .system_service ul li a:hover {
left: 0;
top: -5px;
font-size: 14px;
/* color: #fff; */
color: #fff;
}
/* --------------进度条美化---------------- */
::-webkit-scrollbar {
......@@ -421,7 +421,9 @@ div.footer .system_service ul li a:hover {
min-height: calc(100vh - 520px);
}
.layui-layer-content {
height: auto!important;
}
/* 0091FF */
.layui-layer-content .userList{
width: 50%;
......@@ -431,6 +433,9 @@ div.footer .system_service ul li a:hover {
box-sizing: border-box;
padding: 0 20px;
}
.layui-layer-content .userList:last-child {
margin-bottom: 60px;
}
.layui-layer-content .userList input {
width: 16px;
height: 16px;
......@@ -438,4 +443,12 @@ div.footer .system_service ul li a:hover {
position: relative;
top: 3px;
cursor: pointer;
}
/* */
.layui-layer-title {
background-color: #1E9FFF!important;
color: #fff!important;
}
.layui-layer-btn {
text-align: center;
}
\ No newline at end of file
......
......@@ -53,9 +53,10 @@
cursor: pointer;
font-size: 12px;
color: #6e7172;
width: 73px;
height: 23px;
text-align: center;
line-height: 23px;
display: inline-block;
}
.num {
display: none;
}
\ No newline at end of file
......
......@@ -180,7 +180,6 @@ function addCreatSLSQ(jsondata) {
//数据,这里使用的是Json格式进行传输
success: function (result) {//返回数据根据结果进行相应的处理
if (result.code == 200) {
console.log(999, result.data)
skipNextPage(result.data.bsmSlsq,business.businessno);
}
else{
......