You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
156 lines
3.0 KiB
156 lines
3.0 KiB
.flex_box_center___KO-hX {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___1pDht {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___w0zKf {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___1mi35 {
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
-webkit-justify-content: flex-end;
|
|
-webkit-align-items: center;
|
|
-webkit-box-align: center;
|
|
-webkit-box-pack: end;
|
|
box-align: center;
|
|
box-pack: end;
|
|
}
|
|
.flex_box_column___2lWkX {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.bg___3a1Hm {
|
|
background: white;
|
|
}
|
|
.containerTitle___3z9eN {
|
|
height: 88px;
|
|
line-height: 88px;
|
|
font-size: 18px;
|
|
padding: 0 30px;
|
|
color: #333;
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
.containerDesc___16Cd2 {
|
|
height: 80px;
|
|
line-height: 80px;
|
|
padding: 0 30px;
|
|
display: box;
|
|
display: flex;
|
|
}
|
|
.containerDesc___16Cd2 p:nth-child(1) {
|
|
flex: 1 1;
|
|
}
|
|
.listItem___1wCBL {
|
|
padding: 25px 30px 25px 30px;
|
|
background: white;
|
|
margin-top: 20px;
|
|
cursor: pointer;
|
|
}
|
|
.listItem___1wCBL:hover {
|
|
box-shadow: 0 0 10px #ccc;
|
|
}
|
|
.listItem___1wCBL img {
|
|
width: 50px;
|
|
height: 50px;
|
|
border-radius: 50px;
|
|
}
|
|
.title___2fzaI {
|
|
display: box;
|
|
display: flex;
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.title___2fzaI strong {
|
|
color: #333;
|
|
}
|
|
.titleLeft___1b1ZV {
|
|
flex: 1 1;
|
|
}
|
|
.titleRight___2zLBT a {
|
|
margin-right: 20px;
|
|
font-weight: bold;
|
|
}
|
|
.acitons___O8Z_0 {
|
|
height: 70px;
|
|
background: white;
|
|
margin-top: 20px;
|
|
display: box;
|
|
display: flex;
|
|
align-items: center;
|
|
box-align: center;
|
|
padding: 0 30px;
|
|
}
|
|
.acitons___O8Z_0 > div:nth-child(1) {
|
|
flex: 1 1;
|
|
}
|
|
.acitons___O8Z_0 > div:nth-child(2) {
|
|
display: box;
|
|
display: flex;
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.acitons___O8Z_0 > div:nth-child(2) p {
|
|
cursor: pointer;
|
|
color: #999;
|
|
}
|
|
.acitons___O8Z_0 > div:nth-child(2) p:hover {
|
|
color: #333;
|
|
}
|
|
.acitons___O8Z_0 > div:nth-child(2) p span {
|
|
position: relative;
|
|
padding: 0 20px;
|
|
}
|
|
.acitons___O8Z_0 > div:nth-child(2) p span:after {
|
|
content: '';
|
|
width: 1px;
|
|
height: 10px;
|
|
background: #ededed;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 50%;
|
|
margin-top: -5px;
|
|
}
|
|
.acitons___O8Z_0 > div:nth-child(2) p:nth-last-child(1) span {
|
|
padding-right: 0;
|
|
}
|
|
.acitons___O8Z_0 > div:nth-child(2) p:nth-last-child(1) span:after {
|
|
display: none;
|
|
}
|
|
.memberManager___1TWeE {
|
|
-webkit-box-orient: vertical;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
}
|
|
.menu___8mwIY {
|
|
position: relative;
|
|
display: box;
|
|
display: flex;
|
|
align-items: center;
|
|
box-align: center;
|
|
border-bottom: 1px solid #f0f0f0;
|
|
}
|
|
.menu___8mwIY > ul {
|
|
flex: 1 1;
|
|
border: 0;
|
|
}
|
|
.menu___8mwIY > ul li {
|
|
height: 74px;
|
|
line-height: 74px;
|
|
margin: 0 15px;
|
|
}
|
|
.menu___8mwIY > div span {
|
|
padding: 0 20px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|