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.

55 lines
1.0 KiB

4 years ago
.add-affix-picture {
display: flex;
flex-direction: column;
}
.add-affix-picture .upload_btn {
background: none repeat scroll 0 0 #00B7EE;
border:none;
color: #FFFFFF;
font-size: 12px;
height: 44px;
}
.add-affix-picture .picture_panel {
margin:10px 0 0 20px;
}
.add-affix-picture .footer {
float: right;
}
.add-affix-picture .upload_btn:hover {
background: none repeat scroll 0 0 #00A2D4;
}
.add-affix-picture .confirm_btn {
float: right;
background: none repeat scroll 0 0 #00B7EE;
border:none;
color: #FFFFFF;
font-size: 16px;
height: 34px;
width: 80px;
margin:0 20px;
}
.add-affix-picture .confirm_btn:hover {
background: none repeat scroll 0 0 #00A2D4;
}
.add-affix-picture .cancle_btn {
float: right;
background: none repeat scroll 0 0 #d40e00;
border:none;
color: #FFFFFF;
font-size: 16px;
height: 34px;
width: 80px;
margin:0 20px;
}
.add-affix-picture .cancle_btn:hover {
background: none repeat scroll 0 0 #d40e00;
}