@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; }