|
@@ -599,14 +599,25 @@ page {
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
left: 0px;
|
|
left: 0px;
|
|
top: 0px;
|
|
top: 0px;
|
|
- background-color: rgba(112, 112, 112, 0.5);
|
|
|
|
|
|
+ background-color: rgba(0, 0, 0, 0.8);
|
|
z-index: 99;
|
|
z-index: 99;
|
|
.share-img{
|
|
.share-img{
|
|
position: absolute;
|
|
position: absolute;
|
|
- top: 0px;
|
|
|
|
- right: 0px;
|
|
|
|
- width: 454px;
|
|
|
|
- height: 496px;
|
|
|
|
|
|
+ top: 54px;
|
|
|
|
+ right: 58px;
|
|
|
|
+ width: 575px;
|
|
|
|
+ height: 453px;
|
|
|
|
+ }
|
|
|
|
+ .btn{
|
|
|
|
+ position: absolute;
|
|
|
|
+ left: 238px;
|
|
|
|
+ bottom: 354px;
|
|
|
|
+ width: 274px;
|
|
|
|
+ height: 96px;
|
|
|
|
+ border-radius: 48px;
|
|
|
|
+ border: solid 2px greenyellow;
|
|
|
|
+ color: greenyellow;
|
|
|
|
+ font-size: 28px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
textarea::-webkit-scrollbar{
|
|
textarea::-webkit-scrollbar{
|