123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872 |
- /*====sl修改样式开始====*/
- .jdt_style textarea {
- min-height: 180rpx;
- }
- .jdt_style {
- padding: 26rpx;
- background: #fff;
- margin: 26rpx 0;
- border-radius: 12rpx;
- border: #eeeeee solid 1px;
- }
- .tkt_button {
- width: 100%;
- margin: 0 auto;
- background-color: #3c7bfc;
- border-radius: 60rpx;
- color: #fff;
- font-size: 36rpx;
- text-align: center;
- margin-bottom: 30rpx;
- }
- .tkt_style {
- padding: 26rpx;
- background: #fff;
- margin: 26rpx 0;
- border-radius: 12rpx;
- border: #eeeeee solid 1px;
- }
- /*====sl修改样式结束====*/
- page {
- background: #f6f6f6
- }
- .kaoshi-head-top {
- /* color: #fff; */
- }
- .kaoshi-head-top .kaoshi-head-left {
- width: 20%;
- display: flex;
- align-items: center;
- }
- .kaoshi-head-top .kaoshi-head-m {
- width: 60%;
- text-align: center;
- display: flex;
- font-size: 14px;
- justify-content: center;
- align-items: center;
- font-weight: normal;
- }
- .moshi-active {
- background: #3c7bfc;
- color: #ffffff;
- height: 28px;
- border-radius: 5px;
- text-align: center;
- line-height: 28px;
- padding: 0 10px;
- width: 29%;
- margin-left: 6px;
- font-size: 14px;
- font-weight: normal;
- }
- .moshi {
- height: 28px;
- border-radius: 5px;
- text-align: center;
- line-height: 28px;
- padding: 0 10px;
- margin-left: 6px;
- width: 29%;
- border: solid 1px #3c7bfc;
- color: #3c7bfc;
- font-size: 14px;
- font-weight: normal;
- }
- .index-head-top .index-head-r {
- width: 20%;
- text-align: right;
- dispaly: flex
- }
- .index-head-r .iconfont {
- font-size: 24px;
- flex: 1;
- align-items: center;
- }
- .index-head-top .index-head-l .iconfont {
- font-size: 20px;
- }
- .questionBankAnswer {
- background: #fff;
- margin: 0px 15px 10px;
- padding: 16px 16px 16px 0;
- font-size: 16px;
- border-radius: 8px;
- }
- .questionBankAnswer-flex {
- display: flex;
- justify-content: space-between;
- align-items: baseline;
- }
- .questionBankAnswer-top-l {
- width: 100%;
- display: flex;
- font-size: 16px;
- justify-content: space-between;
- align-items: center;
- }
- .questionBankAnswer-top {
- color: #9a9a9a;
- }
- .questionBankAnswer-top span {
- color: #000;
- font-weight: bold;
- }
- .questionBankAnswer-tx {
- /* background: #ececec; */
- /* color: #3c7bfc; */
- /* padding: 4px 12px; */
- font-size: 16px;
- padding-left: 11px;
- /* margin-left: 8px; */
- /* border-radius: 14px 14px 14px 0; */
- line-height: 16px;
- border-left: 5px solid #3c7bfc;
- }
- .questionBankAnswer-top-r {
- color: #ababab;
- font-size: 13px;
- }
- .questionBankAnswer-title {
- margin-top: 10px;
- }
- .questionBankAnswer-content {
- margin: 10px 15px;
- padding: 1px 16px;
- background-color: #fff;
- border-radius: 8px;
- }
- .questionBankAnswer-content .active-bg {
- background: #e8f7e8;
- }
- .questionBankAnswer-content .kaoshi {
- background: #f7f7f7;
- }
- .questionBankAnswer-content .error-bg {
- background: #feeceb;
- }
- .questionBankAnswer-content-menu {
- display: flex;
- align-items: center;
- margin: 13px 0;
- background: #f7f7f7;
- padding: 10px;
- border-radius: 6px;
- }
- .questionBankAnswer-content-num {
- width: 30px;
- height: 30px;
- line-height: 30px;
- text-align: center;
- border-radius: 50%;
- color: #5a5a5a;
- margin-top: 2px;
- font-size: 18px;
- }
- .questionBankAnswer-content-menu .active {
- background: #0ec380;
- color: #fff;
- position: relative;
- }
- .questionBankAnswer-content .kaoshi .active {
- background: #3c7bfc !important;
- }
- .questionBankAnswer-content-menu .error {
- background: red;
- color: #fff;
- }
- .questionBankAnswer-content-txt {
- flex: 1;
- margin-left: 12px;
- color: #5a5a5a;
- }
- .questionBankAnswer-contentbtnbox {
- display: flex;
- justify-content: center;
- align-items: center;
- margin-bottom: 15px;
- }
- .questionBankAnswer-contentprevbtn,
- .questionBankAnswer-contentnextbtn {
- width: 95px;
- margin: 0 10px;
- line-height: 35px;
- text-align: center;
- font-size: 14px;
- border: 1px solid #3a79f7;
- border-radius: 10px;
- }
- .questionBankAnswer-contentprevbtn {
- color: #3a79f7;
- }
- .questionBankAnswer-contentnextbtn {
- color: #fff;
- background-color: #3a79f7;
- }
- .noprevbtn {
- color: #999;
- border: 1px solid #d9d9d9;
- }
- .nonextbtn {
- background-color: #ccc;
- border: 1px solid #ccc;
- }
- .questionBankAnswer-dc {
- display: flex;
- justify-content: flex-start;
- align-items: center;
- font-size: 14px;
- }
- .djs {
- margin-left: auto;
- margin-right: 5px;
- }
- .questionBankAnswer-dc .questionBankAnswer-dc-flex:first-child {
- display: flex;
- align-items: center;
- text-align: center;
- color: #0ec358;
- padding: 0 4px;
- margin-right: 10px;
- }
- .questionBankAnswer-dc-flex .iconfont {
- font-size: 17px;
- margin-right: 5px;
- }
- .questionBankAnswer-dc .questionBankAnswer-dc-flex:last-child {
- display: flex;
- align-items: center;
- color: #ff4c4c;
- }
- .questionBankAnswer-dui {
- position: absolute;
- bottom: 0;
- right: -3px;
- top: 11px;
- }
- .questionBankAnswer-dui-img {
- width: 21px;
- height: 16px;
- }
- /*收藏*/
- .collect .iconfont {
- color: #ffe51f;
- }
- /*题卡*/
- .tika {
- background: #fff;
- position: fixed;
- bottom: 0;
- width: 100%;
- height: 350px;
- z-index: 100;
- overflow: hidden;
- overflow-y: scroll;
- border: none !important;
- left: 0 !important;
- border-radius: 10px 10px 0 0;
- }
- .order-pay1 {
- background: #fff;
- font-size: 18px;
- z-index: 100;
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 17px 20px 12px;
- border-bottom: solid 1px #eee;
- }
- .tika-content {
- width: 100%;
- }
- .tika-content-n {
- float: left;
- display: flex;
- justify-content: center;
- align-items: center;
- width: calc(100%/8 - 16px);
- aspect-ratio: 1/1;
- border: solid 1px #eee;
- border-radius: 50%;
- margin: 7px;
- font-size: 15px;
- }
- .order-pay-z {
- background: rgba(0, 0, 0, 0.45);
- width: 100%;
- z-index: 100;
- height: 100%;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- }
- .order-pay {
- background: #fff;
- position: fixed;
- bottom: 0;
- width: 100%;
- font-size: 18px;
- border-top: solid 1px #eee;
- z-index: 30;
- display: flex;
- justify-content: center;
- height: 50px;
- }
- /* .questionBankAnswer-bottom {
- flex: 0 0 48%;
- display: flex;
- font-size: 12px;
- } */
- .questionBankAnswer-bottom-flex {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- flex: 1;
- font-size: 12px;
- }
- .questionBankAnswer-bottom-flex .iconfont {
- font-size: 17px;
- margin-bottom: 3px;
- color: #008ff9;
- }
- .questionBankAnswer-bottom-flex .icon-shoucang1 {
- color: #d9d9d9;
- }
- .questionBankAnswer-bottom-flex .yellow {
- color: #ffe51f;
- }
- .questionBankAnswer-bottom .questionBankAnswer-bottom-flex:first-child {
- padding-left: 10px;
- padding-right: 4px;
- }
- .questionBankAnswer-bottom .questionBankAnswer-bottom-flex:nth-child(2) {
- padding-right: 4px;
- }
- .questionBankAnswer-r {
- display: flex;
- font-size: 14px;
- justify-content: center;
- align-items: center;
- color: #999;
- }
- .questionBankAnswer-r .iconfont {
- font-size: 17px;
- margin-right: 5px;
- color: #3c7bfc;
- }
- .questionBankAnswer-r-menu span {
- color: #000;
- font-weight: bold;
- }
- /*答案*/
- .questionBankAnswer-jiexi {
- background-color: #fff;
- margin: 10px 15px;
- padding: 10px 16px;
- border-radius: 8px;
- }
- .questionBankAnswer-jiexi-daan {
- background: #f7f7f7;
- margin: 5px auto 0;
- display: flex;
- padding: 11px;
- font-size: 14px;
- }
- .dui {
- background: #e8f7e8;
- }
- .cuo {
- background: #feeceb;
- }
- .jianda {
- flex-direction: column;
- padding: 0;
- background: none;
- }
- .jianda .questionBankAnswer-jiexi-flex {
- width: 100%;
- margin-top: 10px;
- align-items: flex-start;
- }
- .jianda .questionBankAnswer-jiexi-daan-flex {
- align-items: flex-start;
- }
- .jianda .questionBankAnswer-jiexi-daan-flex .questionBankAnswer-jiexi-daan-flex-dui,
- .jianda .questionBankAnswer-jiexi-daan-flex .questionBankAnswer-jiexi-daan-flex-cuo {
- color: #999;
- }
- .jdttishi {
- font-size: 11px;
- text-align: center;
- color: #afafaf;
- padding: 6px 0;
- }
- .questionBankAnswer-jiexi-daan-flex {
- display: flex;
- align-items: center;
- flex-direction: column;
- flex: 1;
- }
- .questionBankAnswer-jiexi-daan-flex-dui {
- color: #60c25f;
- font-size: 30px;
- }
- .questionBankAnswer-jiexi-flex {
- display: flex;
- width: 56%;
- }
- .questionBankAnswer-jiexi-daan-line {
- width: 1px;
- height: 20px;
- background: #dadada;
- margin: 19px 11px 0 8px;
- }
- .questionBankAnswer-jiexi-daan-flex-cuo {
- color: #f4665b;
- font-size: 30px;
- }
- /*答题数据*/
- .questionBankAnswer-jiexi-sj {
- display: flex;
- padding: 12px 10px;
- font-size: 16px;
- background: #ebf6ff;
- margin: 0 10px;
- flex-direction: column;
- margin-top: 10px;
- }
- .questionBankAnswer-jiexi-sj-title {
- font-size: 15px;
- color: #6d7276;
- margin-bottom: 3px;
- }
- .questionBankAnswer-jiexi-sj span {
- color: #60c25f;
- font-weight: bold;
- }
- /*解析*/
- .questionBankAnswer-jiexi-jx {
- padding: 12px 0 0;
- font-size: 16px;
- /* margin-bottom: 44px; */
- }
- .questionBankAnswer-jiexi-jx-title {
- border-left: 4px solid #3c7bfc;
- color: #000000;
- margin: 5px 0 13px;
- padding-left: 8px;
- line-height: 16px;
- font-size: 16px;
- }
- .duoxuan {
- width: 97px;
- line-height: 37px;
- margin: 0 auto 12px;
- background-color: #3c7bfc;
- border-radius: 10px;
- color: #fff;
- font-size: 14px;
- }
- .duoxuan_checked {
- width: 97px;
- margin: 0 auto 12px;
- line-height: 37px;
- font-size: 14px;
- background-color: #d6d6d6;
- border-radius: 10px;
- color: #f8f8f8
- }
- /* 列表 */
- .uni-list {
- background-color: #FFFFFF;
- position: relative;
- width: 100%;
- display: flex;
- flex-direction: column;
- }
- .uni-list:after {
- position: absolute;
- z-index: 10;
- right: 0;
- bottom: 0;
- left: 0;
- height: 1px;
- content: '';
- -webkit-transform: scaleY(.5);
- transform: scaleY(.5);
- background-color: none;
- }
- .uni-list::before {
- position: absolute;
- z-index: 10;
- right: 0;
- top: 0;
- left: 0;
- height: 1px;
- content: '';
- -webkit-transform: scaleY(.5);
- transform: scaleY(.5);
- background-color: #c8c7cc;
- }
- .uni-list-cell {
- position: relative;
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- }
- .uni-list-cell-hover {
- background-color: #eee;
- }
- .uni-list-cell-pd {
- padding: 22upx 30upx;
- }
- .uni-list-cell-left {
- font-size: 28upx;
- padding: 0 30upx;
- }
- .uni-list-cell-db {
- font-size: 16px;
- }
- .uni-list-cell-db,
- .uni-list-cell-right {
- flex: 1;
- }
- .uni-list-cell::after {
- position: absolute;
- z-index: 3;
- right: 30upx;
- bottom: 0;
- left: 30upx;
- height: 1px;
- content: '';
- -webkit-transform: scaleY(.5);
- transform: scaleY(.5);
- background-color: #e4e4e4;
- }
- .uni-list .uni-list-cell:last-child::after {
- height: 0upx;
- }
- .uni-list-cell-last.uni-list-cell::after {
- height: 0upx;
- }
- .uni-list-cell-divider {
- position: relative;
- display: flex;
- color: #999;
- background-color: #f7f7f7;
- padding: 15upx 20upx;
- }
- .uni-list-cell-divider::before {
- position: absolute;
- right: 0;
- top: 0;
- left: 0;
- height: 1px;
- content: '';
- -webkit-transform: scaleY(.5);
- transform: scaleY(.5);
- background-color: #c8c7cc;
- }
- .uni-list-cell-divider::after {
- position: absolute;
- right: 0;
- bottom: 0;
- left: 0;
- height: 1px;
- content: '';
- -webkit-transform: scaleY(.5);
- transform: scaleY(.5);
- background-color: #e4e4e4;
- }
- .uni-list-cell-navigate {
- font-size: 30upx;
- padding: 22upx 30upx;
- line-height: 48upx;
- position: relative;
- display: flex;
- box-sizing: border-box;
- width: 100%;
- flex: 1;
- justify-content: space-between;
- align-items: center;
- }
- .uni-list-cell-navigate {
- padding-right: 36upx;
- }
- .uni-navigate-badge {
- padding-right: 50upx;
- }
- .uni-list-cell-navigate.uni-navigate-right:after {
- font-family: uniicons;
- content: '\e583';
- position: absolute;
- right: 24upx;
- top: 50%;
- color: #bbb;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- }
- .uni-list-cell-navigate.uni-navigate-bottom:after {
- font-family: uniicons;
- content: '\e581';
- position: absolute;
- right: 24upx;
- top: 50%;
- color: #bbb;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- }
- .uni-list-cell-navigate.uni-navigate-bottom.uni-active::after {
- font-family: uniicons;
- content: '\e580';
- position: absolute;
- right: 24upx;
- top: 50%;
- color: #bbb;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- }
- .uni-collapse.uni-list-cell {
- flex-direction: column;
- }
- .uni-list-cell-navigate.uni-active {
- background: #eee;
- }
- .uni-list.uni-collapse {
- box-sizing: border-box;
- height: 0;
- overflow: hidden;
- }
- .uni-collapse .uni-list-cell {
- padding-left: 20upx;
- }
- .uni-collapse .uni-list-cell::after {
- left: 52upx;
- }
- .uni-list.uni-active {
- height: auto;
- }
- .jiucuo .jc-h1 {
- font-size: 18px;
- margin-bottom: 12px;
- }
- .jiucuo-textarea {
- border: solid 1px #f5f5f5;
- padding: 10px;
- width: 100%;
- }
- .jc-button {
- height: 38px;
- line-height: 38px;
- width: 100%;
- margin-top: 10px;
- background: #3c7bfc !important;
- color: #000 !important;
- border-radius: 30px;
- }
- .qkbutton {
- background: #3c7bfc;
- color: #fff;
- padding: 5px 12px;
- font-size: 13px;
- border-radius: 4px;
- margin: 3px;
- }
- /*夜间模式*/
- .yejian {
- min-height: 100vh;
- }
- .yejian,
- .yejian .kaoshi-head,
- .yejian .kaoshi-head-m,
- .yejian .questionBankAnswer,
- .yejian .questionBankAnswer-jiexi-daan,
- .yejian .questionBankAnswer-jiexi-sj,
- .yejian .order-pay1,
- .yejian .tika {
- background: #3a3a3a !important;
- color: #7b7b7b !important;
- }
- .yejian .questionBankAnswer-jiexi-jx-title {
- color: #7b7b7b !important;
- }
- .yejian .questionBankAnswer-top span {
- color: #3a79f7;
- }
- .yejian .kaoshi-head,
- .yejian .order-pay1 {
- border-bottom: solid 1px #191919;
- }
- .yejian .questionBankAnswer-r-menu span {
- color: #fff;
- font-weight: bold;
- }
- .yejian .uni-list-cell-pd {
- background: #3a3a3a;
- }
- .yejian .moshi-active {
- background: #3c7bfc;
- color: #fff;
- }
- .yejian .tika-content-n {
- border: solid 1px #626262;
- }
- .yejian .index-head-m,
- .yejian .questionBankAnswer-r,
- .yejian .iconfont {
- color: #7b7b7b !important
- }
- .yejian .order-pay {
- border-top: solid 1px #191919;
- background: #3a3a3a !important;
- color: #7b7b7b !important;
- }
- .yejian .questionBankAnswer-content-menu {
- background: #000;
- }
- .yejian .questionBankAnswer-tx {
- color: #a7a7a7;
- }
- .yejian .questionBankAnswer-content,
- .yejian .jdt_style,
- .yejian .tkt_style,
- .yejian .questionBankAnswer-jiexi {
- background: #222226;
- }
- .yejian .jdt_style {
- border: #727272 solid 1px;
- }
|