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.
132 lines
2.2 KiB
132 lines
2.2 KiB
.moop-info {
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
}
|
|
.moop-info .crumb {
|
|
margin: 10px 0 20px 0;
|
|
line-height: 20px;
|
|
}
|
|
.moop-info h2 {
|
|
font-size: 22px;
|
|
line-height: 40px;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
}
|
|
.moop-info .title {
|
|
overflow: hidden;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.moop-info .title a {
|
|
font-size: 14px;
|
|
text-align: right;
|
|
}
|
|
.moop-info-body {
|
|
padding: 30px;
|
|
background: #fff;
|
|
}
|
|
.moop-info-body .attachment {
|
|
list-style: none;
|
|
margin: 10px 0 0 0;
|
|
padding: 0;
|
|
}
|
|
.moop-info-body .attachment .iconfont {
|
|
color: #29bd8b;
|
|
margin-right: 10px;
|
|
}
|
|
.moop-info-body .attachment a {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
color: rgba(0, 0, 0, 0.65);
|
|
}
|
|
.moop-info-body .attachment a span {
|
|
margin-right: 10px;
|
|
}
|
|
.moop-info-body .sum {
|
|
width: 100%;
|
|
color: #999;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
font-size: 14px;
|
|
}
|
|
.moop-info-body .sum span:first-child {
|
|
flex: 1 0 auto;
|
|
}
|
|
.moop-info-body .sum span {
|
|
margin-right: 15px;
|
|
}
|
|
.moop-info-body .desc {
|
|
font-size: 16px;
|
|
flex: 1 0 auto;
|
|
}
|
|
.moop-info-body .desc .flex-container > span {
|
|
flex: 1 0 auto;
|
|
}
|
|
.moop-sub-title {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
margin-bottom: 10px;
|
|
}
|
|
.moop-sub-title img {
|
|
border-radius: 25px;
|
|
margin-right: 15px;
|
|
}
|
|
.praise {
|
|
width: 70px;
|
|
height: 70px;
|
|
background-color: #0152d9;
|
|
border-radius: 50%;
|
|
color: #fff;
|
|
text-align: center;
|
|
margin: 20px auto;
|
|
cursor: pointer;
|
|
line-height: 22px;
|
|
border: 0px solid transparent;
|
|
outline: none;
|
|
display: block;
|
|
}
|
|
.praise span {
|
|
display: block;
|
|
}
|
|
.praise:disabled {
|
|
background: #bcd1e3;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
[class^='label-'] {
|
|
cursor: pointer;
|
|
line-height: 20px;
|
|
height: 20px;
|
|
padding: 0 9px;
|
|
width: 68px;
|
|
text-align: center;
|
|
border-radius: 9px;
|
|
font-size: 12px;
|
|
margin-left: 10px;
|
|
color: #fff;
|
|
}
|
|
|
|
.label-0 {
|
|
background: #fc2b6a;
|
|
}
|
|
|
|
.label-1 {
|
|
background: #ff781b;
|
|
}
|
|
|
|
.label-2 {
|
|
background: #0152d9;
|
|
}
|
|
|
|
.label-3 {
|
|
background: #36c53c;
|
|
}
|