You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
1.8 KiB
76 lines
1.8 KiB
4 years ago
|
.box{
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
.topadd{
|
||
|
width: 100%;
|
||
|
margin: 0.488281rem 0.097656rem;
|
||
|
button{
|
||
|
background-color: #008CBA; /* Green */
|
||
|
border: none;
|
||
|
border-radius: 8px;
|
||
|
color: white;
|
||
|
padding: 0.097656rem 0.488281rem;
|
||
|
text-align: center;
|
||
|
text-decoration: none;
|
||
|
display: inline-block;
|
||
|
font-size: 0.146484rem;
|
||
|
margin-left: 0.488281rem;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
}
|
||
|
.center{
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
display: flex;
|
||
|
flex-direction:column;
|
||
|
span{
|
||
|
font-size: 0.097656rem;
|
||
|
margin-left: 0.195313rem;
|
||
|
}
|
||
|
textarea{
|
||
|
position: relative;
|
||
|
left: 60%;
|
||
|
}
|
||
|
.one{
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|
||
|
.upload{
|
||
|
width: 20%;
|
||
|
height: 20%;
|
||
|
.uploadingimg{
|
||
|
width: 20%;
|
||
|
height: 10%;
|
||
|
// background: url('../../../assets/images/upload2.png') no-repeat center center;
|
||
|
|
||
|
position: absolute;
|
||
|
left: 0.390625rem;
|
||
|
bottom: 80px;
|
||
|
//border: 1px dashed gray;
|
||
|
border-radius:3px;
|
||
|
img{
|
||
|
margin-left: 0.195313rem;
|
||
|
margin-top: 0.048828rem;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.image{
|
||
|
// position: absolute;
|
||
|
// top: 199px;
|
||
|
// left: 160px;
|
||
|
// width: 299px;
|
||
|
// height: 170px;
|
||
|
input{
|
||
|
width: 0.976563rem;
|
||
|
height: 0.683594rem;
|
||
|
position: absolute;
|
||
|
left: 60px;
|
||
|
bottom: 0.244141rem;
|
||
|
opacity: 0;
|
||
|
margin-top: 0.048828rem;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
// opacity:0;
|
||
|
|
||
|
}
|
||
|
}
|