|
@@ -28,10 +28,41 @@
|
28
|
28
|
// 点击模型弹出框
|
29
|
29
|
.modelInfo {
|
30
|
30
|
position: absolute;
|
31
|
|
- background: rgba(255, 255, 255, 0.17);
|
|
31
|
+ // background: rgba(255, 255, 255, 0.17);
|
|
32
|
+ background-color: #ffffff00;
|
32
|
33
|
border-radius: 10px;
|
33
|
34
|
backdrop-filter: blur(30.5px);
|
34
|
|
- z-index: 9988;
|
|
35
|
+ z-index: 8;
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+ .model-detail {
|
|
39
|
+ // background-color: #fff;
|
|
40
|
+ border-top-left-radius: 10px;
|
|
41
|
+ border-top-right-radius: 10px;
|
|
42
|
+ overflow: hidden;
|
|
43
|
+ .list {
|
|
44
|
+ width: 202px;
|
|
45
|
+ text-align: center;
|
|
46
|
+ height: 30px;
|
|
47
|
+ line-height: 30px;
|
|
48
|
+ font-size: 12px;
|
|
49
|
+ color: #fff;
|
|
50
|
+ background-color: rgba(255, 255, 255, 0.31);
|
|
51
|
+ font-size: 12px;
|
|
52
|
+ font-family: Microsoft YaHei UI;
|
|
53
|
+ font-weight: 700;
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+ }
|
|
57
|
+ .listtitle {
|
|
58
|
+ width: 100%;
|
|
59
|
+ height: 30px;
|
|
60
|
+ display: flex;
|
|
61
|
+ align-items: center;
|
|
62
|
+ background-color: rgba(142, 142, 142, 0.18);
|
|
63
|
+ }
|
|
64
|
+
|
|
65
|
+ }
|
35
|
66
|
|
36
|
67
|
// .model-detail {
|
37
|
68
|
// position: absolute;
|
|
@@ -44,7 +75,6 @@
|
44
|
75
|
// // flex-wrap: wrap;
|
45
|
76
|
// // padding: 10px;
|
46
|
77
|
|
47
|
|
-
|
48
|
78
|
// span {
|
49
|
79
|
// font-size: 16px;
|
50
|
80
|
|
|
@@ -70,4 +100,12 @@
|
70
|
100
|
// }
|
71
|
101
|
// }
|
72
|
102
|
// }
|
73
|
|
-}
|
|
103
|
+}
|
|
104
|
+
|
|
105
|
+// .asd .list:first-child {
|
|
106
|
+// /* Your styles here */
|
|
107
|
+// // border-radius: 10px;
|
|
108
|
+// border-top-left-radius: 10px;
|
|
109
|
+// border-top-right-radius: 10px;
|
|
110
|
+// // background-color: aqua;
|
|
111
|
+// }
|