You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
1.3 KiB
CSS
76 lines
1.3 KiB
CSS
/* 颜色 */
|
|
.color_0 {
|
|
color: #000000;
|
|
}
|
|
.color_1 {
|
|
color: #333333;
|
|
}
|
|
.color_2 {
|
|
color: #666666;
|
|
}
|
|
.color_3 {
|
|
color: #999999;
|
|
}
|
|
.bg_active_1 {
|
|
background: #ebf3ff;
|
|
}
|
|
/* 标题 */
|
|
.h1 {
|
|
color: #000000;
|
|
font-weight: bold;
|
|
font-size: 20px;
|
|
font-family: PingFang SC, PingFang SC;
|
|
font-style: normal;
|
|
line-height: 23px;
|
|
text-align: left;
|
|
text-transform: none;
|
|
}
|
|
.head4 {
|
|
color: #333333;
|
|
font-weight: bold;
|
|
font-size: 18px;
|
|
font-family: PingFang SC, PingFang SC;
|
|
font-style: normal;
|
|
line-height: 22px;
|
|
text-align: left;
|
|
text-transform: none;
|
|
}
|
|
.head5 {
|
|
color: #333333;
|
|
font-weight: bold;
|
|
font-size: 16px;
|
|
font-family: PingFang SC, PingFang SC;
|
|
font-style: normal;
|
|
line-height: 19px;
|
|
text-align: left;
|
|
text-transform: none;
|
|
}
|
|
/* 段落 */
|
|
.p1 {
|
|
color: #666666;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
font-family: PingFang SC, PingFang SC;
|
|
font-style: normal;
|
|
line-height: 22px;
|
|
text-align: left;
|
|
text-transform: none;
|
|
}
|
|
.gn_list_card_title {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.gn_list_card_title span:nth-child(1) {
|
|
width: 2px;
|
|
height: 16px;
|
|
margin-right: 8px;
|
|
background: #154ddd;
|
|
}
|
|
.gn_list_card_title span:nth-child(2) {
|
|
color: #333333;
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
font-family: PingFang SC, PingFang SC;
|
|
line-height: 22px;
|
|
}
|