fileManage.less
676 Bytes
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
:global{
.am-image-picker{
position:fixed!important;
bottom: 20%!important;
}
.spictureStyle{
width: 100%;
background-color: #ffffff;
padding: 2px 5px;
}
.spictureStyle img{
border-radius: 4px;
}
}
.commonImage{
position:fixed;
//bottom: 30%;
left: 3%;
margin-left: 10px;
}
.commonImage img{
border-radius: 4px;
width: 80px;
max-height: 80px;
//width: 3rem;
//max-height: 3rem;
height: auto;
margin-right: 10px;
}
.showImage{
height:40vh;
}
.showImage img{
border-radius: 4px;
border: 5px solid #efeff4;
width: 360px;
max-height: 240px;
//width: 3rem;
//max-height: 3rem;
height: auto;
margin-right: 10px;
}