style.less 6.4 KB
Newer Older
徐立's avatar
徐立 committed
1 2 3 4 5 6 7 8
:global {
  // table{
  //     border-collapse:collapse;
  // }
  #web_table .ant-form-item {
    margin-bottom: 2.5px;
    margin-top: 2.5px;
  }
9

徐立's avatar
徐立 committed
10
  /*#web_table .ant-form-item-control{
徐立's avatar
徐立 committed
11
        line-height: 20px;
钟是志's avatar
钟是志 committed
12
    }*/
13

徐立's avatar
徐立 committed
14 15 16 17
  #mobile_table .am-list-item {
    //background-color: rgba(238, 238, 238, 0.801);
    border-radius: 4px;
  }
18

徐立's avatar
徐立 committed
19 20 21 22
  // 移动端单选无法换行
  #mobile_table .ant-radio-wrapper {
    white-space: inherit;
  }
23

徐立's avatar
徐立 committed
24 25 26 27
  #mobile_table .ant-form-item-label.ant-col-0,
  #mobile_table .ant-form-item-control-wrapper.ant-col-0 {
    width: 0%;
  }
28

徐立's avatar
徐立 committed
29 30 31 32
  #mobile_table .ant-form-item-label.ant-col-1,
  #mobile_table .ant-form-item-control-wrapper.ant-col-1 {
    width: 4.16666667%;
  }
33

徐立's avatar
徐立 committed
34 35 36 37
  #mobile_table .ant-form-item-label.ant-col-2,
  #mobile_table .ant-form-item-control-wrapper.ant-col-2 {
    width: 8.33333333%;
  }
38

徐立's avatar
徐立 committed
39 40 41 42
  #mobile_table .ant-form-item-label.ant-col-3,
  #mobile_table .ant-form-item-control-wrapper.ant-col-3 {
    width: 12.5%;
  }
43

徐立's avatar
徐立 committed
44 45 46 47
  #mobile_table .ant-form-item-label.ant-col-4,
  #mobile_table .ant-form-item-control-wrapper.ant-col-4 {
    width: 16.66666667%;
  }
48

徐立's avatar
徐立 committed
49 50 51 52
  #mobile_table .ant-form-item-label.ant-col-5,
  #mobile_table .ant-form-item-control-wrapper.ant-col-5 {
    width: 20.83333333%;
  }
53

徐立's avatar
徐立 committed
54 55 56 57
  #mobile_table .ant-form-item-label.ant-col-6,
  #mobile_table .ant-form-item-control-wrapper.ant-col-6 {
    width: 25%;
  }
58

徐立's avatar
徐立 committed
59 60 61 62
  #mobile_table .ant-form-item-label.ant-col-7,
  #mobile_table .ant-form-item-control-wrapper.ant-col-7 {
    width: 29.16666667%;
  }
63

徐立's avatar
徐立 committed
64 65 66 67
  #mobile_table .ant-form-item-label.ant-col-8,
  #mobile_table .ant-form-item-control-wrapper.ant-col-8 {
    width: 33.33333333%;
  }
68

徐立's avatar
徐立 committed
69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155
  #mobile_table .ant-form-item-label.ant-col-9,
  #mobile_table .ant-form-item-control-wrapper.ant-col-9 {
    width: 37.5%;
  }

  #mobile_table .ant-form-item-label.ant-col-10,
  #mobile_table .ant-form-item-control-wrapper.ant-col-10 {
    width: 41.66666667%;
  }

  #mobile_table .ant-form-item-label.ant-col-11,
  #mobile_table .ant-form-item-control-wrapper.ant-col-11 {
    width: 45.83333333%;
  }

  #mobile_table .ant-form-item-label.ant-col-12,
  #mobile_table .ant-form-item-control-wrapper.ant-col-12 {
    width: 50%;
  }

  #mobile_table .ant-form-item-label.ant-col-13,
  #mobile_table .ant-form-item-control-wrapper.ant-col-13 {
    width: 54.16666667%;
  }

  #mobile_table .ant-form-item-label.ant-col-14,
  #mobile_table .ant-form-item-control-wrapper.ant-col-14 {
    width: 58.33333333%;
  }

  #mobile_table .ant-form-item-label.ant-col-15,
  #mobile_table .ant-form-item-control-wrapper.ant-col-15 {
    width: 62.5%;
  }

  #mobile_table .ant-form-item-label.ant-col-16,
  #mobile_table .ant-form-item-control-wrapper.ant-col-16 {
    width: 66.66666667%;
  }

  #mobile_table .ant-form-item-label.ant-col-17,
  #mobile_table .ant-form-item-control-wrapper.ant-col-17 {
    width: 70.83333333%;
  }

  #mobile_table .ant-form-item-label.ant-col-18,
  #mobile_table .ant-form-item-control-wrapper.ant-col-18 {
    width: 75%;
  }

  #mobile_table .ant-form-item-label.ant-col-19,
  #mobile_table .ant-form-item-control-wrapper.ant-col-19 {
    width: 79.16666667%;
  }

  #mobile_table .ant-form-item-label.ant-col-20,
  #mobile_table .ant-form-item-control-wrapper.ant-col-20 {
    width: 83.33333333%;
  }

  #mobile_table .ant-form-item-label.ant-col-21,
  #mobile_table .ant-form-item-control-wrapper.ant-col-21 {
    width: 87.5%;
  }

  #mobile_table .ant-form-item-label.ant-col-22,
  #mobile_table .ant-form-item-control-wrapper.ant-col-22 {
    width: 91.66666667%;
  }

  #mobile_table .ant-form-item-label.ant-col-23,
  #mobile_table .ant-form-item-control-wrapper.ant-col-23 {
    width: 95.83333333%;
  }

  #mobile_table .ant-form-item-label.ant-col-24,
  #mobile_table .ant-form-item-control-wrapper.ant-col-24 {
    width: 100%;
  }

  #mobile_table .ant-col-24 {
    border-bottom: 1px solid white;
  }

  #mobile_table .am-textarea-control textarea {
    background-color: #f5f5f5d3;
  }
156

徐立's avatar
徐立 committed
157 158 159 160 161 162 163 164 165 166
  #mobile_table > .am-card {
    min-height: 0;
  }

  #mobile_table .ant-form-item {
    margin-bottom: 0px;
    background: white;
    overflow: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
167 168 169 170 171 172

    label {
      float: left;
      padding-left: 10px;
    }

徐立's avatar
徐立 committed
173 174 175 176
    &::-webkit-scrollbar {
      display: none;
    }
  }
177

徐立's avatar
徐立 committed
178 179 180 181 182 183 184 185 186 187
  #mobile_table .am-checkbox-agree .am-checkbox-inner {
    left: -30px;
    top: 1px;
  }

  #mobile_table .ant-form-item-label {
    padding-top: 9px;
    text-align: right;
    font-weight: bold;
  }
188 189

  #mobile_table .isPreview > .ant-form-item-label {
chlolch's avatar
chlolch committed
190 191 192
    padding-top: 0px;

  }
193

徐立's avatar
徐立 committed
194 195 196 197
  #MobileList .am-list-item {
    background-color: #fff;
    border-radius: 4px;
  }
198

徐立's avatar
徐立 committed
199 200 201 202
  #mobile_table .am-list-item .am-input-label {
    overflow: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
203

徐立's avatar
徐立 committed
204 205 206 207
    &::-webkit-scrollbar {
      display: none;
    }
  }
208

徐立's avatar
徐立 committed
209 210 211 212 213 214
  #mobile_table .ant-form-item-label {
    overflow: auto;
    // scrollbar-width: none; /* Firefox */
    // -ms-overflow-style: none; /* IE 10+ */
    // &::-webkit-scrollbar {display:none}
  }
215

徐立's avatar
徐立 committed
216 217
  #mobile_table .am-flexbox {
    padding-left: 25px;
218

徐立's avatar
徐立 committed
219 220 221 222
    .am-checkbox-agree {
      padding-top: 0px;
    }
  }
223

徐立's avatar
徐立 committed
224 225 226 227 228
  #mobile_table .am-list-extra {
    flex-basis: 60%;
    overflow: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
229

徐立's avatar
徐立 committed
230 231 232 233
    &::-webkit-scrollbar {
      display: none;
    }
  }
徐立's avatar
徐立 committed
234
}
235

徐立's avatar
徐立 committed
236 237 238 239 240
.form input {
  font-size: 14px !important;
  line-height: 28px !important;
  padding-left: 29px !important;
  background-color: #ccc;
徐立's avatar
徐立 committed
241
}
242

徐立's avatar
徐立 committed
243 244 245 246 247 248
.text {
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  text-align: right;
  font-family: PingFang-SC-Regular;
徐立's avatar
徐立 committed
249
}
250

徐立's avatar
徐立 committed
251 252
.placeholder {
  font-size: 14px;
徐立's avatar
徐立 committed
253
}
254

徐立's avatar
徐立 committed
255 256 257 258 259 260 261 262
.text2 {
  width: 72px;
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  font-weight: bold;
  font-family: PingFang-SC-Regular;
徐立's avatar
徐立 committed
263
}
264 265 266 267

.mobileList {
  :global {
    .am-list-item .am-list-line .am-list-extra {
268
      white-space: normal;
269 270

      ul {
271 272 273 274 275 276
        padding-inline-start: 0;
      }
    }
  }

}
钟是志's avatar
钟是志 committed
277

278
.imageUl {
钟是志's avatar
钟是志 committed
279 280
  display: grid;
  //grid-template-rows: 1fr;
281 282 283
  //grid-auto-flow: column;
  // 27200 毕业生就业去向申报,20192602003 电脑端操作上传了2张图片 手机端查看 只有一张 且重叠了
  // 可能需要再次修改 遇到样式问题都丢这里面
钟是志's avatar
钟是志 committed
284 285 286
  justify-items: center;
  align-items: center;
  column-gap: 10px;
287 288

  li {
钟是志's avatar
钟是志 committed
289 290 291 292
    width: 120px;
    min-height: 50px;
  }
}
293 294 295 296 297 298
.bigTitle{
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
}