41 lines
682 B
Plaintext
41 lines
682 B
Plaintext
/* pages/certificate/certificate.wxss */
|
|
.centent {
|
|
width: 598rpx;
|
|
margin: 20rpx auto;
|
|
}
|
|
|
|
.centent image {
|
|
width: 598rpx;
|
|
height: 989rpx;
|
|
margin: auto;
|
|
display: block;
|
|
}
|
|
|
|
.share-content{
|
|
width: 750rpx;
|
|
height: 120rpx;
|
|
box-shadow: 0 -10rpx 10rpx rgba(0,0,0,.1);
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: ;
|
|
}
|
|
.share {
|
|
width:700rpx!important;
|
|
height: 80rpx!important;
|
|
line-height: 80rpx !important;
|
|
padding: 0!important;
|
|
margin: 10px auto!important;
|
|
text-align: center;
|
|
color: #fff;
|
|
background: #4bb547;
|
|
font-size: 28rpx !important;
|
|
border-radius: 10rpx;
|
|
}
|
|
|
|
.share image{
|
|
width: 33rpx;
|
|
height: 33rpx;
|
|
/* float: left; */
|
|
vertical-align:middle;
|
|
padding: 0 5rpx;
|
|
} |