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.
35 lines
631 B
35 lines
631 B
@import '../../../common/css/global';
|
|
#shareImg {
|
|
|
|
.img-box {
|
|
padding: 10px 15px;
|
|
}
|
|
image {
|
|
width: 100%;
|
|
border-radius:6px;
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
margin-bottom: 80px;
|
|
}
|
|
.btn-box {
|
|
position: fixed;
|
|
bottom: 0;
|
|
width: 100%;
|
|
background: #ffffff;
|
|
padding: 10px 0;
|
|
text-align: center;
|
|
|
|
.btn {
|
|
color: #ffffff;
|
|
font-size: 16px;
|
|
display: inline-block;
|
|
text-align: center;
|
|
height: 44px;
|
|
line-height: 44px;
|
|
background: @globalColor;
|
|
padding: 2px 30px;
|
|
margin: 0 auto;
|
|
border-radius: 44px;
|
|
}
|
|
}
|
|
}
|