/* pages/qualityTesting/qualityTesting.wxss */ .mine { padding-top: 4rpx; } .navbar { padding: 28rpx 38rpx; display: flex; } .navbar .nav-info { flex: 1; height: 80rpx; text-align: center; line-height: 80rpx; background: #EEEEEE; font-family: PingFangSC-Regular; font-size: 32rpx; color: #666666; letter-spacing: 0; text-align: center; } .navbar .nav-info:nth-child(1) { border-radius: 24px 0 0 24px; } .navbar .nav-info:nth-child(2) { border-radius: 0 24px 24px 0; } .navbar .active { background: #0271E3; color: #FFFFFF; } .qua-status { height: 106rpx; padding: 0 38rpx; display: flex; justify-content: space-between; background: #DEDEDE; align-items: center; border-radius: 0 0 24rpx 24rpx; font-family: PingFangSC-Regular; font-size: 32rpx; color: #333333; letter-spacing: 0; } .qua-status .status-tips { padding-left: 40rpx; } .qua-status .status-text { font-family: PingFangSC-Medium; font-size: 36rpx; color: #999999; } .status-active { background: #0DB853; color: #FFFFFF; } .qua-status .text-active { color: #FFFFFF; } .content { padding: 28rpx; } .content .code-info { padding: 32rpx 30rpx 42rpx 30rpx; background: #FFFFFF; border-radius: 12px; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); position: relative; } .content .code-title { font-family: PingFangSC-Medium; font-size: 32rpx; color: #333333; letter-spacing: 0; } .content .code-info .code-info-modul .van-cell { left: -30rpx; /* width: 400rpx; */ } .content .code-info .code-info-modul text { font-family: PingFangSC-Regular; font-size: 24rpx; color: #999999; letter-spacing: 0; } .content .code-info .code-info-modul image { width: 48rpx; height: 48rpx; } .equi-info { margin-top: 24rpx; font-size: 24rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #333333; line-height: 34px; text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); display: flex; justify-content: space-between; } .print-code { margin-top: 60rpx; height: 96rpx; line-height: 96rpx; text-align: center; background: #0271E3; box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1); border-radius: 48rpx; font-size: 36rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #FFFFFF; } .appe { opacity: 0.71; background: #FFFFFF; }