_set-trend-world.css
3.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
.set-trend-world {
.back {
width: 100%;
height: 100%;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #000;
opacity: 0.65;
z-index: 5;
}
.set-content {
width: 540px;
height: auto;
margin-top: 205px;
margin-left: -270px;
background-color: #fff;
position: fixed;
top: 0;
left: 50%;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
padding-bottom: 35px;
z-index: 5;
.banner {
width: 100%;
height: 240px;
}
.title {
height: 50px;
width: 334px;
background-image: resolve("activity/expand-new/popup-title.png");
background-size: 100%;
background-repeat: no-repeat;
margin: 20px 100px;
}
.trend-world-area {
width: 496px;
height: 65px;
background-color: #d2d2d2;
border-radius: 10px;
margin-left: 22px;
color: #fff;
border: none;
resize: none;
line-height: 65px;
text-align: center;
font-size: 22px;
font-weight: 700;
}
.explain-title {
line-height: 60px;
text-align: center;
display: inline-block;
width: 100%;
font-size: 25px;
font-weight: 700;
}
.explain-main {
text-align: left;
width: 430px;
margin-left: 55px;
line-height: 50px;
margin-bottom: 20px;
height: 0;
overflow: hidden;
font-size: 22px;
.hide-explain {
display: block;
margin: 0 auto;
width: 21px;
height: 26px;
background-image: resolve("activity/expand-new/up.png");
background-size: 100%;
background-repeat: no-repeat;
}
}
.show-explain {
text-align: center;
color: #949494;
.down {
display: block;
margin: 0 auto;
width: 21px;
height: 26px;
background-image: resolve("activity/expand-new/down.png");
background-size: 100%;
background-repeat: no-repeat;
}
}
.btn {
height: 80px;
width: 240px;
margin-left: 20px;
float: left;
line-height: 80px;
text-align: center;
color: #fff;
border-radius: 10px;
}
.withhold {
background-color: #252525;
}
.set-world {
background-color: #e00c0b;
}
}
}
.set-trend-hide {
display: none;
}
.dialog-wrapper {
z-index: 5;
.dialog-box {
border-radius: 8px;
}
.dialog-content {
padding: 64px 60px 40px;
}
}