123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- :deep(.el-pagination.is-background .el-pager li.is-active){
- background-color: #003eee!important;
- }
- :deep(.el-sub-menu__title){
- background: #003eee;
- color: #fff;
- }
- :deep(.el-table__header thead tr th){
- background: #003eee !important;
- color: #fff;
- height: 50px;
- line-height: 50px;
- font-weight: normal;
- }
- :deep(.el-table__header thead tr th:first-child){
- border-top-left-radius: 9px;
- }
- :deep(.el-table__body tbody .el-table__row td){
- background-color: transparent;
- }
- :deep(.el-dialog__footer){
- text-align: center;
- }
- .normalTit{
- width: 158px;
- height: 42px;
- margin: 0 auto 10px auto;
- background: #ffffff;
- border: 1px solid #dbe7ec;
- border-radius: 6px;
- box-sizing: border-box;
- padding:9px 6px;
- text-align: center;
- span{
- font-size: 16px;
- font-family: PingFang SC, PingFang SC-Medium;
- font-weight: 500;
- color: #000000;
- background: #e2eaf9;
- border-radius: 4px;
- padding: 5px 15px;
- }
- }
- .marstReview{
- border-bottom: 1px solid #dee8ff;
- }
- .blueBg {
- background: #F1F7FF;
- }
- .whiteBG {
- background: #fff;
- }
- .singlepart {
- background-color: rgba($color: #ffffff, $alpha: 0.2);
- color: #fff;
- }
- .tableList {
- overflow-x: scroll;
- }
- .tableList_title {
- font-size: 14px;
- color: #fff;
- }
- .listMain {
- max-height: 600px;
- overflow-y: auto;
- }
- .listMain_title {
- font-size: 16px;
- color: #fff;
- background: #003eee;
- overflow-y: auto;
- }
- .singleT {
- flex: 1;
- font-size: 14px;
- line-height: 50px;
- width: fit-content;
- text-align: center;
- background: #003eee;
- }
- .singleT:first-child {
- border-top-left-radius: 5px;
- }
- .singleT:last-child {
- border-top-right-radius: 5px;
- }
- .singleD {
- flex: 1;
- }
- .singleTSec {
- width: fit-content;
- flex: 1;
- line-height: 60px;
- text-align: center;
- }
- .singleTSecDif {
- background-color: #fff;
- border-right: 1px solid #dee8ff;
- }
- .left_chart{
- border-right: 1px solid #dee8ff;
- }
- .left_chart,right_chart{
- width: fit-content;
- flex: 1;
- }
- .mainShow_single {
- margin-bottom:30px;
- }
- .mainShow_single:last-child {
- margin-bottom:0!important;
- }
- .mainShow_single p{
- font-size: 14px;
- font-family: PingFang SC, PingFang SC-Regular;
- font-weight: bold;
- text-align: left;
- color: #000000;
- letter-spacing: -0.01px;
- margin-bottom:10px;
- }
- .mainShow_single ul{
- display:flex;
- }
- .mainShow_single ul li{
- font-size: 14px;
- font-family: PingFang SC, PingFang SC-Regular;
- font-weight: 400;
- text-align: left;
- color: #000000;
- letter-spacing: -0.01px;
- margin-right:10px;
- margin-bottom: 10px;
- border: 1px dashed #414141;
- padding: 5px;
- }
- .mainShow_single ul li span{
- margin-right: 5px;
- }
|