|
@@ -83,6 +83,11 @@ input:-ms-input-placeholder{ /* Internet Explorer 10-11 */
|
|
|
border-radius: 10px;
|
|
|
z-index: 999;
|
|
|
background: rgba(0, 0, 0, 0.37) !important;
|
|
|
+ svg {
|
|
|
+ path {
|
|
|
+ stroke-width: 1;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.mobile {
|
|
@@ -106,5 +111,5 @@ input:-ms-input-placeholder{ /* Internet Explorer 10-11 */
|
|
|
}
|
|
|
// 视野
|
|
|
#ele1 path {
|
|
|
- fill: rgba(117, 31, 17, 0.61);
|
|
|
+ fill: rgba(117, 31, 17, 0.8);
|
|
|
}
|