|
@@ -143,20 +143,20 @@
|
|
|
|
|
|
.popup-main {
|
|
.popup-main {
|
|
position: absolute;
|
|
position: absolute;
|
|
- left: 3rem;
|
|
|
|
|
|
+ left: 10rem;
|
|
top: 90rem;
|
|
top: 90rem;
|
|
// height: 490rem;
|
|
// height: 490rem;
|
|
|
|
|
|
height: calc((100% - 115rem) / 3);
|
|
height: calc((100% - 115rem) / 3);
|
|
width: 350rem;
|
|
width: 350rem;
|
|
// padding: 10rem;
|
|
// padding: 10rem;
|
|
- // z-index: 1000;
|
|
|
|
|
|
+ z-index: 11;
|
|
font-size: 16rem;
|
|
font-size: 16rem;
|
|
color: white;
|
|
color: white;
|
|
user-select: none;
|
|
user-select: none;
|
|
animation-name: slide-left;
|
|
animation-name: slide-left;
|
|
animation-duration: .8s;
|
|
animation-duration: .8s;
|
|
- background-color: rgba(5, 45, 115, 0.7) !important;
|
|
|
|
|
|
+ // background-color: rgba(5, 45, 115, 0.7) !important;
|
|
|
|
|
|
//头部背景图
|
|
//头部背景图
|
|
.header {
|
|
.header {
|