YYC
2023-06-07 4f20ad52b8d4ab206e3458e488d3950eb2bfb5a3
igds-app/css/admin/work-apply.css
@@ -8,10 +8,12 @@
  font-size: 16px;
  color: #000;
}
.m-gd .l{
  min-width: 80px;
  margin-right: 10px;
}
.m-gd .r{
  float: none;
  width: auto;
@@ -21,9 +23,11 @@
  background: url(../../images/a2.png) no-repeat right center;
  background-size: 6px;
}
.m-gd .placeholder{
  color: #c3c3c3;
}
.m-gd .submit{
    display: block;
    width: 77%;
@@ -38,3 +42,102 @@
    padding: 0;
    margin: 30px auto 0;
  }
.m-pop-caution {
   padding: 15px 15px 25px;
}
.m-pop-caution .btns {
   display: block;
   text-align: center;
}
.m-pop-caution .btns button {
   margin: 0 6px;
}
.m-pop-caution .h3 {
   text-align: left;
   font-size: 16px;
}
.m-pop-caution .h3 span {
   color: #ff2323;
}
.m-pop-caution textarea {
   background-color: #f5f6f7;
   border-radius: 10px;
   margin-bottom: 15px;
   border: none;
   min-height: 100px;
}
.m-pop-caution .mui-input-row {
   margin-bottom: 25px;
}
.m-server {
   width: 300px;
   background-color: #fff;
   border-radius: 10px;
   overflow: hidden;
   padding: 28px 25px 30px;
}
.m-server .h3 {
   text-align: center;
   font-size: 18px;
   font-weight: bold;
   color: #000;
   margin-bottom: 18px;
}
.m-server .mui-input-row {
   background-color: #f5f6f7;
   border-radius: 10px;
   margin-bottom: 15px;
   padding: 4px 0;
}
.m-server .mui-input-row label {
   font-size: 16px;
   font-weight: bold;
   width: 27%;
   padding-right: 0;
}
.m-server .mui-input-row input {
   font-size: 16px;
   color: #000;
   width: 73%;
}
.m-server .btns {
   display: flex;
   align-items: center;
   justify-content: center;
   margin-top: 25px;
}
.m-server .mui-btn {
   width: 110px;
   border-radius: 20px;
   font-size: 15px;
   padding-top: 10px;
   padding-bottom: 10px;
   border: none;
}
.m-server .mui-btn.cancel {
   color: #888888;
   background-color: #eeeeee;
}
.m-server .mui-btn.confirm {
   color: #fff;
   background: linear-gradient(90deg, #52b88f, #64c388);
}