|
@@ -536,7 +536,7 @@ a {
|
|
|
.tip2-list {
|
|
|
height: 100%;
|
|
|
display: grid;
|
|
|
- grid-template-rows: repeat(3, minmax(0, 1fr));
|
|
|
+ grid-template-rows: repeat(5, minmax(0, 1fr));
|
|
|
background-color: #04224c;
|
|
|
padding: 0 10px;
|
|
|
}
|
|
@@ -547,7 +547,8 @@ a {
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
}
|
|
|
-.tip2-list > div:nth-child(2) {
|
|
|
+.tip2-list > div:nth-child(2),
|
|
|
+.tip2-list > div:nth-child(4) {
|
|
|
border-top: 1px solid #69c0ff;
|
|
|
border-bottom: 1px solid #69c0ff;
|
|
|
}
|
|
@@ -622,10 +623,13 @@ a {
|
|
|
height: 30px;
|
|
|
position: absolute;
|
|
|
left: calc(50% - 100px);
|
|
|
- bottom: 5%;
|
|
|
+ bottom: 17%;
|
|
|
font-weight: bold;
|
|
|
color: #2cb7e0;
|
|
|
}
|
|
|
+.total3 {
|
|
|
+ bottom: 15%;
|
|
|
+}
|
|
|
.tipb {
|
|
|
z-index: 9999999999;
|
|
|
position: fixed;
|