/* pages/assessment/assessment.wxss */
|
.banner-bg {
|
position: fixed;
|
width: 100%;
|
height: 50vh;
|
background: linear-gradient(to bottom, #57E4CB, #bbf3eb);
|
/* color: #dcfeea79; */
|
}
|
|
.page__hd {
|
background: linear-gradient(to bottom, #57E4CB, #bbf3eb);
|
padding-bottom: 4px;
|
}
|
|
.page__hd .title {
|
font-size: 16px;
|
font-weight: 600;
|
margin-top: 8px;
|
}
|
|
.page__hd .tag {
|
font-size: 10px;
|
color: #55A37D;
|
margin-top: 8px;
|
}
|
|
.page__hd .btn {
|
border-radius: 20px;
|
line-height: 20px;
|
background-color: #52be85;
|
padding: 8px 4px;
|
text-align: center;
|
color: white;
|
}
|
|
.line-chart-card {
|
position: relative;
|
height: 30vh;
|
padding: 0;
|
}
|
|
.h-cell {
|
padding: 16px 10px;
|
}
|
|
.h-score {
|
background-color: #F0AE4E;
|
border-radius: 50%;
|
padding: 8px;
|
width: 20px;
|
height: 20px;
|
color: white;
|
font-size: 12px;
|
text-align: center;
|
}
|
|
.h-line_1 {
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
}
|
|
.h-rank {
|
font-size: 14px;
|
margin-left: 4px;
|
}
|
|
.h-line_2 {
|
display: flex;
|
justify-content: space-between;
|
font-size: 10px;
|
color: var(--fyui-text-color_3);
|
padding-left: 40px;
|
padding-top: 4px;
|
margin-top: 4px;
|
border-top: 1px rgba(202, 202, 202, 0.295) solid;
|
align-items: center;
|
}
|
|
.h-btn {
|
border-radius: 4px;
|
background: linear-gradient(to right, #6DF1A9, #62EBCF);
|
padding: 4px 16px;
|
color: white;
|
font-size: 14px;
|
}
|
|
.flex-h_block {
|
flex: 1;
|
}
|
|
.top-card {
|
position: relative;
|
border-radius: 4px;
|
background: linear-gradient(90deg, #87CEB2, #6CD398);
|
color: white;
|
padding: 8px;
|
margin-left: 10px;
|
margin-right: 2px;
|
display: flex;
|
white-space: nowrap;
|
text-overflow: ellipsis;
|
}
|
|
.top-card_2 {
|
background: linear-gradient(90deg, #A3D9F5, #88E1EC);
|
margin-left: 2px;
|
margin-right: 10px;
|
}
|
|
.top-card_main {
|
margin-left: 10px;
|
margin-right: 10px;
|
margin-bottom: 4px;
|
}
|
|
.top-card>image {
|
width: 40px;
|
height: 40px;
|
margin-right: 10px;
|
}
|
|
.top-card .top-card__tag {
|
/* text-align: end; */
|
font-size: 12px;
|
}
|
|
.top-card .top-card__name {
|
font-size: 12px;
|
/* width: 100%; */
|
/* font-weight: 600; */
|
/* text-align: center; */
|
/* margin: 16px; */
|
}
|
|
.history_time{
|
/* background-color: red; */
|
margin-left: 10px;
|
font-size: 14px;
|
font-weight: 550;
|
}
|
|
.history_icon {
|
width: 10vw;
|
height: 100%;
|
display: flex;
|
flex-direction: column;
|
justify-content: flex-start;
|
align-items: center;
|
}
|
|
.history_icon .history_icon_1 {
|
width: 22px;
|
height: 22px;
|
background-color: #8DF1E0;
|
border-radius: 50%;
|
opacity: 0.2;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
}
|
|
.history_icon .history_icon_1>view {
|
width: 11px;
|
height: 11px;
|
background: #1addbd;
|
border-radius: 50%;
|
z-index: 10;
|
}
|
|
.history_icon .history_icon_2 {
|
width: 0px;
|
height: 100px;
|
border: 1px dashed #80EFDC;
|
}
|