textarea{ font-size: 16px; word-break: break-all; max-width: 100%; } button { font-size: 16px; font-weight: 700; } div,view,span,a,input,text,uni-view { font-size: 16px; } .uni-forms-item__label .label-text, .uni-list-item__content-title { font-size: 16px !important; } .uni-list-item__content-note, .uni-list-item__extra-text, .uni-list-item__content-note span, .uni-list-item__extra-text span { font-size: 14px !important; } /* 题目样式表 - 新*/ .qu-box{ } .sub-box{ margin: 20px 0px 20px 0px; border: #f1f1f1 1px solid; border-radius: 5px; padding: 10px; } .qu-box > .split{ margin-bottom: 30px; padding-bottom: 30px; border-bottom: #eee 3px dotted; } .qu-item{ margin-bottom: 20px; } .qu-item > .sub{ width: 15px; font-weight: 700; color: #5794f7; font-size: 16px; font-style: italic; line-height: 24px; } .qu-item .num{ color: #007AFF; font-weight: 700; font-size: 14px; } .qu-item .score{ color: #f01414; font-weight: 700; font-size: 14px; } .qu-item .content{ flex-grow: 1; align-items: flex-start; white-space: pre-wrap; word-break:break-all; word-wrap:break-word; } .qu-item .content p{ line-height: 24px; margin-top: -0px; } .qu-answer { } .qu-answer > .item{ display: flex; border: #eee 1px solid; border-radius: 5px; line-height: 20px; margin: 15px 0px 15px 0px; padding: 10px; cursor: pointer; font-size: 14px; } .qu-answer > .active{ border: #5794f7 1px solid; } .qu-answer > .true{ border: #04D76A 1px solid; } .qu-answer > .wrong{ border: #f01414 1px solid; } .qu-answer > .item > .tag{ width: 10px; font-weight: 700; color: #0a84ff; display: flex; align-items: center; } .qu-answer .item .content{ flex-grow: 1; padding-left: 10px; } .qu-answer .item .right-box{ width: 50px; display: flex; align-items: center; justify-content: space-between; flex-shrink: 0; } .as-box{ border: #eee 1px solid; border-radius: 5px; line-height: 24px; margin: 5px 0px 10px 0px; padding: 10px; font-size: 14px; color: #555; background: #f5f5f5; } .rest-box{ display: flex; align-items: center; } .rest-box .text { padding-left: 5px; } /* 考试过程顶部栏目 开始*/ .hand-bar { padding: 5px 10px; background: #eee; margin-bottom: 20px; display: flex; align-items: center; flex-direction: row; } .hand-col { display: flex; align-items: center; height: 40px; } .timer-col { height: 40px; flex-grow: 1; display: flex; align-items: center; } /* 考试过程顶部栏目 结束*/ /* 排行榜相关代码 开始*/ .rank-card { margin: 0px 0px 10px 0px !important; } .rank-box { display: flex; flex-direction: row; align-items: center; } .rank-num { color: #FD972D; font-weight: 700; font-size: 28px; padding-right: 10px; font-style: italic } .rank-info { flex-grow: 1; } /* 排行榜相关代码 结束*/ /*答题卡样式 开始 */ .card-num { width: 30px; height: 30px; background: #eee; margin: 5px; line-height: 30px; text-align: center; border-radius: 3px; font-size: 10px; font-weight: 700; } .current { background: #edb73f !important; color: #fff; } .right, .answered { background: #5794f7 !important; color: #fff; } .error { background: #ff0000 !important; color: #fff; } .card-com { width: auto; padding: 0px 10px; } .card-context { display: flex; align-items: center; flex-wrap: wrap; align-content: space-around; justify-content: center; padding-top: 10px; padding-bottom: 10px; } .card-title { padding: 10px; text-align: center; background: #eee; } .scroll-y { width: 100%; height: 90%; white-space: nowrap; } /*答题卡样式 结束 */ /* 答题或训练底部按钮 开始*/ .bottom-bar { position: fixed; left: 0; bottom: 0; box-sizing: border-box; background: #eee; width: 100%; padding: 15px; } .bottom-bar button { width: 100%; padding: 0px; } /* 答题或训练底部按钮 结束*/ /* 登录注册页面样式 开始*/ .ca-box { display: flex; align-items: center; flex-direction: row; } .ca-box .input { flex-grow: 1; } .ca-box .img { height: 36px; width: 100px; margin-left: 20px; } .ca-box .btn { width: 100px; margin-left: 20px; } .login-tab { border-bottom: #eee 1px solid; margin: -25px -25px 30px -25px; display: flex; justify-content: center; background: #f9f9f9; } .login-opt { display: flex; flex-direction: row; margin-top: 20px; color: #555; } .login-opt :first-child { flex-grow: 1; text-align: left; } .login-opt :last-child { flex-grow: 1; text-align: right; } /* 登录注册页面样式 结束*/ .pay-box { margin-top: 20px; padding: 20px; } .pay-box .price { color: #ff0000; font-size: 28px; font-weight: 700 } .empty { display: flex; height: 30vh; align-items: center; color: #666; flex-direction: column; justify-content: center; } .empty :first-child { margin-bottom: 20px; } .empty :last-child { width: 90%; } /**富文本图片宽度*/ uni-rich-text img{ max-width: 100% !important; } /* 一个图标加文字的描述框*/ .desc-box{ display: flex; align-items: center; } .desc-box .text{ padding-left: 5px; }