/* subpages/evaluationIntroduction/evaluationIntroduction.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: 60rpx; font-weight: 600; font-size: 38rpx; color: #222222; } .page-icon { display: block; width: 372rpx; height: 372rpx; position: fixed; top: 36rpx; right: 28rpx; z-index: -1; } .w-card { margin-top: 60rpx; margin-left: auto; margin-right: auto; margin-bottom: 180rpx; width: 710rpx; box-shadow: 0rpx 8rpx 20rpx 0rpx #D3E0F4; border-radius: 24rpx; background: linear-gradient(90deg, #F8FBFF 4%, #FFFFFF 100%); } .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; } .start-test-btn { margin-top: 16rpx; width: 670rpx; 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; } .start-test-btn:active { opacity: 0.7; } .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; } .test-info-view { display: flex; flex-direction: row; align-items: center; border-bottom: 2rpx solid #DFECFE; } .test-info-item { display: flex; flex-direction: column; align-items: center; } .test-info-item image { margin-top: 42rpx; width: 52rpx; display: block; height: 52rpx; } .test-info-item-title { margin-top: 12rpx; font-weight: 500; font-size: 32rpx; color: #333333; } .test-info-item-desc { margin-top: 6rpx; margin-bottom: 40rpx; font-weight: 400; font-size: 24rpx; color: #666666; } .flex-1 { flex: 1; } .base-title-view { margin-left: auto; margin-right: auto; margin-top: 10rpx; 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; } .base-title-view image { display: block; padding: 20rpx; width: 32rpx; height: 32rpx; } .base-title-share-box { position: relative; } .base-title-share-box button { position: absolute; top: 0; left: 0; bottom: 0; right: 0; line-height: 76rpx; width: 100%; height: 100%; padding: 0; opacity: 0; margin: 0; } .test-desc-box { position: relative; width: 100%; margin-left: auto; margin-right: auto; margin-top: 10rpx; display: flex; flex-direction: column; } .test-desc-box image { width: 100%; margin-bottom: 30rpx; display: block; } .test-desc { position: absolute; top: 100rpx; left: 40rpx; right: 40rpx; font-weight: 400; font-size: 28rpx; color: #696F78; }