123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200 |
- .red {
- color: red;
- }
- .center {
- margin: 0 auto 0 auto;
- text-align: center;
- }
- h1 {
- font-size: 16px;
- font-family: "微软雅黑", serif;
- font-weight: bold;
- }
- h3 {
- font-size: 33px;
- font-family: "微软雅黑", serif;
- font-weight: bold;
- }
- h4 {
- font-size: 21px;
- font-family: "微软雅黑", serif;
- }
- span > p {
- font-size: 16px;
- font-family: "微软雅黑", serif;
- text-align: left;
- display: block;
- }
- .ques-title {
- margin-right: 10px;
- }
- .mainQues {
- margin-left: 3.5%;
- text-align: left;
- }
- .mainQuesTitle {
- font-size: 16px;
- font-family: "微软雅黑", serif;
- font-weight: bold;
- margin-bottom: 20px;
- flex: 1;
- }
- .mainQuesTitleDiv {
- display: flex;
- border-top: 1px dotted;
- }
- .ques {
- font-size: 16px;
- font-family: "微软雅黑", serif;
- text-align: left;
- padding-left: 10px;
- position: relative;
- display: flex;
- border-top: 1px dotted;
- flex-wrap: wrap;
- }
- .subQues {
- position: relative;
- padding-left: 10px;
- display: flex;
- border-top: 1px dotted;
- }
- .sub-ques-main-div {
- width: 100%;
- }
- .quesBody {
- display: flex;
- }
- .quesOption {
- margin-top: 10px;
- display: flex;
- }
- .quesSelect {
- border: solid 1px #fff;
- flex: 1;
- }
- .quesSelect:hover {
- /* border: solid 1px #99a9bf; */
- }
- .text-left {
- margin-left: 3.5%;
- text-align: left;
- }
- .paper-title {
- margin-right: 10px;
- margin-bottom: 10px;
- }
- small {
- font-size: 15px;
- font-weight: bold;
- margin-left: 10px;
- margin-top: 20px;
- }
- .titlefont {
- font-size: 14px;
- }
- .paper {
- margin: 0 auto;
- background-color: white;
- padding-right: 3.5%;
- margin-bottom: 10px;
- }
- .btnDiv {
- height: 30px;
- text-align: right;
- position: relative;
- right: 2px;
- top: 1px;
- visibility: hidden;
- }
- textarea {
- width: 200px;
- }
- .paperName {
- margin-top: 30px;
- text-align: center;
- }
- .showContentBtn {
- display: none;
- }
- .score-span {
- width: 220px;
- }
- .edit-paper-top {
- background: #eff2f7;
- color: #000;
- position: fixed;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- height: 60px;
- line-height: 60px;
- z-index: 100;
- text-align: center;
- }
- .edit-paper-top-inline {
- margin-left: 6%;
- }
- .paper-top-div {
- float: left;
- margin-left: 5px;
- padding-left: 5px;
- }
- .paper-top-title {
- font-size: 16px;
- font-weight: bold;
- }
- .paper-top-value {
- font-size: 16px;
- padding: 3px 10px;
- }
- .paperName-input {
- background-color: #eff2f7;
- border: 1px solid #000;
- border-top: 0;
- border-left: 0;
- border-right: 0;
- box-sizing: border-box;
- color: #1f2d3d;
- font-size: inherit;
- height: 20px;
- padding: 2px 10px;
- transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
- outline: none;
- width: 110px;
- }
- .ques-tag-main {
- width: 286px;
- border-left: 1px dotted;
- padding: 5px;
- display: flex;
- flex-wrap: wrap;
- align-content: flex-start;
- gap: 5px;
- }
- .ques-tag-container {
- border-radius: 5px;
- border: 1px solid black;
- width: 65px;
- height: 35;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .ques-tag {
- display: flex;
- flex-direction: column;
- }
- .ques-tag-title {
- border-bottom: 1px solid black;
- }
- .ques-tag div {
- font-size: 12px;
- text-align: center;
- }
|