123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464 |
- @charset "UTF-8";
- /**
- * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
- * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
- * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
- */
- page.data-v-57280228 {
- background-color: #F9F9FB;
- }
- .news.data-v-57280228 {
- padding: 10px 0 0;
- }
- .news .list-item.data-v-57280228 {
- background: #FFFFFF;
- opacity: 1;
- border-radius: 12px;
- padding: 12px;
- position: relative;
- display: flex;
- align-items: center;
- margin-top: 8px;
- }
- .news .list-item .tips.data-v-57280228 {
- position: absolute;
- display: inline-block;
- padding: 0 7px;
- text-align: center;
- background: #FFAA1D;
- top: 0;
- right: 0;
- opacity: 1;
- border-radius: 0px 4px 0px 4px;
- font-size: 8px;
- color: #fff;
- }
- .news .list-item .tips .sign-num.data-v-57280228 {
- font-size: 12px;
- font-weight: 600;
- }
- .news .list-item .image.data-v-57280228 {
- flex: 0 0 60px;
- width: 60px;
- height: 60px;
- margin-right: 6px;
- background-position: center;
- background-repeat: no-repeat;
- background-size: cover;
- }
- .news .list-item .right.data-v-57280228 {
- flex: 1;
- padding-left: 5px;
- overflow: hidden;
- width: calc(100% - 170px);
- }
- .news .list-item .right view.data-v-57280228 {
- height: 19px;
- line-height: 19px;
- }
- .news .list-item .right .title.data-v-57280228 {
- width: 220px;
- font-size: 14px;
- font-family: PingFang SC;
- color: #0C0C0C;
- opacity: 1;
- white-space: nowrap;
- /*设置不换行*/
- overflow: hidden;
- /*设置隐藏*/
- text-overflow: ellipsis;
- /*设置隐藏部分为省略号*/
- }
- .news .list-item .right .text.data-v-57280228 {
- font-size: 12px;
- font-family: PingFang SC;
- font-weight: 400;
- color: #666666;
- margin-top: 3px;
- width: 230px;
- white-space: nowrap;
- /*设置不换行*/
- overflow: hidden;
- /*设置隐藏*/
- text-overflow: ellipsis;
- /*设置隐藏部分为省略号*/
- }
- .news .list-item .right .text .tag.data-v-57280228 {
- display: inline-block;
- padding: 0 8px;
- color: #FFFFFF;
- background-color: #d13a2d;
- font-size: 10px;
- border-radius: 12px;
- margin-right: 5px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- max-width: 100%;
- }
- .news .list-item .right .time.data-v-57280228 {
- display: flex;
- font-size: 10px;
- color: #858585;
- align-items: center;
- }
- .news .list-item .right .time view.data-v-57280228:nth-child(2) {
- width: 50px;
- margin-left: 20px;
- margin-right: 10px;
- }
- .student-show.data-v-57280228 {
- padding-bottom: 5px;
- }
- .student-show .stu-title.data-v-57280228 {
- font-size: 20px;
- font-family: PingFang SC;
- font-weight: bold;
- line-height: 20px;
- color: #282828;
- opacity: 1;
- text-align: center;
- padding: 20px 0 20px;
- }
- .student-show .stu-mess.data-v-57280228 {
- display: flex;
- padding: 0 22px;
- }
- .student-show .stu-mess image.data-v-57280228 {
- height: 75px;
- width: 75px;
- margin-right: 14px;
- border-radius: 9px;
- }
- .student-show .stu-mess .right.data-v-57280228 {
- flex: 1;
- }
- .student-show .stu-mess .right .stu-text.data-v-57280228 {
- font-size: 13px;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 20px;
- color: #282828;
- overflow: hidden;
- display: -webkit-box;
- text-overflow: ellipsis;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- white-space: normal;
- }
- .student-show .e-mail.data-v-57280228 {
- margin: 10px 22px 0px;
- height: 36px;
- line-height: 36px;
- font-size: 14px;
- font-family: PingFang SC;
- font-weight: bold;
- color: rgba(40, 40, 40, 0.78);
- border-bottom: 1px solid rgba(112, 112, 112, 0.06);
- }
- .student-show .remark-title.data-v-57280228 {
- margin: 10px 22px 0px;
- padding: 5px;
- font-size: 13px;
- font-family: PingFang SC;
- font-weight: bold;
- line-height: 20px;
- color: #282828;
- opacity: 0.61;
- }
- .student-show .remark.data-v-57280228 {
- margin: 0px 22px 22px;
- font-size: 12px;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 20px;
- color: #282828;
- opacity: 0.54;
- padding: 5px;
- overflow: hidden;
- display: -webkit-box;
- text-overflow: ellipsis;
- -webkit-line-clamp: 3;
- -webkit-box-orient: vertical;
- white-space: normal;
- }
- .real_name.data-v-57280228 {
- width: 320px;
- }
- .real_name image.data-v-57280228 {
- height: 196px;
- }
- .real_name .title.data-v-57280228 {
- font-size: 18px;
- font-family: PingFang SC;
- font-weight: bold;
- line-height: 20px;
- color: #282828;
- opacity: 1;
- margin-top: 25px;
- margin-bottom: 13px;
- text-align: center;
- }
- .real_name .text.data-v-57280228 {
- font-size: 16px;
- font-family: PingFang SC;
- font-weight: 600;
- line-height: 26px;
- color: #BCBCBC;
- opacity: 1;
- text-align: center;
- margin: 0 30px;
- }
- .real_name .popup-bt.data-v-57280228 {
- display: flex;
- }
- .real_name .popup-bt .go_perfect.data-v-57280228 {
- height: 44px;
- line-height: 44px;
- margin: 28px auto;
- text-align: center;
- width: 128px;
- background: #3B7653;
- opacity: 1;
- border-radius: 24px;
- font-size: 18px;
- font-family: PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- margin-right: 20px;
- }
- .real_name .popup-bt .log_out.data-v-57280228 {
- height: 44px;
- line-height: 44px;
- margin: 28px auto;
- text-align: center;
- width: 128px;
- border: solid 1px #3B7653;
- opacity: 1;
- border-radius: 24px;
- font-size: 18px;
- font-family: PingFang SC;
- font-weight: 500;
- color: #3B7653;
- margin-left: 20px;
- }
- .index .enptyStatus.data-v-57280228 {
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- padding: 30px 10px;
- }
- .index .enptyStatus image.data-v-57280228 {
- width: 80px;
- height: 110px;
- }
- .index .enptyStatus .words.data-v-57280228 {
- color: #ffae21;
- font-size: 14px;
- padding-top: 10px;
- }
- .index .top.data-v-57280228 {
- background: #FFFFFF;
- padding: 15px 15px 23px;
- }
- .index .top .ad.data-v-57280228 {
- height: 46px;
- margin-top: 15px;
- display: flex;
- justify-content: center;
- align-items: center;
- border-radius: 6px;
- padding: 0 25px;
- background-image: url(/static/images/ad-bg.png);
- background-repeat: no-repeat;
- background-size: 100% auto;
- }
- .index .top .ad .left.data-v-57280228 {
- flex: 1;
- font-size: 16px;
- font-family: PingFang HK;
- font-weight: 600;
- line-height: 20px;
- white-space: nowrap;
- /*设置不换行*/
- overflow: hidden;
- /*设置隐藏*/
- text-overflow: ellipsis;
- /*设置隐藏部分为省略号*/
- color: #84705D;
- }
- .index .top .ad .right.data-v-57280228 {
- text-align: center;
- padding: 3px 9px;
- border: 1px solid #84715E;
- opacity: 1;
- border-radius: 11px;
- font-size: 11px;
- font-family: PingFang SC;
- font-weight: 400;
- color: #9A7C5D;
- }
- .index .content.data-v-57280228 {
- padding: 15px 15px 0;
- }
- .index .content .content-top.data-v-57280228 {
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .index .content .content-top .title.data-v-57280228 {
- width: 70px;
- font-size: 18px;
- font-family: PingFang SC;
- font-weight: bold;
- color: #282828;
- flex: 1;
- opacity: 1;
- position: relative;
- }
- .index .content .content-top .title .shadow.data-v-57280228 {
- width: 70px;
- position: absolute;
- font-size: 12px;
- font-family: PingFang SC;
- font-weight: bold;
- line-height: 20px;
- color: #84705E;
- opacity: 0.24;
- top: 12px;
- text-align: center;
- }
- .index .content .content-top .date.data-v-57280228 {
- height: 17px;
- font-size: 12px;
- font-family: PingFang SC;
- font-weight: 400;
- color: #282828;
- text-align: center;
- opacity: 0.39;
- }
- .index .content .content-top .date1.data-v-57280228 {
- height: 19px;
- line-height: 19px;
- font-size: 12px;
- font-family: PingFang SC;
- font-weight: 400;
- color: #282828;
- background-color: #adadad;
- padding: 0 6px;
- text-align: center;
- opacity: 0.39;
- border-radius: 8px;
- margin-left: 5px;
- }
- .index .content .list.data-v-57280228 {
- margin-top: 20px;
- }
- .index .content .list .item.data-v-57280228 {
- position: relative;
- padding: 24px 18px 8px;
- background: #FFFFFF;
- opacity: 1;
- display: flex;
- justify-content: space-between;
- border-radius: 12px;
- margin-bottom: 16px;
- }
- .index .content .list .item .tips.data-v-57280228 {
- position: absolute;
- top: 10px;
- right: 0;
- padding: 3px 10px;
- background: #E8FFF2;
- opacity: 0.97;
- border-radius: 0 12px 0px 12px;
- color: #4FC47E;
- font-size: 13px;
- }
- .index .content .list .item .tips1.data-v-57280228 {
- position: absolute;
- top: 10px;
- right: 0;
- background: #E1CA8B;
- opacity: 0.97;
- padding: 3px 10px;
- border-radius: 0 12px 0px 12px;
- font-size: 12px;
- font-family: PingFang SC;
- font-weight: 400;
- color: #656565;
- opacity: 1;
- }
- .index .content .list .item .left .left-time.data-v-57280228 {
- display: flex;
- align-items: center;
- font-size: 14px;
- font-family: PingFang SC;
- font-weight: 400;
- color: #6B6B6B;
- opacity: 1;
- }
- .index .content .list .item .left .left-time .time.data-v-57280228 {
- display: inline-block;
- width: 77px;
- height: 21px;
- background-color: #FEF2CC;
- border-radius: 11px 11px 11px 0px;
- color: #FC7435;
- margin-left: 5px;
- text-align: center;
- }
- .index .content .list .item .left .left-time1.data-v-57280228 {
- display: flex;
- align-items: center;
- font-size: 18px;
- font-family: PingFang SC;
- font-weight: 500;
- color: #6C6C6C;
- opacity: 1;
- }
- .index .content .list .item .left .left-time1 .time1.data-v-57280228 {
- color: #F55965;
- }
- .index .content .list .item .left .left-tip.data-v-57280228 {
- font-size: 15px;
- font-family: PingFang SC;
- font-weight: 500;
- color: #888888;
- opacity: 1;
- margin-top: 13px;
- }
- .index .content .list .item .left .left-tip image.data-v-57280228 {
- width: 14px;
- height: 14px;
- margin-right: 10px;
- }
- .index .content .list .item .left .left-tip .text.data-v-57280228 {
- margin-bottom: 3px;
- }
- .index .content .list .item .left .left-tip1.data-v-57280228 {
- font-size: 15px;
- font-family: PingFang SC;
- font-weight: 500;
- color: #888888;
- opacity: 1;
- margin-top: 13px;
- }
- .index .content .list .item .left .left-tip1 .text1.data-v-57280228 {
- margin-bottom: 3px;
- }
- .index .content .list .item .left .left-tip1 image.data-v-57280228 {
- width: 14px;
- height: 14px;
- margin-right: 10px;
- }
- .index .content .list .item .right.data-v-57280228 {
- margin-right: 15px;
- margin-top: 10px;
- }
- .index .content .list .item .right image.data-v-57280228 {
- width: 108px;
- height: 81px;
- }
|