123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321 |
- @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 {
- >.content {
- >.title {
- border-left: 10px solid #7775CA;
- }
- }
- }
- }
- .sentence {
- border-top: 20px solid #435C96;
- background: #fff;
- .body {
- >.content {
- >.title {
- border-left: 10px solid #435C96;
- }
- }
- }
- }
- .exercise.question,
- .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 {
- >.content {
- >.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;
- }
- }
- }
- }
- }
|