|
|
@@ -398,14 +398,15 @@ a {
|
|
|
height: 1200px;
|
|
|
top: calc(50% - 600px);
|
|
|
left: calc(50% - 900px); */
|
|
|
- width: 2080px;
|
|
|
+ width: 2400px;
|
|
|
height: 1300px;
|
|
|
top: calc(50% - 660px);
|
|
|
- left: calc(50% - 1080px);
|
|
|
+ left: calc(50% - 1200px);
|
|
|
background: url('../images/alert.png') no-repeat center;
|
|
|
background-color: #133b65;
|
|
|
background-size: 100% 100%;
|
|
|
padding: 100px 60px 50px;
|
|
|
+ border-radius: 55px;
|
|
|
}
|
|
|
.tip-box-img {
|
|
|
position: absolute;
|
|
|
@@ -413,15 +414,16 @@ a {
|
|
|
left: 32.5%; */
|
|
|
/* width: 35%;
|
|
|
height: 30%; */
|
|
|
- width: 2080px;
|
|
|
+ width: 2400px;
|
|
|
height: 1300px;
|
|
|
top: calc(50% - 660px);
|
|
|
- left: calc(50% - 1080px);
|
|
|
+ left: calc(50% - 1200px);
|
|
|
background: url('../images/alert.png') no-repeat center;
|
|
|
background-color: #133b65;
|
|
|
background-size: 100% 100%;
|
|
|
/* padding: 100px 60px 50px; */
|
|
|
padding: 160px 50px 0px 50px ;
|
|
|
+ border-radius: 55px;
|
|
|
}
|
|
|
.tip-box > div {
|
|
|
font-size: 42px;
|
|
|
@@ -453,7 +455,7 @@ a {
|
|
|
.tip-content {
|
|
|
height: 95%;
|
|
|
overflow: auto;
|
|
|
- padding-right: 15px;
|
|
|
+ padding:0 2%;
|
|
|
margin-top: 3%;
|
|
|
}
|
|
|
.tip-content-img {
|
|
|
@@ -474,10 +476,10 @@ a {
|
|
|
left: 32.5%; */
|
|
|
/* width: 35%;
|
|
|
height: 30%; */
|
|
|
- width: 2080px;
|
|
|
+ width: 2400px;
|
|
|
height: 1300px;
|
|
|
top: calc(50% - 660px);
|
|
|
- left: calc(50% - 1080px);
|
|
|
+ left: calc(50% - 1200px);
|
|
|
background: url('../images/alert.png') no-repeat center;
|
|
|
background-color: #133b65;
|
|
|
background-size: 100% 100%;
|