@@ -210,8 +210,9 @@ export default {
background:#fff;
width:100%;
box-shadow: 0 0 30px -10px rgba(104, 124, 189, 0.25);
+ padding-top: .4rem;
.upload-imgs {
- margin:0 1rem 0.2rem;
+ margin:0 1rem;
height: 3.5rem;
.upload{
width: 1.5rem;
@@ -249,15 +250,15 @@ export default {
position: relative;
vertical-align: top;
border-radius: 0.08rem;
- margin: 0 0 0.3rem 0.3rem;
+ margin: 0 0 0.3rem 0.4rem;
.close {
- width: 0.54rem;
- height: 0.54rem;
+ width: 0.3rem;
+ height: 0.3rem;
background: url(../images/closeimg.png) no-repeat;
background-size: cover;
position: absolute;
- top: -0.27rem;
- right: -0.27rem;
+ top: -0.17rem;
+ right: -0.17rem;
z-index: 3;
}