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.
43 lines
867 B
43 lines
867 B
#actionView {
|
|
position: relative;
|
|
background:rgba(5,16,26,1);
|
|
min-height: 49px;
|
|
/*box-shadow: inset 0 0 10px #27324c;*/
|
|
z-index: 9;
|
|
box-shadow: 0px -1px 4px 0px rgba(76,172,255,0.08);
|
|
z-index: 10001;
|
|
}
|
|
#time-consuming span {
|
|
color: #747A7F;
|
|
margin-left: 2px;
|
|
}
|
|
|
|
#prev_step_area a.shixun-task-btn, #next_step_area a.shixun-task-btn {
|
|
color: #1B4061 !important;
|
|
background-color: transparent;
|
|
border: 1px solid #1B4061 !important;
|
|
}
|
|
|
|
#code_test {
|
|
margin-left: 8px;
|
|
}
|
|
#code_test a {
|
|
background: #4CACFF;
|
|
color: #fff;
|
|
margin-top: 9px;
|
|
}
|
|
|
|
#code_test a:hover {
|
|
background: #5faee3;
|
|
}
|
|
#code_test a.gray {
|
|
background: #555D68;
|
|
}
|
|
|
|
#code_test i {
|
|
margin-right: 4px;
|
|
font-size: 18px !important;
|
|
margin-top: 7px;
|
|
vertical-align: text-bottom;
|
|
}
|