86 lines
1.5 KiB
Plaintext
86 lines
1.5 KiB
Plaintext
@charset "UTF-8";
|
|
/* 主题色 */
|
|
.body.data-v-85e0660a {
|
|
background: #f7f7f7;
|
|
}
|
|
.info.data-v-85e0660a {
|
|
margin: 15px 10px;
|
|
padding: 10px;
|
|
height: auto;
|
|
overflow: hidden;
|
|
border-radius: 10px;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.info .title.data-v-85e0660a {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.info .weight.data-v-85e0660a {
|
|
width: 100%;
|
|
display: flex;
|
|
margin-top: 10px;
|
|
justify-content: space-between;
|
|
}
|
|
.info .weight .left.data-v-85e0660a {
|
|
width: 40%;
|
|
height: 60px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.info .target.data-v-85e0660a {
|
|
color: #999;
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.charts.data-v-85e0660a {
|
|
width: 50%;
|
|
height: 60px;
|
|
}
|
|
.function.data-v-85e0660a {
|
|
display: flex;
|
|
margin: 0 5px;
|
|
width: calc(100% - 10px);
|
|
justify-content: space-between;
|
|
}
|
|
.function view.data-v-85e0660a {
|
|
width: 50%;
|
|
}
|
|
.function image.data-v-85e0660a {
|
|
width: 100%;
|
|
}
|
|
.tools.data-v-85e0660a {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
padding: 0 0 10px;
|
|
padding-left: 3%;
|
|
width: 97%;
|
|
background: #f7f7f7;
|
|
box-shadow: none;
|
|
justify-content: space-between;
|
|
}
|
|
.tools .item.data-v-85e0660a {
|
|
width: 40%;
|
|
background: #fff;
|
|
margin-bottom: 15px;
|
|
border-radius: 10px;
|
|
padding: 10px 3%;
|
|
margin-right: 3%;
|
|
}
|
|
.tools .top.data-v-85e0660a {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.tools .top image.data-v-85e0660a {
|
|
width: 22px;
|
|
height: 22px;
|
|
margin-right: 5px;
|
|
}
|
|
.tools .number.data-v-85e0660a {
|
|
margin: 5px 0;
|
|
}
|
|
|