UNPKG

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