{{ item.name }}
@@ -2321,14 +2321,12 @@ export default {
&.type-pop-box {
width: 640px;
height: 181px;
- background: inherit;
background-color: rgba(255, 255, 255, 1);
border: 1px solid rgba(235, 235, 235, 1);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.0784313725490196);
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.0784313725490196);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.0784313725490196);
padding: 30px;
-
position: absolute;
top: 58px;
@@ -2479,37 +2477,18 @@ export default {
overflow: auto;
padding-top: 16px;
- /*滚动条样式*/
- &::-webkit-scrollbar {
- width: 8px;
- }
-
- &::-webkit-scrollbar-thumb {
- border-radius: 10px;
- box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
- background: rgba(242, 242, 242, 1);
- }
-
- &::-webkit-scrollbar-track {
- box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
- border-radius: 0;
- background: transparent;
- }
-
.area-item {
height: 70px;
-
cursor: pointer;
-
- &:not(:last-of-type) {
- border-bottom: 1px solid rgba(242, 242, 242, 1);
- }
-
margin-right: 5px;
color: #555;
font-size: 16px;
justify-content: space-between;
+ &:not(:last-of-type) {
+ border-bottom: 1px solid rgba(242, 242, 242, 1);
+ }
+
&.pitchpitch {
color: #62B1FF;
@@ -2558,23 +2537,6 @@ export default {
background-color: red;
}
- /*滚动条样式*/
- &::-webkit-scrollbar {
- width: 8px;
- }
-
- &::-webkit-scrollbar-thumb {
- border-radius: 10px;
- box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
- background: rgba(242, 242, 242, 1);
- }
-
- &::-webkit-scrollbar-track {
- box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
- border-radius: 0;
- background: transparent;
- }
-
.target-area-item {
margin-bottom: 20px;
@@ -2596,8 +2558,6 @@ export default {
border-radius: 4px;
background-color: rgba(255, 215, 82, 1);
}
-
-
}
.box {
@@ -2723,23 +2683,6 @@ export default {
padding: 10px 30px;
overflow: auto;
- /*滚动条样式*/
- &::-webkit-scrollbar {
- width: 8px;
- }
-
- &::-webkit-scrollbar-thumb {
- border-radius: 10px;
- box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
- background: rgba(242, 242, 242, 1);
- }
-
- &::-webkit-scrollbar-track {
- box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
- border-radius: 0;
- background: transparent;
- }
-
.residential-item {
height: 60px;
cursor: pointer;
diff --git a/src/views/user.vue b/src/views/user.vue
index 194ffda..70387b5 100644
--- a/src/views/user.vue
+++ b/src/views/user.vue
@@ -23,7 +23,7 @@