@charset "utf-8"; #paper-report { .header { background: #F7F8FC; padding: 30px 0; .title { font-size: 30px; font-weight: bold; color: #303036; } .btns { .button { margin-right: 10px; } } .right { position: absolute; right: 0px; top: 0px; text-align: right; .text { color: #303036; font-size: 18px; font-weight: bold; } .desc { color: #686872; } } } .body { padding: 70px 0; .title { line-height: 32px; font-size: 32px; padding-left: 10px; color: #303036; margin-bottom: 40px; } } .body.gray { background: #F7F8FC; } .content { width: 1200px; position: relative; .block-wrapper { display: flex; .block { flex: 1; } .block-1-5 { flex: 1.5; } } } .detail { text-align: center; padding-top: 10px; margin-left: -1px; .block { display: inline-block; width: 300px; text-align: center; .t1 { color: #686872; font-size: 24px; } .t2 { font-size: 56px; font-weight: 600; display: inline; color: #4299FF; } .t3 { color: #303036; font-size: 20px; display: inline; } } .line { height: 100px; width: 1px; background: #E3E5E9; display: inline-block; } } .list { .detail { .block { width: 160px; } .t1 { min-height: 30px; } .t4 { height: 95px; line-height: 95px; color: #686872; font-size: 24px; } .line { height: 80px; line-height: 80px; width: 1px; background: #E3E5E9; display: inline-block; } } } .detail-1 { margin-bottom: 20px; .block { display: inline-block; width: 160px; .t1 { color: #686872; font-size: 24px; font-weight: 600; } .t2 { font-size: 30px; display: inline; color: #4299FF; } .t3 { color: #303036; font-size: 30px; display: inline; } } .block.all { .t2 { font-size: 30px; display: inline; color: #6865FD; } } } .tip { margin-bottom: 30px; .t1 { color: #303036; display: inline; font-size: 16px; } .t2 { font-size: 32px; color: #4299FF; display: inline; } i { font-size: 20px; color: #D0D8E2; } } } .exercise { border-top: 20px solid #7775CA; background: #fff; .body { .title { border-left: 10px solid #7775CA; } } } .sentence { border-top: 20px solid #435C96; background: #fff; .body { .title { border-left: 10px solid #435C96; } } } .sentence.question { .header { text-align: center; .title {} .back { position: absolute; left: 0; top: 15px; } } .body { padding-top: 25px !important; .tip { font-size: 12px; color: #A7A7B7; margin-bottom: 10px !important; } table { th { padding: 0 20px; background: #ECEDEE; height: 60px; border: 1px solid #fff; &.point { cursor: pointer; } } td { padding: 20px; .n { color: #A7A7B7; font-size: 12px; } .desc { color: #686872; font-size: 14px; } } tbody { tr:nth-of-type(even) { background: #FBFBFB; } } } } } .examination { border-top: 20px solid #8D909C; background: #fff; .body { .title { border-left: 10px solid #989FC1; } .tabs { transform: translateY(-30px); margin-bottom: 10px; } table { width: 100%; color: #686872; font-size: 16px; line-height: 20px; th { background: #ECEDEE; padding: 30px 20px; font-weight: 500; border: 1px solid #fff; } td { background: #fff; padding: 40px 20px; border: 1px solid #fff; span { color: #A7A7B7; font-size: 12px; } } } } }