|
@@ -1,17 +1,18 @@
|
|
|
-.B1Village{
|
|
|
+.B1Village {
|
|
|
position: relative;
|
|
|
- :global{
|
|
|
- .B1toTab3{
|
|
|
+
|
|
|
+ :global {
|
|
|
+ .B1toTab3 {
|
|
|
position: absolute;
|
|
|
bottom: 90px;
|
|
|
right: 90px;
|
|
|
cursor: pointer;
|
|
|
- width: 104px;
|
|
|
- height: 111px;
|
|
|
+ width: 80px;
|
|
|
+ height: 90px;
|
|
|
background-image: url('../../assets/img/tab2/btn_active.png');
|
|
|
background-size: 100% 100%;
|
|
|
color: var(--themeColor2);
|
|
|
- font-size: 20px;
|
|
|
+ font-size: 18px;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
@@ -47,8 +48,7 @@
|
|
|
margin-top: 15px;
|
|
|
width: 122px;
|
|
|
height: 124px;
|
|
|
- background: url("../../assets/img/icon_address_normal@2x.png") no-repeat center /
|
|
|
- contain;
|
|
|
+ background: url("../../assets/img/icon_address_normal@2x.png") no-repeat center / contain;
|
|
|
}
|
|
|
|
|
|
.hotspotActive .hotspotLabel {
|