.container { background-color: #f2f0e6; padding-bottom: 20rpx; } .read { display: flex; flex-direction: column; margin-left: 10px; margin-right: 10px; } .test-title { font-size: 1.5rem; padding-top: 30rpx; text-align: center; } .test-title-text { color: #333; font-size: 1rem; } .progress { padding-top: 30rpx; text-align: center; } .word-step { margin-top: 30px; } .word-name { font-size: 40rpx; padding-top: 10px; } .word-example,.word-name { color: #333; text-align: center; } .word-example { font-size: 32rpx; padding-top: 20px; } .fill-wrap { color: #111; font-size: 28rpx; justify-content: center; margin-bottom: 30rpx; margin-left: 10px; margin-right: 10px; } .fill,.fill-wrap { display: flex; } .fill { flex: 1; } .fill-left { width: 100rpx; } .fill-content { flex: 1; } .fill-content,.fill-section { justify-content: center; } .fill-section { display: flex; flex-wrap: wrap; } .fill-word { font-family: SourceHanSansHWSC ExtraLight; font-size: 1.4rem; padding-right: 20rpx; text-align: center; } .fill-word-select-true { color: #4fc08d; } .fill-word-select-false,.fill-word-select-true { border-bottom: 1px solid #333; padding-bottom: 2px; } .fill-word-select-false { color: red; } .fill-word-true { border-bottom: 1px solid #4fc08d; color: #4fc08d; font-size: 40rpx; font-weight: 600; } .fill-word-false { border-bottom: 1px solid red; color: red; font-size: 40rpx; font-weight: 600; } .tips { color: #1963ec; margin-top: 80rpx; text-align: center; } .select { flex-direction: column; justify-content: center; margin-right: 5px; margin-top: 40rpx; } .select,.select-item { display: flex; margin-left: 10px; } .select-item { align-items: center; background-color: #fff; border: 1px solid #ddd; border-radius: 10px; font-size: 28rpx; margin-bottom: 40rpx; margin-right: 10px; padding-bottom: 30rpx; padding-left: 20rpx; padding-top: 30rpx; } .select-word-checked { border: 1px solid blue; } .select-word-unchecked { border: 1px solid #ddd; } .control { padding-top: 20px; } .control-success-text { color: red; font-size: 28rpx; font-weight: 600; margin-bottom: 10px; text-align: center; } .score { align-items: center; display: flex; flex-direction: column; height: 60vh; justify-content: center; margin-top: 20px; } .score-text { font-size: 36rpx; margin-bottom: 20px; margin-top: 10px; } .score-circle { margin-bottom: 30px; } .score-answer { align-items: center; display: flex; flex-direction: column; } .score-answer view { padding-bottom: 10px; } .score-control { display: flex; flex-direction: column; flex-grow: 1; justify-content: flex-end; margin-bottom: 20px; margin-top: 30rpx; width: 100%; } .score-control_panel { align-items: center; display: flex; justify-content: space-between; padding: 10px; } .btn-next,.btn-prev,.btn-submit { flex: 1; }