|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .safe-area-bottom {
- padding-bottom: env(safe-area-inset-bottom);
- }
- text {
- font-family: Source Han Sans CN;
- }
- .result .main {
- position: relative;
- background: #fff;
- overflow: hidden;
- }
- .result .main .steps {
- padding: 24rpx 32rpx;
- background-color: #F3D4A3;
- }
- .result .main .steps .step-content {
- background: #fff;
- border-radius: 20rpx;
- padding: 30rpx;
- }
- .result .main .steps .step-content .step-banner {
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .result .main .steps .step-content .step-banner .left .info {
- margin-top: 20rpx;
- display: flex;
- justify-content: space-around;
- align-items: center;
- }
- .result .main .steps .step-content .step-banner .left .info .tag {
- width: 100rpx;
- height: 20rpx;
- padding: 10rpx 0;
- margin-right: 20rpx;
- border-radius: 20rpx;
- background-color: #E19F4B;
- color: #fff;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 28rpx;
- }
- .result .main .steps .step-content .step-banner .right {
- display: flex;
- justify-content: flex-start;
- align-items: center;
- }
- .result .main .steps .step-content .step-banner .right text {
- margin-left: 10rpx;
- color: #E19F4B;
- font-weight: bold;
- }
- .result .main .report-container {
- padding: 40rpx;
- background-color: #fff;
- font-family: "PingFang SC", sans-serif;
- /* 标题样式 */
- /* 分区标题样式 */
- /* 分割线样式 */
- /* 对比项样式 */
- /* 治疗建议样式 */
- }
- .result .main .report-container .report-title {
- display: flex;
- justify-content: flex-start;
- align-items: center;
- }
- .result .main .report-container .report-title .bar {
- height: 40rpx;
- width: 10rpx;
- background-color: #EBA72A;
- }
- .result .main .report-container .report-title text {
- font-size: 36rpx;
- font-weight: bold;
- color: #333;
- margin-left: 20rpx;
- }
- .result .main .report-container .img-box {
- margin: 20rpx 0;
- padding: 20rpx 0;
- display: flex;
- justify-content: flex-start;
- align-items: center;
- }
- .result .main .report-container .img-box .left {
- display: flex;
- justify-content: flex-start;
- align-items: center;
- }
- .result .main .report-container .img-box .right {
- padding: 10rpx;
- width: 100%;
- display: flex;
- justify-content: flex-start;
- align-items: flex-start;
- flex-direction: column;
- }
- .result .main .report-container .img-box .right .bar-text {
- width: 100%;
- margin-bottom: 20rpx;
- }
- .result .main .report-container .img-box .right .bar {
- width: 100%;
- }
- .result .main .report-container .section-title {
- margin-top: 40rpx;
- padding: 20rpx 0;
- display: flex;
- justify-content: flex-start;
- align-items: center;
- }
- .result .main .report-container .section-title .evaluate-title {
- font-size: 36rpx;
- font-weight: bold;
- color: #333;
- margin-left: 20rpx;
- }
- .result .main .report-container .section-main {
- padding: 20rpx;
- border-radius: 20rpx;
- border: 2rpx solid #EBA72A;
- /* 评价项样式 */
- }
- .result .main .report-container .section-main .evaluation-item {
- margin-bottom: 20rpx;
- padding: 10rpx;
- display: flex;
- flex-direction: column;
- }
- .result .main .report-container .section-main .evaluation-item .item-label {
- font-size: 30rpx;
- color: #EBA72A;
- min-width: 160rpx;
- }
- .result .main .report-container .section-main .evaluation-item .item-value {
- font-size: 30rpx;
- color: #333;
- padding-top: 20rpx;
- }
- .result .main .report-container .divider {
- height: 2rpx;
- background-color: #eee;
- margin: 80rpx 0;
- }
- .result .main .report-container .comparison-item {
- margin-bottom: 16rpx;
- color: #333;
- }
- .result .main .report-container .comparison-item text {
- font-size: 30rpx;
- }
- .result .main .report-container .advice-item {
- color: #333;
- }
- .result .main .report-container .advice-item text {
- font-size: 30rpx;
- }
|