personal.css
1.1 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
/* 选课 */
.cell_color {
color: #34485e;
}
/* 操作 */
.operation,
.operation2 {
width: 114px;
height: 38px;
border-radius: 3px;
line-height: 38px;
border: 1px solid #409eff;
float: left;
text-align: center;
}
.operation {
background-color: #409eff;
color: #fff;
margin: 0 25px 0 50px;
}
.cell_wrap {
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.comment_content {
border-top: 1px solid #f1f1f1;
padding: 16px 24px;
}
/* 按钮 */
.active_btn {
width: 180px;
height: 40px;
text-align: center;
line-height: 40px;
border-radius: 3px;
color: #fff;
font-size: 14px;
background-color: #409eff;
margin: 26px auto 6px;
}
/* 活动弹窗 */
.comment_single {
font-size: 16px;
color: #5b5e63;
line-height: 32px;
}
.active_title,
.active_content {
float: left;
text-align: left;
}
.active_title {
width: 96px;
}
.active_color {
font-size: 14px;
color: #8c9198;
}
.active_three {
line-height: 22px;
width: 430px;
margin-top: 6px;
}
.signed {
background-color: #A4C7FF
}