update 调整样式·
This commit is contained in:
@@ -141,7 +141,7 @@
|
||||
if (TabType.diFangYiYuan == item.type) {
|
||||
let { lng, lat } = Map.getMapCenter();
|
||||
Map.getAddressByPoint([lng, lat]).then((text, data) => {
|
||||
console.log('data', data, data.citycode);
|
||||
// console.log('data', data, data.citycode);
|
||||
});
|
||||
Map.removeOverlayGroup();
|
||||
Map.map.on('moveend', logMapinfo);
|
||||
@@ -348,16 +348,15 @@
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
color: #29f1fa;
|
||||
background: url('/@/assets/img/tab-default.png') no-repeat;
|
||||
background-size: 100% 100%;
|
||||
color: #607ddb;
|
||||
background: #cad6fc;
|
||||
border-radius: 8px;
|
||||
cursor: pointer;
|
||||
transition: all 0.3s;
|
||||
|
||||
&.active {
|
||||
color: #fff;
|
||||
background: url('/@/assets/img/tab-active.png') no-repeat;
|
||||
background-size: 100% 100%;
|
||||
background: #7593f8;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -534,7 +533,7 @@
|
||||
display: flex;
|
||||
border-radius: 6px;
|
||||
flex-direction: column;
|
||||
background-color: #fff;
|
||||
background-color: #f3f5ff;
|
||||
box-shadow:
|
||||
0 3px 6px -4px #0000001f,
|
||||
0 6px 16px #00000014,
|
||||
@@ -545,7 +544,7 @@
|
||||
font-size: 12px;
|
||||
font-weight: 400;
|
||||
line-height: 30px;
|
||||
color: #000;
|
||||
color: #607ddb;
|
||||
|
||||
.legend-img {
|
||||
width: 20px;
|
||||
@@ -572,23 +571,25 @@
|
||||
gap: 20px;
|
||||
|
||||
.count-item {
|
||||
//src/assets/images/footer-num.png
|
||||
width: 340px;
|
||||
height: 80px;
|
||||
display: flex;
|
||||
color: #ffffff;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: #00071b;
|
||||
box-shadow: inset 0 0 40px 0 #1b7ef2;
|
||||
border-radius: 4px;
|
||||
background: url('/@/assets/images/footer-num.png') no-repeat;
|
||||
background-size: 100% 100%;
|
||||
border-radius: 14px;
|
||||
|
||||
.num {
|
||||
font-size: 24px;
|
||||
font-weight: 700;
|
||||
color: #3f59ae;
|
||||
}
|
||||
|
||||
.text {
|
||||
color: #607ddb;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user