/* subpages/textStep/textStep.wxss */ page { background: linear-gradient(180deg, #D6E8FE 0%, #FFFFFF 100%); } .nav-bar { --nav-bar-icon-color: black !important; width: 100vw; background-color: transparent !important; background: transparent !important; position: sticky; top: 0; left: 0; } .page-title { margin-left: 40rpx; font-weight: 600; font-size: 38rpx; color: #222222; } .w-card { display: flex; flex-direction: column; margin-top: 20rpx; margin-left: auto; padding-bottom: 30rpx; margin-right: auto; width: 710rpx; box-shadow: 0rpx 8rpx 20rpx 0rpx #D3E0F4; border-radius: 24rpx; background: linear-gradient(90deg, #F8FBFF 4%, #FFFFFF 100%); } .base-title-view { margin-left: auto; margin-right: auto; margin-top: 30rpx; width: calc(100% - 20rpx); display: flex; flex-direction: row; align-items: center; } .base-title-line { width: 6rpx; margin-right: 16rpx; margin-left: 20rpx; height: 28rpx; background: #1E8BFF; border-radius: 4rpx; } .base-title { flex: 1; font-weight: 400; font-size: 32rpx; color: #333333; font-weight: 600; } .resultAnalysis { font-size: 28rpx; color: #666666; margin: 30rpx 30rpx 30rpx; } .ad-box { margin: 20rpx auto; width: 710rpx; height: 104rpx; position: relative; } .ad-box image { display: block; width: 710rpx; height: 108rpx; border-radius: 24rpx 24rpx 24rpx 24rpx; box-shadow: 0rpx 8rpx 20rpx 0rpx #E2ECFA; } .ad-box button { position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; padding: 0; opacity: 0; margin: 0; } .bottom-btn-view { position: fixed; bottom: 0; left: 0; right: 0; width: 100%; height: 180rpx; background: #FFFFFF; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; } .res-test-btn-view { margin-top: 16rpx; width: 690rpx; display: flex; flex-direction: row; align-items: center; justify-content: space-between; } .restart-test-btn { width: 336rpx; height: 84rpx; background: linear-gradient(135deg, #53A9FF 0%, #1E8BFF 100%); border-radius: 84rpx; text-align: center; line-height: 84rpx; font-size: 32rpx; color: #FFFFFF; font-weight: bold; } .restart-test-btn:active { opacity: 0.7; } .view-res-btn { width: 336rpx; height: 84rpx; background: #EFF7FF; text-align: center; border-radius: 84rpx; line-height: 84rpx; font-size: 32rpx; color: #1E8BFF; font-weight: bold; } .view-res-btn:active { opacity: 0.7; } .resultsAreShown-content-h { display: flex; flex-direction: row; align-items: baseline; width: 100%; } .resultsAreShown-content-desc { font-size: 28rpx; margin-left: 40rpx; margin-top: 50rpx; color: #333333; } .resultsAreShown-content-score { font-weight: 500; color: #333333; font-size: 48rpx; } .resultsAreShown-content-units { font-weight: 400; font-size: 24rpx; color: #333333; } .resultsAreShown-content-score-view { display: flex; flex-direction: row; margin-top: 22rpx; margin-bottom: 20rpx; margin-left: 24rpx; align-items: center; width: calc(100% - 48rpx); } .resultsAreShown-content-score-item { flex: 1; display: flex; flex-direction: column; align-items: center; } .resultsAreShown-content-score-icon { width: 24rpx; opacity: 0; height: 16rpx; } .resultsAreShown-content-score-line { width: calc(100% - 32rpx); height: 12rpx; margin-top: 20rpx; border-radius: 12rpx; } .resultsAreShown-content-score-desc { font-size: 24rpx; margin-top: 16rpx; line-height: 32rpx; color: #666666; }