123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180 |
- @charset "UTF-8";
- /**
- * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
- * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
- * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
- */
- .record.data-v-30dfa724 {
- padding: 0 20px;
- }
- .enptyStatus.data-v-30dfa724 {
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- padding: 30px 10px;
- }
- .enptyStatus image.data-v-30dfa724 {
- width: 120px;
- height: 150px;
- margin-top: 100px;
- }
- .enptyStatus .words.data-v-30dfa724 {
- color: #ffae21;
- font-size: 18px;
- padding-top: 18px;
- }
- .item.data-v-30dfa724 {
- display: flex;
- position: relative;
- align-items: center;
- padding: 10px;
- margin-top: 12px;
- font-size: 13px;
- background: rgba(234, 237, 242, 0.28);
- border-radius: 7px;
- }
- .item .tips.data-v-30dfa724 {
- position: absolute;
- width: 57px;
- height: 20px;
- background: #C1915A;
- line-height: 20px;
- font-size: 12px;
- font-family: PingFang SC;
- font-weight: 400;
- color: #FFFFFF;
- opacity: 1;
- opacity: 1;
- right: 12px;
- z-index: 2;
- top: 0;
- text-align: center;
- border-radius: 0px 0px 6px 6px;
- }
- .item .item-left.data-v-30dfa724 {
- margin-right: 20px;
- text-align: center;
- }
- .item .item-left .image.data-v-30dfa724 {
- height: 42px;
- width: 42px;
- border: solid 1px;
- border-radius: 50%;
- display: inline-block;
- background-position: center;
- background-repeat: no-repeat;
- background-size: cover;
- }
- .item .item-left .name.data-v-30dfa724 {
- font-size: 10px;
- font-family: PingFang SC;
- font-weight: 400;
- text-align: center;
- line-height: 20px;
- color: #292929;
- opacity: 1;
- }
- .item .item-right.data-v-30dfa724 {
- flex: 1;
- }
- .item .item-right .text.data-v-30dfa724 {
- line-height: 17px;
- font-size: 12px;
- font-family: PingFang SC;
- font-weight: 400;
- color: #282828;
- opacity: 1;
- }
- .item .item-right .text .time.data-v-30dfa724 {
- font-family: PingFang SC;
- font-weight: 400;
- color: #282828;
- opacity: 1;
- display: inline-block;
- margin-left: 15px;
- margin-top: 5px;
- }
- .item .cancel.data-v-30dfa724 {
- display: inline-block;
- padding: 2px 10px;
- border: 1px solid rgba(193, 145, 90, 0.44);
- border-radius: 12px;
- font-size: 12px;
- font-family: PingFang SC;
- font-weight: 500;
- line-height: 20px;
- color: #C1915A;
- opacity: 1;
- text-align: center;
- }
- .student-show.data-v-30dfa724 {
- padding-bottom: 5px;
- }
- .student-show .stu-title.data-v-30dfa724 {
- font-size: 20px;
- font-family: PingFang SC;
- font-weight: bold;
- line-height: 20px;
- color: #282828;
- opacity: 1;
- text-align: center;
- padding: 35px 0;
- }
- .student-show .stu-mess.data-v-30dfa724 {
- display: flex;
- padding: 0 22px;
- }
- .student-show .stu-mess image.data-v-30dfa724 {
- height: 75px;
- width: 75px;
- margin-right: 14px;
- border-radius: 9px;
- }
- .student-show .stu-mess .right.data-v-30dfa724 {
- flex: 1;
- }
- .student-show .stu-mess .right .stu-text.data-v-30dfa724 {
- font-size: 13px;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 20px;
- color: #282828;
- }
- .student-show .e-mail.data-v-30dfa724 {
- margin: 18px 22px 22px;
- 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-30dfa724 {
- 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-30dfa724 {
- 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;
- }
|