yangyin
2024-07-03 e5501ada6eb3794251457f36a11b38c1e98a3d18
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/* repair/addTask/index.wxss */
@import "/repair/css/common.wxss";
@import "../../style/weui.wxss";
.baoxiujieguo input{
  color:#000000;
}
.border_top_input{
  width:76vw;
  height: 80rpx;
  border-radius: 5px;
  text-align: left;
}
 
/*  */
.weui-uploader{
  position: relative;
  width: 100%;
}
.weui-uploader__bd {
  margin-right: 0px;
}
.weui-uploader__input-box,.weui-uploader__file{
  margin-left: 5px;
}
.weui-uploader__title{
  position: relative;
}
.weui-uploader__title span{
  position: relative;
  font-size: 25rpx;
  color: #16b5cb;
}
.weui-uploader__title span:nth-child(2){
  position: absolute;
  right: 0.5rem;
  top: 0rpx;
  padding: 2px;
  color: #C4273A;
}
 
/*  */
.footer_btn{
  position: relative;
  width: 100vw;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35rpx;
  color: #fff;
  border-radius: 5px;
  background-color: #16b5cb !important;
}