UNPKG

2.38 kBCSSView Raw
1.cooperation-container {
2 width: 100%;
3 height: 100%;
4 box-sizing: border-box;
5 border-radius: 6px;
6 padding: 12px 0px;
7 margin: 0 auto;
8 text-rendering: optimizeLegibility;
9 -webkit-font-smoothing: antialiased;
10 -moz-osx-font-smoothing: grayscale;
11 position: relative;
12}
13
14.cooperation-container .Reply-box {
15 margin-top: 12px;
16 margin-bottom: 12px;
17}
18
19.cooperation-container .Reply-box a:focus, .cooperation-container .Reply-box a:hover {
20 box-shadow: 0 0 0 0;
21}
22
23.cooperation-container .timeline-box {
24 margin-top: 12px;
25}
26
27.cooperation-container .sun-loading-wrapper .sun-loading {
28 top: 180px;
29}
30
31.cooperation-head {
32 position: relative;
33 margin-bottom: 12px;
34 overflow: hidden;
35}
36
37.cooperation-head .line {
38 width: 4px;
39 height: 16px;
40 display: inline-block;
41 background: #0CC0C9;
42 border-radius: 1px;
43 vertical-align: middle;
44}
45
46.cooperation-head .title {
47 display: inline-block;
48 font-family: PingFangSC-Regular;
49 font-size: 14px;
50 color: #0E1114;
51 letter-spacing: 0;
52 margin: 0 10px;
53 line-height: 24px;
54}
55
56.cooperation-head::after {
57 content: '';
58 width: 100%;
59 position: absolute;
60 top: 50%;
61 border: 0.5px dashed #E6E8EB;
62}
63
64.all-options {
65 min-width: 90px;
66 cursor: pointer;
67 font-family: PingFangSC-Regular;
68 font-size: 12px;
69 color: #33383d;
70 margin-bottom: 9px;
71 margin-top: 12px;
72}
73
74.all-options .sc-down {
75 margin-left: 6px;
76 font-size: 12px;
77 display: inline-block;
78 transform: scale(0.7);
79 color: #83898f;
80 vertical-align: middle;
81}
82
83.all-options:hover {
84 color: #1d86f0;
85}
86
87.all-options:hover .sc-down {
88 color: #106ecc;
89}
90
91.rp-body .beisen-phoenix-commentor {
92 min-width: auto;
93}
94
95.rp-container {
96 font-family: PingFangSC-Regular;
97 font-size: 14px;
98 color: #83898F;
99 letter-spacing: 0;
100 line-height: 20px;
101 margin-bottom: 4px;
102}
103
104.rp-container-name {
105 display: inline-block;
106 cursor: pointer;
107 height: 20px;
108 background: #F0F2F5;
109 border-radius: 2px;
110 font-family: PingFangSC-Regular;
111 font-size: 12px;
112 color: #33383D;
113 padding-left: 8px;
114 margin-left: 4px;
115 padding-right: 8px;
116 line-height: 20px;
117}
118
119.rp-container-name .close {
120 line-height: 20px;
121 margin-left: 4px;
122 color: #BFC3C7;
123}
124
125.rp-container-name:hover .close {
126 color: #FF475A;
127}
128
129.rp-container-name:hover {
130 color: #FF475A;
131}
132
133.phoenix-input input {
134 box-shadow: none;
135}
136
137.phoenix-input input:hover {
138 box-shadow: none;
139}