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.
NewEduCoderBuild/p__Materials__ItemAssets__i...

231 lines
6.9 KiB

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Materials/ItemAssets/index.less?modules ***!
\*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.total_div___wGaGN {
height: 105px;
margin-bottom: 20px;
margin-top: 20px;
margin-right: 20px;
background: url("/images/materials/bg.png") no-repeat;
background-size: 100% 100%;
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
border-radius: 2px;
display: flex;
align-items: center;
justify-content: space-around;
}
.total_div___wGaGN .item_div___adzHR {
display: flex;
align-items: center;
flex: 1 1;
justify-content: center;
position: relative;
}
.total_div___wGaGN .item_div___adzHR::after {
content: " ";
position: absolute;
right: 0;
top: 50%;
margin-top: -22px;
width: 1px;
height: 45px;
border: 1px solid #7791C8;
}
.total_div___wGaGN .item_div___adzHR:nth-last-child(1)::after {
display: none;
}
.total_div___wGaGN .num___c2NNy {
font-weight: 600;
font-size: 20px;
color: #fff;
}
.total_div___wGaGN .name___w9UHu {
font-weight: 400;
font-size: 12px;
color: rgba(255, 255, 255, 0.8);
}
.header_div___adcYr {
height: 60px;
display: flex;
}
.header_div___adcYr .header_title___HtOnM {
height: 38px;
font-size: 16px;
font-family: PingFangSC, PingFang SC;
font-weight: 500;
color: #000000;
line-height: 38px;
}
.search_params___NeBae {
display: flex;
margin-top: 5px;
margin-right: 20px;
}
.search_params___NeBae .search___P8Wal {
margin-left: 20px;
display: flex;
align-items: center;
overflow: hidden;
height: 38px;
width: 300px !important;
border: none;
}
.search_params___NeBae .search___P8Wal span[class~='ant-input-search-icon'] {
display: none;
}
.search_params___NeBae .search___P8Wal [class~='ant-input-affix-wrapper'] {
background: #17378A;
box-shadow: inset 0px 1px 3px 0px rgba(29, 29, 29, 0.5);
border-radius: 4px;
border: none;
}
.search_params___NeBae .search___P8Wal [class~='ant-input-affix-wrapper'] input {
background: none;
color: #90AAFF;
}
.search_params___NeBae .search___P8Wal [class~='ant-input-affix-wrapper'] input::-webkit-input-placeholder {
color: #90AAFF;
}
.search_params___NeBae .search___P8Wal [class~='ant-input-affix-wrapper'] {
outline: none !important;
border: none !important;
box-shadow: none !important;
}
.search_params___NeBae .search___P8Wal span[class~='ant-input-group-addon'] {
display: none;
}
.search_params___NeBae .search___P8Wal .searchIcon___dssPn {
margin-right: 0px;
cursor: pointer;
color: rgba(255, 255, 255, 0.6);
}
.search_params___NeBae .search___P8Wal input {
background-color: #f6f7f9;
}
.search_params___NeBae [class~='ant-form-item'] [class~='ant-form-item-label'] {
text-align: right !important;
}
.search_params___NeBae [class~='ant-form-item'] [class~='ant-form-item-label'] label {
color: #90AAFF !important;
display: block !important;
height: 36px !important;
line-height: 36px !important;
}
.search_params___NeBae [class~='ant-select-selector'] {
height: 36px !important;
}
.search_params___NeBae [class~='ant-picker'] {
height: 36px !important;
}
.search_params___NeBae [class~='ant-select-selection-item'] {
line-height: 34px !important;
}
.search_params___NeBae [class~="ant-select-selector"] {
background: #17378A !important;
box-shadow: inset 0px 1px 3px 0px rgba(29, 29, 29, 0.5) !important;
border-radius: 4px !important;
border: none !important;
color: #90AAFF;
}
.search_params___NeBae .clear_Data___kluFq {
width: 60px;
height: 32px;
background: #3061D0;
box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
border-radius: 2px;
font-size: 14px;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
color: #FFFFFF;
line-height: 32px;
margin-left: auto;
text-align: center;
cursor: pointer;
margin-top: 2px;
}
.content_wrp___GHx7i {
padding: 20px;
background: #B2BDF9;
border-radius: 4px;
margin-right: 20px;
}
.content_list___NHPs3 {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 20px;
/* 设置元素之间的间距 */
border-radius: 4px;
}
.content_list___NHPs3 .content___bnAdb {
max-width: calc((100% - (5 - 1) * 20px) / 5);
flex: 1 1;
background: #FFFFFF;
box-shadow: 0px 2px 4px 0px #D6DAE1;
border-radius: 8px;
cursor: pointer;
position: relative;
}
.content_list___NHPs3 .content___bnAdb .content_img___JcG9s {
position: relative;
}
.content_list___NHPs3 .content___bnAdb .content_img___JcG9s img {
width: 100%;
height: auto;
border-radius: 8px 8px 0px 0px;
}
.content_list___NHPs3 .content___bnAdb .content_img___JcG9s .content_id____MjKu {
height: 26px;
line-height: 26px;
background: linear-gradient(270deg, #042A70 0%, #020B3E 100%);
border-radius: 0px 15px 0px 0px;
color: #FFE7C8;
font-size: 12px;
font-weight: 400;
font-style: normal;
padding-left: 12px;
padding-right: 16px;
position: absolute;
left: 0;
bottom: 0;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}
.content_list___NHPs3 .content___bnAdb .content_name___skRS6 {
height: 26px;
font-size: 16px;
font-family: PingFangSC, PingFang SC;
font-weight: 600;
color: #20232B;
line-height: 26px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
margin-top: 10px;
margin-bottom: 5px;
padding: 0 15px;
}
.content_list___NHPs3 .content___bnAdb .content_params___SWH5G {
padding: 5px 15px;
display: flex;
}
.content_list___NHPs3 .content___bnAdb .content_params___SWH5G .params_title___rnmZq {
max-width: 80px;
color: #999999;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
font-size: 12px;
display: flex;
}
.content_list___NHPs3 .content___bnAdb .content_params___SWH5G .params_content___PcdlN {
color: #000F37;
width: 135px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
font-size: 12px;
}