|
@@ -1,152 +1,182 @@
|
|
-.header_tit {
|
|
|
|
- padding: 16px 32px 16px 20px;
|
|
|
|
- border-bottom: 1px solid #b7b7b7;
|
|
|
|
- display: flex;
|
|
|
|
- justify-content: space-between;
|
|
|
|
- align-items: center;
|
|
|
|
- font-weight: 500;
|
|
|
|
- color: #343434;
|
|
|
|
-}
|
|
|
|
-.more {
|
|
|
|
- color: white;
|
|
|
|
- background: #47c6a2;
|
|
|
|
- right: 32px;
|
|
|
|
- padding: 6px 16px;
|
|
|
|
- border-radius: 16px;
|
|
|
|
-}
|
|
|
|
-.basic_info {
|
|
|
|
- width: 100%;
|
|
|
|
- text-align: left;
|
|
|
|
- padding: 36px 21px;
|
|
|
|
-}
|
|
|
|
-.basic_info tr {
|
|
|
|
- font-size: 12px;
|
|
|
|
- font-family: PingFangSC-Regular, PingFang SC;
|
|
|
|
- font-weight: 400;
|
|
|
|
- color: #717171;
|
|
|
|
- line-height: 17px;
|
|
|
|
-}
|
|
|
|
-.basic_info td {
|
|
|
|
- font-size: 21px;
|
|
|
|
- font-family: PingFangSC-Medium, PingFang SC;
|
|
|
|
- font-weight: 500;
|
|
|
|
- color: #343434;
|
|
|
|
- line-height: 29px;
|
|
|
|
-}
|
|
|
|
-.info {
|
|
|
|
- margin-top: 16px;
|
|
|
|
- padding: 0;
|
|
|
|
-}
|
|
|
|
-.view {
|
|
|
|
- cursor: pointer;
|
|
|
|
- color: #47c6a2;
|
|
|
|
- display: flex;
|
|
|
|
- align-items: center;
|
|
|
|
-}
|
|
|
|
-.view img {
|
|
|
|
- margin-right: 5px;
|
|
|
|
- height: 100%;
|
|
|
|
-}
|
|
|
|
-.prase {
|
|
|
|
- border: 2px solid #47c6a2;
|
|
|
|
- display: flex;
|
|
|
|
- margin-top: 24px;
|
|
|
|
-}
|
|
|
|
-.prase .jiexi {
|
|
|
|
- background: #47c6a2;
|
|
|
|
- display: flex;
|
|
|
|
- justify-content: center;
|
|
|
|
- align-items: center;
|
|
|
|
- padding: 0 22px;
|
|
|
|
- color: white;
|
|
|
|
-}
|
|
|
|
-.prase div:last-child {
|
|
|
|
- padding: 10px;
|
|
|
|
-}
|
|
|
|
-.empty-box {
|
|
|
|
- display: flex;
|
|
|
|
- flex-direction: column;
|
|
|
|
- align-items: center;
|
|
|
|
-}
|
|
|
|
-.que_tit {
|
|
|
|
- display: flex;
|
|
|
|
- position: relative;
|
|
|
|
-}
|
|
|
|
-.que_tit .fix {
|
|
|
|
- position: absolute;
|
|
|
|
- right: 0;
|
|
|
|
-}
|
|
|
|
-.que_tit .fix > span:first-child {
|
|
|
|
- background: #47c6a2;
|
|
|
|
- color: white;
|
|
|
|
- padding: 4px;
|
|
|
|
- border-radius: 3px;
|
|
|
|
- margin-right: 28px;
|
|
|
|
-}
|
|
|
|
-.btn {
|
|
|
|
- display: flex;
|
|
|
|
- justify-content: center;
|
|
|
|
- margin-top: 16px;
|
|
|
|
-}
|
|
|
|
-.btn span {
|
|
|
|
- padding: 14px 29px;
|
|
|
|
- color: white;
|
|
|
|
- background: #47c6a2;
|
|
|
|
- border-radius: 4px;
|
|
|
|
- cursor: pointer;
|
|
|
|
-}
|
|
|
|
-.center {
|
|
|
|
- width: 1000px;
|
|
|
|
-}
|
|
|
|
-.option-list {
|
|
|
|
- margin-top: 10px;
|
|
|
|
-}
|
|
|
|
-.option-item {
|
|
|
|
- line-height: 30px;
|
|
|
|
-}
|
|
|
|
-.option-symbol {
|
|
|
|
- margin-right: 10px;
|
|
|
|
-}
|
|
|
|
|
|
+.answer-details-container {
|
|
|
|
+ .header_tit {
|
|
|
|
+ padding: 16px 32px 16px 20px;
|
|
|
|
+ border-bottom: 1px solid #b7b7b7;
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: space-between;
|
|
|
|
+ align-items: center;
|
|
|
|
+ font-weight: 500;
|
|
|
|
+ color: #343434;
|
|
|
|
+ }
|
|
|
|
|
|
-.que_item {
|
|
|
|
- border-radius: 1px;
|
|
|
|
- border: 1px solid #dedede;
|
|
|
|
- margin-bottom: 8px;
|
|
|
|
-}
|
|
|
|
-.que_content {
|
|
|
|
- padding: 12px 24px 0 33px;
|
|
|
|
- font-size: 14px;
|
|
|
|
- font-family: PingFangSC-Medium, PingFang SC;
|
|
|
|
- font-weight: 500;
|
|
|
|
- color: #4c4c4c;
|
|
|
|
- line-height: 27px;
|
|
|
|
- margin-bottom: 40px;
|
|
|
|
-}
|
|
|
|
-.options {
|
|
|
|
- padding-left: 36px;
|
|
|
|
- font-size: 14px;
|
|
|
|
- font-family: PingFangSC-Regular, PingFang SC;
|
|
|
|
- font-weight: 400;
|
|
|
|
- color: #4c4c4c;
|
|
|
|
- line-height: 27px;
|
|
|
|
-}
|
|
|
|
-.options .option {
|
|
|
|
- margin-bottom: 10px;
|
|
|
|
-}
|
|
|
|
-.paper_questions {
|
|
|
|
- display: flex;
|
|
|
|
- flex-direction: column;
|
|
|
|
- align-items: center;
|
|
|
|
-}
|
|
|
|
-.que_item {
|
|
|
|
- width: 100%;
|
|
|
|
-}
|
|
|
|
-.is-correct {
|
|
|
|
- padding: 10px 36px;
|
|
|
|
-}
|
|
|
|
-.correct-text.success {
|
|
|
|
- color: #47c6a2;
|
|
|
|
-}
|
|
|
|
-.correct-text.error {
|
|
|
|
- color: crimson;
|
|
|
|
|
|
+ .more {
|
|
|
|
+ color: white;
|
|
|
|
+ background: #47c6a2;
|
|
|
|
+ right: 32px;
|
|
|
|
+ padding: 6px 16px;
|
|
|
|
+ border-radius: 16px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .basic_info {
|
|
|
|
+ width: 100%;
|
|
|
|
+ text-align: left;
|
|
|
|
+ padding: 36px 21px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .basic_info tr {
|
|
|
|
+ font-size: 12px;
|
|
|
|
+ font-family: PingFangSC-Regular, PingFang SC;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ color: #717171;
|
|
|
|
+ line-height: 17px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .basic_info td {
|
|
|
|
+ font-size: 21px;
|
|
|
|
+ font-family: PingFangSC-Medium, PingFang SC;
|
|
|
|
+ font-weight: 500;
|
|
|
|
+ color: #343434;
|
|
|
|
+ line-height: 29px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .info {
|
|
|
|
+ margin-top: 16px;
|
|
|
|
+ padding: 0;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .view {
|
|
|
|
+ cursor: pointer;
|
|
|
|
+ color: #47c6a2;
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .view img {
|
|
|
|
+ margin-right: 5px;
|
|
|
|
+ height: 100%;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .prase {
|
|
|
|
+ border: 2px solid #47c6a2;
|
|
|
|
+ display: flex;
|
|
|
|
+ margin-top: 24px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .prase .jiexi {
|
|
|
|
+ background: #47c6a2;
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ align-items: center;
|
|
|
|
+ padding: 0 22px;
|
|
|
|
+ color: white;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .prase div:last-child {
|
|
|
|
+ padding: 10px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .empty-box {
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ align-items: center;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .que_tit {
|
|
|
|
+ display: flex;
|
|
|
|
+ position: relative;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .que_tit .fix {
|
|
|
|
+ position: absolute;
|
|
|
|
+ right: 0;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .que_tit .fix > span:first-child {
|
|
|
|
+ background: #47c6a2;
|
|
|
|
+ color: white;
|
|
|
|
+ padding: 4px;
|
|
|
|
+ border-radius: 3px;
|
|
|
|
+ margin-right: 28px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .btn {
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ margin-top: 16px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .btn span {
|
|
|
|
+ padding: 14px 29px;
|
|
|
|
+ color: white;
|
|
|
|
+ background: #47c6a2;
|
|
|
|
+ border-radius: 4px;
|
|
|
|
+ cursor: pointer;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .center {
|
|
|
|
+ width: 1000px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .option-list {
|
|
|
|
+ margin-top: 10px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .option-item {
|
|
|
|
+ line-height: 30px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .option-symbol {
|
|
|
|
+ margin-right: 10px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .que_item {
|
|
|
|
+ border-radius: 1px;
|
|
|
|
+ border: 1px solid #dedede;
|
|
|
|
+ margin-bottom: 8px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .que_content {
|
|
|
|
+ padding: 12px 24px 0 33px;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ font-family: PingFangSC-Medium, PingFang SC;
|
|
|
|
+ font-weight: 500;
|
|
|
|
+ color: #4c4c4c;
|
|
|
|
+ line-height: 27px;
|
|
|
|
+ margin-bottom: 40px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .options {
|
|
|
|
+ padding-left: 36px;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ font-family: PingFangSC-Regular, PingFang SC;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ color: #4c4c4c;
|
|
|
|
+ line-height: 27px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .options .option {
|
|
|
|
+ margin-bottom: 10px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .paper_questions {
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ align-items: center;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .que_item {
|
|
|
|
+ width: 100%;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .is-correct {
|
|
|
|
+ padding: 10px 36px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .correct-text.success {
|
|
|
|
+ color: #47c6a2;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .correct-text.error {
|
|
|
|
+ color: crimson;
|
|
|
|
+ }
|
|
}
|
|
}
|