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.
38 lines
585 B
38 lines
585 B
|
2 months ago
|
|
||
|
|
.uploadbtn {
|
||
|
|
background-color: #FF5725;
|
||
|
|
height: 44px;
|
||
|
|
font-size: 16px;
|
||
|
|
color: #FFFFFF;
|
||
|
|
line-height: 44px;
|
||
|
|
width: calc(100% - 30px);
|
||
|
|
margin-left: 15px;
|
||
|
|
position: absolute;
|
||
|
|
bottom: 20px;
|
||
|
|
border-radius: 4px;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
.images {
|
||
|
|
margin-left: 15px;
|
||
|
|
margin-top: 20px;
|
||
|
|
}
|
||
|
|
.uploadback {
|
||
|
|
width: 76px;
|
||
|
|
height: 76px;
|
||
|
|
margin-right: 10px;
|
||
|
|
}
|
||
|
|
page {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
background-color: rgba(247, 247, 247, 100);
|
||
|
|
}
|
||
|
|
.title {
|
||
|
|
color: rgba(152, 152, 152, 1);
|
||
|
|
font-size: 13px;
|
||
|
|
width: calc(100% - 30px);
|
||
|
|
margin-left: 15px;
|
||
|
|
margin-top: 20px;
|
||
|
|
font-size: 13px;
|
||
|
|
}
|
||
|
|
|