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.
149 lines
2.0 KiB
149 lines
2.0 KiB
3 years ago
|
.orgName {
|
||
|
font-weight: bold;
|
||
|
width: 100%;
|
||
|
height: 30px;
|
||
|
border-bottom: 1px solid #ECECEC;
|
||
|
text-align: center;
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
|
||
|
.xmtj {
|
||
|
margin-top: 20px;
|
||
|
}
|
||
|
|
||
|
.xmTitle {
|
||
|
width: 95px;
|
||
|
height: 35px;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
border-radius: 5px 40px 40px 5px;
|
||
|
background: #F59A23;
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
.flex {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
margin-right: 15px;
|
||
|
}
|
||
|
|
||
|
.textCenter {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.xmtjItems {
|
||
|
margin: 40px 0 0 20px;
|
||
|
}
|
||
|
|
||
|
.xmtjItem {
|
||
|
width: 25%;
|
||
|
}
|
||
|
|
||
|
.xmtjText {
|
||
|
margin-left: 15px;
|
||
|
}
|
||
|
|
||
|
.textNum {
|
||
|
font-size: 16px;
|
||
|
font-weight: bolder;
|
||
|
}
|
||
|
|
||
|
.textType {
|
||
|
color: #AAAAAA;
|
||
|
}
|
||
|
|
||
|
.xmms {
|
||
|
margin-top: 40px;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
.query {
|
||
|
margin: 20px 0 15px 20px;
|
||
|
}
|
||
|
|
||
|
.tableBox {
|
||
|
border: 1px solid #D7D7D7;
|
||
|
margin: 10px 5px;
|
||
|
border-radius: 5px;
|
||
|
}
|
||
|
|
||
|
.tableTitle {
|
||
|
height: 46px;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
background: #F7F7F7;
|
||
|
border-bottom: 1px solid #D7D7D7;
|
||
|
border-top-left-radius: 5px;
|
||
|
border-top-right-radius: 5px;
|
||
|
}
|
||
|
|
||
|
.titleYear {
|
||
|
background: #47DE99;
|
||
|
padding: 3px 10px;
|
||
|
border-radius: 10px;
|
||
|
color: #fff;
|
||
|
margin-left: 15px;
|
||
|
}
|
||
|
|
||
|
.titleText {
|
||
|
margin-left: 10px;
|
||
|
}
|
||
|
|
||
|
.tableContent {
|
||
|
height: 123px;
|
||
|
}
|
||
|
|
||
|
.content {
|
||
|
height: 41px;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
|
||
|
.contentItem {
|
||
|
margin-left: 20px;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
width: 30%;
|
||
|
}
|
||
|
|
||
|
.contentItemBottom {
|
||
|
margin-left: 20px;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.itemIcon {
|
||
|
margin-right: 5px;
|
||
|
}
|
||
|
|
||
|
.itemTitle {
|
||
|
color: #AAAAAA;
|
||
|
}
|
||
|
|
||
|
.docItems {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
.docItem {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
margin-right: 20px;
|
||
|
}
|
||
|
|
||
|
.docItemIcon {
|
||
|
margin-right: 5px;
|
||
|
}
|
||
|
|
||
|
.iconGreen {
|
||
|
color: #009688;
|
||
|
}
|
||
|
|
||
|
.iconRed {
|
||
|
color: #FF5722;
|
||
|
font-size: 18px;
|
||
|
}
|