123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424 |
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .test-result-warp.data-v-1d4e5843 {
- max-width: 750rpx;
- height: 100%;
- box-sizing: border-box;
- background-image: linear-gradient(#A9EBFF, #FFFFFF);
- }
- .test-result-inner.data-v-1d4e5843 {
- width: 100%;
- overflow: hidden;
- overflow-y: scroll;
- box-sizing: border-box;
- padding: 0 20px;
- }
- .test-result-inner .test-result-content.data-v-1d4e5843 {
- width: 100%;
- background: #FFFFFF;
- box-sizing: border-box;
- padding: 18px 18px 0;
- border-radius: 18px 18px 0 0;
- margin-top: 15px;
- }
- .test-result-inner .test-result-content .target-content.data-v-1d4e5843 {
- margin-bottom: 18px;
- }
- .report-tip.data-v-1d4e5843 {
- width: 100%;
- margin-top: 20px;
- }
- .tip-title.data-v-1d4e5843 {
- width: 100px;
- height: 35px;
- font-size: 15px;
- font-family: PingFang SC;
- font-weight: 500;
- color: #000;
- line-height: 35px;
- text-align: left;
- }
- .tip-desc.data-v-1d4e5843 {
- box-sizing: border-box;
- font-size: 12px;
- font-family: PingFang SC;
- color: #A3A3A3;
- line-height: 25px;
- padding-left: 0px;
- }
- .tip-content.data-v-1d4e5843 {
- box-sizing: border-box;
- font-size: 12px;
- font-family: PingFang SC;
- color: #575757;
- line-height: 25px;
- display: list-item;
- list-style-type: disc;
- margin-left: 5px;
- }
- /* .container {
- width: 750px;
- height: 320px;
- background-color: aquamarine;
- } */
- .total-score-progress-content.data-v-1d4e5843 {
- margin-bottom: 20px;
- }
- .total-score-progress-content .test-result-first-floor.data-v-1d4e5843 {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- }
- .total-score-progress-content .test-result-first-floor .scale-name.data-v-1d4e5843 {
- font-size: 18px;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 600;
- color: #FFAC41;
- line-height: 40px;
- }
- .total-score-progress-content .test-result-first-floor .test-time.data-v-1d4e5843 {
- font-size: 16px;
- font-family: PingFang SC-Regular, PingFang SC;
- color: rgba(65, 65, 65, 0.49);
- line-height: 20px;
- }
- .table-title.data-v-1d4e5843 {
- width: 76px;
- height: 24px;
- font-size: 18px;
- font-family: PingFang SC;
- font-weight: 500;
- line-height: 24px;
- text-indent: 12px;
- color: #fff;
- text-align: left;
- background: #FF6A97;
- border-radius: 0 36px 36px 0;
- margin: 25px 0;
- }
- .radar-title.data-v-1d4e5843 {
- width: 106px;
- height: 24px;
- font-size: 18px;
- font-family: PingFang SC;
- font-weight: 500;
- line-height: 24px;
- text-indent: 12px;
- color: #fff;
- text-align: left;
- background: #2CC5F2;
- border-radius: 0 36px 36px 0;
- margin: 25px 0;
- }
- .total-score-progress-width.data-v-1d4e5843 {
- width: 80%;
- }
- .total-score-progress.data-v-1d4e5843 {
- font-size: 40px;
- font-weight: bold;
- width: 120px;
- }
- .total-score-progress-test.data-v-1d4e5843 {
- font-size: 32px;
- }
- .demo-layout-bg-purple-light.data-v-1d4e5843 {
- display: flex;
- padding: 0 40px;
- }
- .demo-layout-bg-purple.data-v-1d4e5843 {
- width: 200px;
- height: 200px;
- }
- .demo-layout-bg-purple image.data-v-1d4e5843 {
- width: 100%;
- height: 100%;
- }
- .custom-style-list.data-v-1d4e5843 {
- width: 100%;
- margin: 0 auto;
- }
- .b-b.data-v-1d4e5843 {
- border: 1px solid #f5f5f5;
- }
- .b-d.data-v-1d4e5843 {
- border-right: 1px solid #f5f5f5;
- }
- .custom-style-list-left.data-v-1d4e5843 {
- text-align: left;
- }
- .custom-style-list-right.data-v-1d4e5843 {
- text-align: center;
- }
- .padding20.data-v-1d4e5843 {
- margin-top: 20px;
- }
- .textIndent.data-v-1d4e5843 {
- text-indent: 33px;
- }
- .content_app11.data-v-1d4e5843 {
- width: 210px !important;
- height: 91px !important;
- }
- .data-v-1d4e5843 .u-button--mini {
- height: 90px !important;
- width: 210px !important;
- }
- .over-style.data-v-1d4e5843 {
- width: 106px;
- height: 24px;
- font-size: 18px;
- font-family: PingFang SC;
- font-weight: 500;
- line-height: 24px;
- text-indent: 12px;
- color: #fff;
- text-align: left;
- background: #FF9B6E;
- border-radius: 0 36px 36px 0;
- margin: 25px 0;
- }
- .dimension-warp.data-v-1d4e5843 {
- width: 100%;
- margin-top: 20px;
- }
- .dimension-name.data-v-1d4e5843 {
- height: 20px;
- line-height: 20px;
- font-size: 16px;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #E8B643;
- border-left: 6px solid #E8B643;
- padding-left: 13px;
- }
- .dimension-content.data-v-1d4e5843 {
- width: 100%;
- box-sizing: border-box;
- padding: 10px 6px;
- background: #F6F5F5;
- border-radius: 8px;
- margin-top: 20px;
- font-size: 14px;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #505050;
- }
- .dimension-content .dimension-item.data-v-1d4e5843 {
- display: flex;
- flex-direction: row;
- justify-content: flex-start;
- line-height: 24px;
- }
- .dimension-content .dimension-item .dimension-item-title.data-v-1d4e5843 {
- width: 25%;
- height: 20px;
- font-weight: bold;
- text-align: justify;
- text-justify: distribute-all-lines;
- }
- .dimension-content .dimension-item .dimension-item-title.data-v-1d4e5843::after {
- width: 100%;
- display: inline-block;
- content: "";
- }
- .dimension-content .dimension-item .dimension-item-mh.data-v-1d4e5843 {
- width: 20px;
- font-weight: bold;
- }
- .dimension-content .dimension-item .dimension-item-desc.data-v-1d4e5843 {
- width: calc(75% - 20px);
- }
- .analysis-title.data-v-1d4e5843 {
- font-size: 26px;
- font-family: PingFang SC-Heavy, PingFang SC;
- font-weight: 800;
- color: #575757;
- line-height: 50px;
- }
- .analysis-desc.data-v-1d4e5843 {
- font-size: 24px;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: #575757;
- line-height: 45px;
- }
- .operate_wrap.data-v-1d4e5843 {
- display: flex;
- width: 710px;
- padding: 60px 0;
- margin: 0 auto;
- justify-content: space-around;
- align-items: flex-start;
- }
- .operate_wrap image.data-v-1d4e5843 {
- width: 80px;
- }
- .operate_item.data-v-1d4e5843 {
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- position: relative;
- }
- .operate_item .like-num.data-v-1d4e5843,
- .operate_item .not-like-num.data-v-1d4e5843,
- .operate_item .comment-num.data-v-1d4e5843 {
- font-size: 22px;
- font-family: PingFang SC-Bold, PingFang SC;
- color: #04919B;
- margin-left: 10px;
- }
- .operate_item_img.data-v-1d4e5843 {
- width: 80px;
- height: 80px;
- }
- .operate_item.data-v-1d4e5843:active {
- opacity: 0.8;
- }
- .comment.data-v-1d4e5843 {
- width: 100%;
- background: #FFFFFF;
- opacity: 1;
- margin: 34px auto;
- }
- .comment_top.data-v-1d4e5843 {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- margin-bottom: 20px;
- }
- .comment_title.data-v-1d4e5843 {
- font-size: 30px;
- font-family: PingFang SC-Heavy, PingFang SC;
- font-weight: 800;
- color: #04919B;
- }
- .comment_more.data-v-1d4e5843 {
- font-size: 22px;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #04919B;
- }
- .swiper.data-v-1d4e5843 {
- height: 410px;
- border-radius: 20px;
- }
- .swiper-item.data-v-1d4e5843 {
- box-sizing: border-box;
- min-height: 180px;
- margin-right: 16px;
- justify-content: center;
- align-items: center;
- border-radius: 36px 36px 36px 36px;
- background: #EEFDFE;
- opacity: 1;
- overflow: hidden;
- }
- .swiper-item_image.data-v-1d4e5843 {
- width: 54px;
- height: 54px;
- border-radius: 50%;
- }
- .swiper-item_right.data-v-1d4e5843 {
- min-width: 60%;
- font-size: 26px;
- font-family: PingFang SC-Heavy, PingFang SC;
- font-weight: 800;
- color: #575757;
- margin-left: 20px;
- text-align: left;
- }
- .swiper-item_right text.data-v-1d4e5843 {
- font-size: 22px;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: rgba(65, 65, 65, 0.49);
- line-height: 48px;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- }
- .swiper-item_end.data-v-1d4e5843 {
- font-size: 22px;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: rgba(65, 65, 65, 0.49);
- line-height: 48px;
- }
- .comment > > > .uni-list.data-v-1d4e5843 {
- width: 98%;
- }
- .comment > > > .uni-list .uni-list-item.data-v-1d4e5843:nth-child(1) {
- margin-bottom: 10px;
- }
- .comment > > > .uni-list-item.data-v-1d4e5843 {
- background: #EEFDFE;
- border-radius: 36px;
- }
- .comment > > > .uni-list-chat.data-v-1d4e5843 {
- background-color: #EEFDFE;
- margin-top: 20px;
- }
- .slot-title.data-v-1d4e5843 {
- width: 90%;
- margin-left: 15px;
- font-size: 28px;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: #1B90B2;
- }
- .slot-text.data-v-1d4e5843 {
- margin-left: 15px;
- font-size: 22px;
- font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
- color: #575757;
- line-height: 48px;
- }
- .slot-desc.data-v-1d4e5843 {
- margin-top: 6px;
- margin-left: 15px;
- font-size: 22px;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #FFAC41;
- }
- .slot-desc .slot-desc-tag.data-v-1d4e5843 {
- margin-right: 14px;
- }
- .slot-desc .slot-desc-num.data-v-1d4e5843 {
- opacity: 0.49;
- color: #414141;
- }
- .btn-content.data-v-1d4e5843 {
- width: 100%;
- display: flex;
- flex-direction: row;
- justify-content: space-around;
- align-items: center;
- padding: 30px 0 60px;
- }
|