.head_tle { font-size: 18px; font-weight: bold; } .time-select { border: 1px solid rgb(49, 167, 255); height: 30px; width: 261px; display: flex; align-items: center; border-radius: 4px; } .time-select-item { height: 100%; flex: 1; display: flex; justify-content: center; align-items: center; border-right: 1px solid rgb(49, 167, 255); color: rgb(49, 167, 255); cursor: pointer; } .time-select-item-ac { background-color: rgb(49, 167, 255); color: #ffffff; } .time-select-item:last-child { border-right: none; } .time-update { height: 30px; line-height: 30px; } .time-update { display: flex; align-items: center; } .time-update span { margin: 0 8px; color: #999999; font-size: 14px; } .time-update i { cursor: pointer; } .common-tle { display: flex; align-items: center; } .common-tle-be { display: flex; align-items: center; justify-content: space-between; } .common-tle-icon { position: relative; width: 35px; height: 15px; } .common-tle-icon::after { content: ''; position: absolute; width: 15px; height: 15px; background-color: rgb(49, 167, 255); border-radius: 50%; z-index: 99; } .common-tle-icon::before { content: ''; position: absolute; left: 10px; width: 15px; height: 15px; background-color: rgb(49, 167, 255, 0.7); border-radius: 50%; z-index: 1; } .common-tle-txt { font-family: "微软雅黑 Bold", "微软雅黑 Regular", 微软雅黑; font-weight: 700; font-style: normal; color: rgb(102, 102, 102); } .overview_item { width: 100%; min-height: 115px; border-radius: 10px; display: flex; padding: 20px; box-sizing: border-box; cursor: pointer; } .overview_item_left { height: 100%; } .overview_item_left >img { width: 20px; height: 20px; } .overview_item_right { color: #ffffff; margin-left: 10px; } .overview_item img { height: 20px; width: 20px; display: block; margin-top: 3px; } .overview_item_right_num { font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑'; font-weight: 700; font-size: 28px; margin: 5px 0; } .warning_item { display: flex; justify-content: space-between; padding: 10px 20px 10px 0px; box-sizing: border-box; } .warning_item_left { width: 50%; } .warning_item_right { width: 50%; display: flex; justify-content: end; } .tips { font-family: '方正小标宋_GBK'; font-weight: 400; font-style: normal; font-size: 16px; color: rgb(245, 108, 108); width: 30%; text-align: right; margin-left: 5px; } .warning_item_right div { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .table_nav { display: flex; flex-direction: column; } .table_head { display: flex; text-align: center; font-family: '微软雅黑'; font-weight: 400; font-style: normal; font-size: 13px; color: #999999; height: 30px; } .supplier_table_head { display: flex; text-align: center; font-family: '微软雅黑'; font-weight: 700; font-style: normal; font-size: 15px; height: 40px; color: #666666; } .table_body { flex: 1; overflow: auto; } .supplier_table_body { flex: 1; overflow: auto; } .supplier_table_body::-webkit-scrollbar { display: none; /* 针对Webkit浏览器 */ } .table_body::-webkit-scrollbar { display: none; /* 针对Webkit浏览器 */ } .table_body_item { display: flex; padding: 10px 0; text-align: center; cursor: pointer; } .supplier_table_body_item { display: flex; padding: 10px 0; cursor: pointer; } .supplier_table_body_item > div { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: flex; align-items: center; justify-content: center; } .table_body_item > div { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: center; } .table_body_item:hover { background-color: rgba(238, 242, 243); } .serialNumber { width: 24px; height: 24px; color: #ffffff; border-radius: 4px; display: inline-flex; justify-content: center; } .plan_tips { height: 30px; text-align: center; } .plan_tips span { font-family: 'Montserrat Bold', 'Montserrat'; font-weight: 700; font-size: 24px; text-decoration: none; color: #FBAF4F; } .purchase_tips { color: #409EFF; font-size: 18px; text-align: center; height: 30px; } .table_img_nav { display: flex; padding-left: 20px; box-sizing: border-box; } .table_img_nav img { display: block; width: 60px; height: 60px; margin-right: 20px; } .table_img_txt { flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .table_img_txt > div { width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } #time_range_id { height: 32px; width: 330px; border: 1px solid #409EFF; cursor: pointer; }