更多操作
无编辑摘要 |
无编辑摘要 |
||
第10行: | 第10行: | ||
width: 100%; | width: 100%; | ||
justify-content: start; | justify-content: start; | ||
} | |||
.single-data{ | |||
border: 0.5px solid #b9b9b9; | |||
} | } | ||
.single-data-set{ | .single-data-set{ | ||
第25行: | 第28行: | ||
border-left: 0.5px solid #b9b9b9; | border-left: 0.5px solid #b9b9b9; | ||
border-bottom: 0.5px solid #b9b9b9; | border-bottom: 0.5px solid #b9b9b9; | ||
} | |||
.single-content{ | |||
padding: 5px 20px 5px 20px; | |||
} | } | ||
.single-header{ | .single-header{ | ||
第30行: | 第36行: | ||
box-sizing: border-box; | box-sizing: border-box; | ||
background-color: #efefef; | background-color: #efefef; | ||
/*justify-content: center;*/ | |||
display: flex; | display: flex; | ||
height: 40px; | height: 40px; | ||
flex-direction: row; | flex-direction: row; | ||
align-items: center; | align-items: center; | ||
padding-left: | align-self: center; | ||
padding-left: 15px; | |||
border-left: 4px solid #a4a4a4; | border-left: 4px solid #a4a4a4; | ||
margin-bottom: 1px; | |||
border-bottom: 0.5px solid #b9b9b9; | |||
} | |||
.single-header:hover{ | |||
background-color: #ffffff; | |||
border-left: 8px solid #a4a4a4; | |||
transition-duration: 0.3s; | |||
} | |||
.single-header:active{ | |||
border-left: 10px solid #a4a4a4; | |||
border-top: 0.5px solid #a4a4a4; | |||
border-bottom: 0.5px solid #a4a4a4; | |||
border-right: 0.5px solid #a4a4a4; | |||
transition-duration: 0.1s; | |||
} | |||
.single-header-title-time{ | |||
margin-left: 5px; | |||
padding-left: 5px; | |||
border-left: 1px solid black; | |||
font-weight: bold; | |||
} | |||
.single-header-title-counter{ | |||
font-weight: bold; | |||
} | |||
.single-header-title-finish{ | |||
margin-left: 5px; | |||
padding-left: 5px; | |||
border-left: 1px solid black; | |||
font-size: 14px; | |||
} | |||
.single-header-title-correct{ | |||
margin-left: 5px; | |||
padding-left: 5px; | |||
border-left: 1px solid black; | |||
font-size: 14px; | |||
} | |||
.function-module{ | |||
margin-top: 5px; | |||
margin-bottom: 5px; | |||
} | } | ||
.title-id{ | .title-id{ | ||
第95行: | 第141行: | ||
} | } | ||
.blue-btn-container{ | |||
box-sizing: border-box; | |||
background-color: #36c; | |||
color: white; | |||
margin-right: 5px; | |||
padding: 5px 10px 5px 10px; | |||
border-radius: 1px; | |||
font-size: 16px; | |||
} | |||
.blue-btn-a{ | |||
font-weight: bolder; | |||
text-decoration:none; | |||
} | |||
.blue-btn-container:hover{ | |||
background-color: #5981d3; | |||
} | |||
.blue-btn-container:active{ | |||
background-color: #013191; | |||
} | |||
.blue-btn-a:visited{ | |||
border: 2px solid #ffffff; | |||
} | |||
.blue-btn-a>span{ | |||
color: white; | |||
} | |||
.progress-bar-container{ | |||
margin-top: 5px; | |||
margin-bottom: 5px; | |||
display: flex; | |||
flex-direction: row; | |||
justify-content: start; | |||
align-items: center; | |||
flex-wrap: nowrap; | |||
width: 100%; | |||
} | |||
.progress-bar{ | |||
flex-wrap: nowrap; | |||
align-items: center; | |||
box-sizing: border-box; | |||
display: flex; | |||
height:10px; | |||
border-radius: 40px; | |||
flex-grow: 50; | |||
margin-right: 10px; | |||
overflow: hidden; | |||
} | |||
.progress-bar-title{ | |||
display: flex; | |||
flex-grow: 1; | |||
} | |||
.progress-bar-content{ | |||
display: flex; | |||
border-radius: 40px; | |||
height: 10px; | |||
} | |||
.progress-bar-data{ | |||
display: flex; | |||
flex-grow: 1; | |||
} | |||
/*@media screen and (max-width: 760px) {*/ | |||
/* .single-header{*/ | |||
/* height: 60px;*/ | |||
/* }*/ | |||
/*}*/ | |||
@media screen and (max-width: 600px) { | @media screen and (max-width: 600px) { | ||
.data-folded{ | .data-folded{ | ||
第101行: | 第213行: | ||
} | } | ||
.single-header{ | .single-header{ | ||
height: | height: 60px; | ||
transition-duration: 0.3s; | transition-duration: 0.3s; | ||
} | } |
2023年1月30日 (一) 08:23的最新版本
.data-folded{
height: 40px;
overflow: hidden;
}
.data-unfolded{
}
.data-list-container{
flex-direction: column;
width: 100%;
justify-content: start;
}
.single-data{
border: 0.5px solid #b9b9b9;
}
.single-data-set{
margin-top: 0;
margin-bottom: 10px;
}
.inner-data-container{
display: none;
border-left:1.5px solid #b9b9b9;
border-right: 1.5px solid #b9b9b9;
}
.single-data-container{
padding: 5px 20px 5px 20px;
border-right: 0.5px solid #b9b9b9;
border-left: 0.5px solid #b9b9b9;
border-bottom: 0.5px solid #b9b9b9;
}
.single-content{
padding: 5px 20px 5px 20px;
}
.single-header{
flex-wrap: wrap;
box-sizing: border-box;
background-color: #efefef;
/*justify-content: center;*/
display: flex;
height: 40px;
flex-direction: row;
align-items: center;
align-self: center;
padding-left: 15px;
border-left: 4px solid #a4a4a4;
margin-bottom: 1px;
border-bottom: 0.5px solid #b9b9b9;
}
.single-header:hover{
background-color: #ffffff;
border-left: 8px solid #a4a4a4;
transition-duration: 0.3s;
}
.single-header:active{
border-left: 10px solid #a4a4a4;
border-top: 0.5px solid #a4a4a4;
border-bottom: 0.5px solid #a4a4a4;
border-right: 0.5px solid #a4a4a4;
transition-duration: 0.1s;
}
.single-header-title-time{
margin-left: 5px;
padding-left: 5px;
border-left: 1px solid black;
font-weight: bold;
}
.single-header-title-counter{
font-weight: bold;
}
.single-header-title-finish{
margin-left: 5px;
padding-left: 5px;
border-left: 1px solid black;
font-size: 14px;
}
.single-header-title-correct{
margin-left: 5px;
padding-left: 5px;
border-left: 1px solid black;
font-size: 14px;
}
.function-module{
margin-top: 5px;
margin-bottom: 5px;
}
.title-id{
display: inline;
margin-right: 25px;
font-weight: bold;
}
.title-content{
display: inline;
flex-grow: 1;
}
.title-content-time{
margin-left: 3px;
font-weight: lighter;
font-size: 13px;
display: inline;
}
.title-content-counter{
margin-left: 3px;
display: inline;
}
.list-title{
box-sizing: border-box;
background-color: #f8f9fa;
display: flex;
height: 40px;
flex-direction: row;
align-items: center;
padding-left: 25px;
border: 0.5px solid #b9b9b9;
}
.list-title::after{
content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-caret-down" viewBox="0 0 16 16"> <path d="M3.204 5h9.592L8 10.481 3.204 5zm-.753.659 4.796 5.48a1 1 0 0 0 1.506 0l4.796-5.48c.566-.647.106-1.659-.753-1.659H3.204a1 1 0 0 0-.753 1.659z"/> </svg>');
width: 30px;
height: 15px;
transition-duration: 0.2s;
/*margin: 10px 5px 0 10px;*/
}
.list-title:hover{
background-color: white;
border: 1.5px solid #bebebe;
transition-duration: 0.3s;
}
.list-title:hover::after{
content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor" class="bi bi-caret-down" viewBox="0 0 20 20"> <path d="M3.204 5h9.592L8 10.481 3.204 5zm-.753.659 4.796 5.48a1 1 0 0 0 1.506 0l4.796-5.48c.566-.647.106-1.659-.753-1.659H3.204a1 1 0 0 0-.753 1.659z"/> </svg>');
width: 32.5px;
height: 15px;
transition-duration: 0.3s;
/*margin: 10px 5px 0 10px;*/
}
.list-title:active{
border: 3px solid #0023e5;
transition-duration: 0.1s;
}
.blue-btn-container{
box-sizing: border-box;
background-color: #36c;
color: white;
margin-right: 5px;
padding: 5px 10px 5px 10px;
border-radius: 1px;
font-size: 16px;
}
.blue-btn-a{
font-weight: bolder;
text-decoration:none;
}
.blue-btn-container:hover{
background-color: #5981d3;
}
.blue-btn-container:active{
background-color: #013191;
}
.blue-btn-a:visited{
border: 2px solid #ffffff;
}
.blue-btn-a>span{
color: white;
}
.progress-bar-container{
margin-top: 5px;
margin-bottom: 5px;
display: flex;
flex-direction: row;
justify-content: start;
align-items: center;
flex-wrap: nowrap;
width: 100%;
}
.progress-bar{
flex-wrap: nowrap;
align-items: center;
box-sizing: border-box;
display: flex;
height:10px;
border-radius: 40px;
flex-grow: 50;
margin-right: 10px;
overflow: hidden;
}
.progress-bar-title{
display: flex;
flex-grow: 1;
}
.progress-bar-content{
display: flex;
border-radius: 40px;
height: 10px;
}
.progress-bar-data{
display: flex;
flex-grow: 1;
}
/*@media screen and (max-width: 760px) {*/
/* .single-header{*/
/* height: 60px;*/
/* }*/
/*}*/
@media screen and (max-width: 600px) {
.data-folded{
height: 60px;
transition-duration: 0.3s;
}
.single-header{
height: 60px;
transition-duration: 0.3s;
}
.list-title{
height: 60px;
transition-duration: 0.3s;
}
}