xytSk-App/unpackage/dist/dev/mp-weixin/pages/homeIndex/index.wxss

203 lines
4.0 KiB
Plaintext
Raw Normal View History

2024-06-04 10:05:43 +08:00
@charset "UTF-8";
/* 水平间距 */
/* 水平间距 */
/* uni.scss */
2024-05-31 10:36:46 +08:00
.container.data-v-34e6b08d {
font-size: 14px;
2024-05-31 10:51:44 +08:00
line-height: 24px;
background-color: #f3f5f8;
2024-05-31 10:36:46 +08:00
}
.info.data-v-34e6b08d {
height: 100rpx;
background-color: #007afd;
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px;
color: #fff;
}
.left.data-v-34e6b08d {
display: flex;
justify-content: space-around;
align-items: center;
}
.icon.data-v-34e6b08d {
width: 50px;
height: 50px;
border-radius: 50%;
background-color: #fff;
text-align: center;
color: #007afd;
line-height: 50px;
}
.info_name.data-v-34e6b08d {
margin-left: 16rpx;
}
.right.data-v-34e6b08d {
text-align: center;
}
.navBar.data-v-34e6b08d {
height: 100%;
background-color: #fff;
margin-bottom: 12rpx;
/* background-color: pink; */
}
.navBar.data-v-34e6b08d {
padding: 20px;
/* text-align: center; */
display: flex;
justify-content: space-between;
align-items: center;
}
.navList.data-v-34e6b08d {
text-align: center;
}
.navIcon.data-v-34e6b08d {
width: 50px;
height: 50px;
/* border-radius: 10px;
background-color: #007afd; */
display: flex;
justify-content: center;
align-items: center;
}
.warn.data-v-34e6b08d {
background-color: #fff;
color: #de2433;
padding: 18rpx 20rpx;
text-align: left;
margin-bottom: 12rpx;
}
/* 24小时 */
.chartChange.data-v-34e6b08d {
text-align: center;
margin: 16rpx 0;
}
.chart_tit.data-v-34e6b08d {
width: 129rpx;
height: 43rpx;
background: #d3e1ff;
border-radius: 20rpx;
color: #3380ff;
}
.chart_tit image.data-v-34e6b08d {
margin-right: 10rpx;
width: 36rpx;
height: 30rpx;
}
.table_h.data-v-34e6b08d {
display: flex;
text-align: center;
height: 24px;
/* position: absolute;
top: 0;
right: 0; */
}
/* info_24 */
.info_24.data-v-34e6b08d {
padding: 20px;
background-color: #fff;
margin-bottom: 12rpx;
}
.heart.data-v-34e6b08d {
display: flex;
justify-content: space-between;
align-items: center;
}
.fl.data-v-34e6b08d {
display: flex;
justify-content: space-between;
align-items: center;
}
.title .line.data-v-34e6b08d {
border: 2px solid #3380ff;
border-radius: 3rpx;
margin-right: 20rpx;
}
.title .h4.data-v-34e6b08d {
font-weight: 400;
font-size: 32rpx;
color: #121b3d;
}
.time.data-v-34e6b08d {
font-weight: 400;
font-size: 24rpx;
color: #a2a2a2;
}
.g1.data-v-34e6b08d {
color: #545556;
}
.ye.data-v-34e6b08d {
color: #ff1717;
/* font-weight: 600; */
}
.b1.data-v-34e6b08d {
color: #3380ff;
padding: 0 2px;
}
.uni-group.data-v-34e6b08d {
display: flex;
align-items: center;
}
/* 表格 */
.tableBox.data-v-34e6b08d {
position: relative;
}
.leftTab.data-v-34e6b08d {
width: 80px;
/* border-bottom: 1px solid #ccc; */
}
.rightTab.data-v-34e6b08d {
width: 80px;
/* border: 1px solid #ccc;
border-radius: 0 3px 3px 0;
border-left: 0; */
}
.activetextTypeTab.data-v-34e6b08d,
.activetextTypeTab.data-v-34e6b08d:hover {
border-bottom: 3rpx solid #2286f6;
color: #026be0;
}
.table_div.data-v-34e6b08d {
height: 100%;
max-width: calc(100% - 0px);
max-height: calc(100vh - 24px);
flex: 1;
padding-top: 30px;
overflow-x: scroll;
}
/*table样式*/
.table_cur.data-v-34e6b08d {
width: 100%;
empty-cells: show;
border-collapse: collapse;
font-size: 14px;
}
.table_cur ._tr.data-v-34e6b08d {
display: flex;
line-height: 56rpx;
}
.table_cur ._th.data-v-34e6b08d {
height: 56rpx;
color: #2f4056;
background: #f5f6f8;
font-size: 14px;
font-weight: bold;
padding: 0 10px;
box-sizing: border-box;
white-space: nowrap;
text-align: center !important;
}
.table_cur ._td.data-v-34e6b08d {
height: 56rpx;
border-bottom: 1px solid #d8ddeb;
font-size: 14px;
color: #2f4056;
padding: 0 10px;
box-sizing: border-box;
white-space: nowrap;
text-align: center !important;
}
/*table样式 end*/