123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437 |
- .mt10 {
- margin-top: 10px;
- }
- .mt20 {
- margin-top: 20px;
- }
- .mt40 {
- margin-top: 40px;
- }
- .mt100 {
- margin-top: 100px;
- }
- .mb10 {
- margin-bottom: 10px;
- }
- .ml10 {
- margin-left: 10px;
- }
- .txt-center {
- text-align: center;
- }
- .wrap {
- width: 1200px;
- margin: 0 auto;
- }
- @media screen and (max-width: 1024px) {
- .wrap {
- width: 100%;
- margin: 0;
- }
- }
- @media screen and (min-width:600px) and (max-width:1024px) {
- .activeTask {
- overflow-y: scroll;
- }
- }
- .glass {
- width: 932px;
- height: 593px;
- background: rgba(255, 255, 255, 0.39);
- border: 3px solid rgba(255, 255, 255, 0.6);
- box-shadow: 0px 3px 6px rgb(0, 0, 0);
- border-radius: 12px;
- position: relative;
- margin: 5vh auto 10vh;
- }
- /* 任务介绍样式 */
- .desc_wrap {
- width: 100%;
- height: 500px;
- margin: 30px auto;
- }
- #title {
- padding-top: 49px;
- font-size: 30px;
- font-family: PingFang SC;
- font-weight: bold;
- line-height: 48px;
- color: #FFFFFF;
- text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
- opacity: 1;
- text-align: center;
- }
- .right_part {
- float: right;
- width: 50%;
- height: 100%;
- background-size: 100% 100%;
- border-radius: 0px 12px 12px 0px;
- position: relative;
- }
- .left_part {
- float: left;
- width: 50%;
- height: 100%;
- overflow-y: auto
- }
- .desc_content {
- width: 70%;
- height: 100%;
- background: rgb(248, 248, 248);
- opacity: 1;
- border-radius: 12px;
- margin: 0 auto;
- }
- #left_top {
- margin-top: 30px;
- }
- #setting {
- width: 32.95px;
- height: 32.95px;
- float: left;
- margin-left: 39px;
- }
- #text {
- float: left;
- width: 150px;
- height: 32px;
- font-size: 22px;
- font-family: PingFang SC;
- font-weight: bold;
- line-height: 32px;
- color: #57ACBB;
- opacity: 1;
- }
- .el-button.start {
- background: rgb(87, 172, 187);
- border: 2px solid rgb(255, 255, 255);
- box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
- opacity: 1;
- border-radius: 39px;
- color: #ffffff;
- }
- .el-progress-bar__innerText {
- color: #333333;
- }
- .taskHead {
- display: flex;
- box-sizing: border-box;
- width: 100%;
- padding: 22px 22px 0 39px;
- flex-direction: row-reverse;
- justify-content: space-between;
- }
- .scale {
- cursor: pointer;
- }
- .scale:active {
- transform: scale(0.95);
- opacity: 0.9;
- }
- .countdownStr {
- width: 70%;
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- color: black;
- font-size: 70px;
- text-align: center;
- line-height: 100px;
- }
- /*按钮颜色及分页器颜色统一处理 2022-03-17 by lwl*/
- .el-button--default:focus,
- .el-button--default:hover {
- color: #57acbb;
- background-color: #EFF9FF;
- border-color: #57ACBB;
- }
- .el-pagination__sizes .el-input .el-input__inner:hover {
- border-color: #57acbb;
- }
- /* .el-select-dropdown__item.selected {
- color: #57acbb;
- } */
- .el-select-dropdown__item.selected {
- color: #5c5a5a;
- }
- .el-input.is-active .el-input__inner,
- .el-input__inner:focus {
- border-color: #57acbb;
- outline: 0;
- }
- .el-pager li.active {
- color: #57acbb;
- }
- .el-pager li:focus,
- .el-pager li:hover {
- color: #57acbb;
- }
- /*新增按钮颜色*/
- .el-button--success{
- border-color:#00BF78;
- background-color: #00BF78;
- color:white;
- /* background-color: transparent; */
-
- }
- .el-button--success:focus, .el-button--success:hover{
- border-color: #00BF78;
- color:white;
- background-color: #00BF78;
-
- }
- /*表格列表按钮颜色*/
- .el-button--text{
- cursor: pointer;
- color:#00BF78 ;
- font-weight: 700;
- }
- .el-button--text:focus, .el-button--text:hover{
- cursor: pointer;
- color:#00BF78 ;
- }
- /* 清空按钮颜色 */
- .el-button--info{
- border-color: #00BF78;
- color:#00BF78;
- background-color: transparent;
- }
- .el-button--info:focus, .el-button--info:hover{
- border-color: #00BF78;
- color:#00BF78;
- background-color: transparent;
-
- }
- /* 删除按钮颜色 */
- .el-button--delete{
- border-color: #ff1014;
- color:#ffffff;
- background-color: #ff1014;
-
- }
- .el-button--delete:focus, .el-button--delete:hover{
- border-color: #ff1014;
- color:#ffffff;
- background-color: #ff1014;
- }
- .el-button--delete.is-disabled{
- border-color: #ff1014 !important;
- color:#ffffff;
- background-color: #ff1014 !important;
- opacity: 0.5;
- }
- .el-button--delete.is-disabled :focus .el-button--delete.is-disabled :hover{
- border-color: #ff1014 !important;
- color:#ffffff;
- background-color: #ff1014 !important;
- opacity: 0.5;
- }
- /* 按钮主题色统一处理 2022-03-10 by sxy */
- .el-button--primary {
-
- color: #fff;
- background-color: #565656;
- border-color: #565656;
- }
- .el-button--primary:focus,
- .el-button--primary:hover {
- background: #565656;
- border-color: #565656;
- color: #FFF;
- }
- /* 分页更换主题色 */
- .el-pagination.is-background .el-pager li:not(.disabled).active {
- background-color: #104FFF;
- color: #FFF;
- }
- .el-pagination.is-background .el-pager li:not(.disabled):hover {
- color: #104FFF;
- }
- .el-pagination.is-background .el-pager li:not(.disabled):hover {
- color: #ffffff;
- background-color: #104FFF;
- }
- /* 认知任务结果显示公共样式 */
- .test_result {
- text-align: center;
- width: 500px;
- margin-top: 200px;
- }
- .test_result th {
- width: 50%;
- background: #57acbb;
- color: #ffffff;
- border: 1px solid #57acbb;
- font-size: 16px;
- line-height: 48px;
- }
- .test_result td {
- width: 50%;
- border: 1px solid #cccccc;
- font-size: 16px;
- line-height: 48px;
- }
- /* 表头样式统一处理 */
- .el-table th {
- background: rgba(0, 0, 0, 0.01);
- font-family: PingFang SC;
- color: #101010;
- }
- .modelName {
- font-size: 24px;
- color: #222222;
- margin: 20px 0 0 20px;
- }
- .display-row {
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .w100 {
- width: 100%;
- }
- .bgC {
- background-color: #57acbb;
- }
- .bdc {
- border-color: #57acbb;
- }
- .color_b {
- color: #57acbb;
- }
- .main_progress .el-progress-bar__inner {
- position: absolute;
- left: 0;
- top: 0;
- height: 100%;
- background-color: #ff3c3c !important;
- text-align: right;
- border-radius: 100px;
- line-height: 1;
- white-space: nowrap;
- transition: width 0.6s ease;
- background-image: linear-gradient(to right, #ffd650, #ff8431) !important;
- }
- .el-input__inner {
- background-color: #FFF;
- background-image: none;
- border-radius: 30px;
- border: 1px solid #DCDFE6;
- box-sizing: border-box;
- color: #606266;
- display: inline-block;
- height: 40px;
- line-height: 40px;
- outline: 0;
- padding: 0 15px;
- -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
- transition: border-color .2s cubic-bezier(.645,.045,.355,1);
- width: 200px;
- }
- .el-color-picker__icon, .el-input, .el-textarea {
- display: inline-block;
- width:200px;
- }
- /*修改计数器的圆角 */
- .el-input-number__decrease {
- left: 1px;
- /* border-radius: 4px 0 0 4px; */
- border-right: 1px solid #DCDFE6;
- border-radius: 30px;
- }
- .el-input-number__increase {
- right: 1px;
- border-radius: 30px;
- border-left: 1px solid #DCDFE6;
- }
- .add_class{
- margin-left: auto !important;
- }
- /* 单选框样式 */
- .el-radio__input.is-checked .el-radio__inner {
- border-color: #00BF78;
- background: #00BF78;
- }
- .el-radio__input.is-checked+.el-radio__label {
- color: #000000;
- }
- /* 分页样式 */
- .el-pagination.is-background .el-pager li:not(.disabled).active {
- background-color: #00BF78;
- color: #FFF;
- }
- .pag_class{
- text-align: end;
- }
- .el-table tr {
- background-color: #FFF;
- height: 50px !important;
- }
|