@@ -34,8 +34,8 @@
left: 50%;
transform: translateX(-50%);
cursor: pointer;
- width: 100px;
- height: 31px;
+ width: 120px;
+ height: 36px;
z-index: 10;
background-size: 100% 100%;
background-image: url('../../assets/img/btn.png');
@@ -43,6 +43,7 @@
transition: all 0.3s;
.BIBtxt {
+ font-size: 18px;
position: absolute;
top: 0;
left: 0;
@@ -12,7 +12,7 @@
width: 100%;
height: 100%;
- background-image: url('../../assets/img/btn.png');
+ background-image: url('../../assets/img/next.png');
color: #fffddc;
font-size: 16px;
@@ -25,7 +25,7 @@
font-size: 14px;
}
&:hover {
- background-image: url('../../assets/img/btnAc.png');
+ background-image: url('../../assets/img/nextAc.png');
color: #b67150;
@@ -32,9 +32,9 @@
.A1lodingBtn {
- bottom: 4%;
+ bottom: 3%;
@@ -49,7 +49,7 @@
display: flex;
justify-content: center;
align-items: center;
- font-size: 16px;
+ font-size: 20px;
background-image: url('../../assets/img/btnAc.png');
height: auto;
- margin-top: 30px;
+ margin-top: 10px;
@@ -42,6 +42,7 @@
background-image: url('../../../assets/img/btn.png');