examTeamApp/unpackage/dist/dev/mp-weixin/pages/vitalcapacity/vitalcapacity.wxss

173 lines
3.7 KiB
Plaintext
Raw Normal View History

2024-08-05 10:01:06 +08:00
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
/* 主题色 */
.content.data-v-2a8a9ed4 {
width: 100%;
padding-top: 10px;
min-height: 100vh;
background-color: #000;
}
.box1.data-v-2a8a9ed4 {
color: #fff;
margin: 15px;
width: calc(100%- 30px);
}
.box1 .time.data-v-2a8a9ed4 {
width: 100%;
font-size: 14px;
margin-bottom: 20px;
}
.box1 .LiuS.data-v-2a8a9ed4 {
width: 60%;
margin: auto;
position: relative;
text-align: center;
border-radius: 10px;
background-color: #272a2a;
height: 30px;
line-height: 30px;
}
.box1 .LiuS.data-v-2a8a9ed4:after {
content: "";
position: absolute;
left: 45%;
bottom: -7px;
width: 0px;
height: 0px;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 8px solid #272a2a;
}
.box1 .item.data-v-2a8a9ed4 {
width: 100%;
font-size: 14px;
padding: 10px 0;
border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 15px;
position: relative;
}
.box1 .item .image.data-v-2a8a9ed4 {
width: 80%;
}
.box1 .item .image image.data-v-2a8a9ed4 {
margin-top: 10px;
width: 100%;
}
.box1 .item .center.data-v-2a8a9ed4 {
top: 0px;
bottom: -0px;
position: absolute;
width: 55px;
margin: auto;
text-align: center;
background-color: #333;
border-radius: 10px;
z-index: 9;
}
.box1 .item .level-bg.data-v-2a8a9ed4 {
position: absolute;
width: 55px;
margin: auto;
text-align: center;
background-color: #4d6c7b;
border-radius: 0 0 10px 10px;
bottom: 0px;
z-index: 19;
}
.box1 .item .level-item.data-v-2a8a9ed4 {
width: 55px;
height: 100%;
position: absolute;
z-index: 99;
}
.box1 .item .level-item.data-v-2a8a9ed4 :last-child {
border-bottom: none;
}
.box1 .item .ite.data-v-2a8a9ed4 {
margin: 0 5px;
width: calc(100% - 10px);
height: 40px;
line-height: 40px;
font-size: 12px;
color: #fff;
z-index: 99;
border-bottom: 1px solid #999;
}
.box1 .val.data-v-2a8a9ed4 {
width: 100%;
text-align: center;
margin: 20px 0;
color: #fff;
font-size: 14px;
}
.box1 .val text.data-v-2a8a9ed4 {
display: block;
color: #39D9C9 !important;
font-size: 32px;
margin-bottom: 10px;
}
.box.data-v-2a8a9ed4 {
padding: 0;
display: flex;
flex-wrap: wrap;
border-radius: 10px;
margin: 15px;
width: calc(100%- 30px);
justify-content: space-between;
}
.box .data.data-v-2a8a9ed4 {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
width: 100%;
}
.box .item.data-v-2a8a9ed4 {
width: 47.5%;
font-size: 14px;
background: #fff;
padding: 10px 0;
border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 15px;
}
.box .val.data-v-2a8a9ed4 {
width: 40px;
height: 40px;
border-radius: 50%;
}
.box .val image.data-v-2a8a9ed4 {
width: 70%;
height: 70%;
}