.dialysis { height: 100%; background: #FFFFFF; overflow-x: hidden; padding-bottom: 0; padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom); } .bgLine { background: #F2F2F2; height: 24rpx; } .info { display: flex; flex-direction: column; background: #FFFFFF; padding: 28rpx 24rpx; } .infoRight { flex: 1; margin-left: 24rpx; } .dialysing { width: 100%; height: 270rpx; background-color: #0dccbcfa; border-radius: 10rpx; box-shadow: 0px 3px 14rpx -2px #01c8b8; } .dialysing .dia_cxt { width: 90%; height: 90%; margin: 20rpx auto; color: #FFFFFF; } .name { font-size: 32rpx; color: #000000; font-weight: bold; margin-right: 22rpx; } .infoImg { width: 122rpx; height: 122rpx; background: #FFFFFF; border-radius: 50%; } .estimate { border: 1px solid #01BD5D; border-radius: 10rpx; padding: 14rpx 18rpx; font-size: 28rpx; color: #01BD5D; display: inline-block; } .infoTitle { font-size: 26rpx; /* font-weight: bold; */ color: #737373; margin: 20rpx 0 10rpx; } .nextInfo { display: flex; flex-wrap: wrap; font-size: 26rpx; color: rgba(49, 49, 49, 0.54); width: 100%; } .nextInfo>text:nth-of-type(odd) { width: 60%; } .nextInfo>text:nth-of-type(even) { width: 40%; } .appBox { display: flex; flex-wrap: nowrap; background: #FFFFFF; } .app { width: 22.1%; height: 250rpx; display: flex; flex-direction: column; align-items: center; font-size: 32rpx; color: #333333; } .app:nth-of-type(3) { border-right: 0; } .app:nth-of-type(6) { border-right: 0; } .app:nth-of-type(9) { border-right: 0; } .imgApp { width: 120rpx; height: 120rpx; border-radius: 40rpx; margin: 40rpx 0 20rpx; } .intro { font-size: 24rpx; white-space: nowrap; } .titleBox { width: 100%; height: 90rpx; background: #FFFFFF; box-shadow: 0px 1px 0px 0px #E7E7E7; font-size: 36rpx; color: #000000; display: flex; align-items: center; padding: 0 24rpx; display: flex; justify-content: space-between; } .titleBox_l { height: 90rpx; background: #FFFFFF; box-shadow: 0px 1px 0px 0px #E7E7E7; font-size: 36rpx; color: #000000; display: flex; align-items: center; /* padding: 0 24rpx; */ } .titleBox .week_sel { text-align: right; } .line { width: 6rpx; height: 40rpx; background: #00C692; border-radius: 4rpx; margin-right: 20rpx; } .scheduling { display: flex; border-top: 1px solid #E7E7E7; padding-top: 28rpx; } .schedulingLeft { width: 50rpx; font-size: 26rpx; color: rgba(49, 49, 49, 0.54); text-align: center; background: #FFFFFF; } .classes { height: 100rpx; background: #FFFFFF; margin-bottom: 4rpx; display: flex; align-items: center; } .square { width: 114rpx; height: 100rpx; background: #F2F2F2; border-radius: 6rpx; text-align: center; margin-right: 4rpx; margin-bottom: 4rpx; display: flex; align-items: center; justify-content: space-around; flex-direction: column; } .scroll-view_H { display: -webkit-box; } .scrollBox { background: #FFFFFF; overflow: scroll; } .active { background: #00c4b3; font-size: 28rpx; color: #FFFFFF; text-align: center; } .uni-scroll-view::-webkit-scrollbar { /* 隐藏滚动条,但依旧具备可以滚动的功能 */ display: none } @charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .data-v-098bd570 .filter-wrapper { width: 190rpx !important; height: 70rpx !important; position: unset !important; } .data-v-098bd570 .filter-wrapper .inner-wrapper { height: 70rpx !important; } .data-v-098bd570 .filter-wrapper .inner-wrapper .mask { background-color: rgba(0, 0, 0, 0) !important; } .data-v-098bd570 .filter-wrapper .inner-wrapper .navs { height: 80rpx !important; border-bottom: none !important; padding: 0 25rpx; } .data-v-098bd570 .filter-wrapper .inner-wrapper .popupShow { background-color: #ececec !important; }