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.
26 lines
491 B
26 lines
491 B
@import '../../../common/css/global';
|
|
#shareImg{
|
|
padding: 10px 15px;
|
|
image{
|
|
display: block;
|
|
width: 100%;
|
|
border-radius: 6px;
|
|
overflow: hidden;
|
|
}
|
|
.save{
|
|
width: 100%;
|
|
height: 44px;
|
|
line-height: 44px;
|
|
color: #FFFFFF;
|
|
text-align: center;
|
|
background: @globalColor;
|
|
box-shadow: 0px 4px 8px 0px rgba(155,155,155,0.7);
|
|
border-radius: 20px;
|
|
margin: 10px 0;
|
|
}
|
|
.tips{
|
|
font-size: 12px;
|
|
color: #888888;
|
|
text-align: center;
|
|
}
|
|
}
|