123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- @charset "UTF-8";
- /**
- * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
- * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
- * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
- */
- page.data-v-965aeff6 {
- background: #F4F9FD;
- padding: 20px 16px;
- }
- .details.data-v-965aeff6 {
- background-color: #FFFFFF;
- }
- .details .wrap.data-v-965aeff6 {
- width: 100%;
- background: url(/static/images/stu-top.png) no-repeat;
- height: 112px;
- background-size: 100%;
- background-position: center;
- }
- .details .title.data-v-965aeff6 {
- flex: 1;
- font-size: 20px;
- font-family: PingFang SC;
- font-weight: bold;
- line-height: 20px;
- color: #282828;
- padding: 40px 30px 30px;
- margin-left: 95px;
- }
- .details .title .eng.data-v-965aeff6 {
- display: block;
- font-size: 12px;
- font-family: PingFang SC;
- font-weight: bold;
- line-height: 20px;
- color: #282828;
- opacity: 1;
- margin-top: 6px;
- }
- .details .headimg.data-v-965aeff6 {
- width: 100px;
- height: 100px;
- border-radius: 100px;
- position: fixed;
- right: 30px;
- top: 80px;
- }
- .details .item.data-v-965aeff6 {
- padding: 37px 30px 159px;
- }
- .details .item .details-item.data-v-965aeff6 {
- display: flex;
- align-items: center;
- margin-bottom: 20px;
- }
- .details .item .details-item image.data-v-965aeff6 {
- width: 50px;
- height: 50px;
- margin-right: 12px;
- border-radius: 50%;
- }
- .details .item .details-item .middle.data-v-965aeff6 {
- font-size: 20px;
- font-family: PingFang SC;
- font-weight: bold;
- color: #282828;
- opacity: 1;
- margin-right: 10px;
- }
- .details .item .details-item .right.data-v-965aeff6 {
- font-size: 14px;
- font-family: PingFang SC;
- font-weight: bold;
- color: rgba(40, 40, 40, 0.78);
- }
- .details .item .text.data-v-965aeff6 {
- display: flex;
- margin-top: 8px;
- }
- .details .item .text image.data-v-965aeff6 {
- width: 18px;
- flex: 0 0 18px;
- height: 18px;
- margin-right: 12px;
- }
- .details .item .text .middle.data-v-965aeff6 {
- font-size: 15px;
- font-family: PingFang SC;
- font-weight: bold;
- flex: 0 0 35px;
- margin-right: 10px;
- color: rgba(40, 40, 40, 0.78);
- }
- .details .item .text .right.data-v-965aeff6 {
- font-size: 12px;
- font-family: PingFang SC;
- font-weight: bold;
- color: rgba(40, 40, 40, 0.59);
- }
- .details .item .text1.data-v-965aeff6 {
- margin-top: 40px;
- text-align: center;
- }
- .details .remark-title.data-v-965aeff6 {
- font-size: 14px;
- font-family: PingFang SC;
- font-weight: bold;
- line-height: 20px;
- color: #282828;
- }
- .details .remark-title image.data-v-965aeff6 {
- display: inline-block;
- width: 13px;
- height: 23px;
- vertical-align: middle;
- }
- .details .circle.data-v-965aeff6 {
- width: 10px;
- height: 27px;
- margin: 10px 0 5px;
- }
- .details .remark.data-v-965aeff6 {
- background: #F4F9FD;
- border: 1px solid #00BEA6;
- opacity: 1;
- border-radius: 11px;
- font-size: 12px;
- font-family: PingFang SC;
- font-weight: 400;
- line-height: 20px;
- color: #282828;
- opacity: 0.54;
- }
- .details .remark text.data-v-965aeff6 {
- display: inline-block;
- margin: 16px 21px;
- overflow: hidden;
- display: -webkit-box;
- text-overflow: ellipsis;
- -webkit-line-clamp: 3;
- -webkit-box-orient: vertical;
- white-space: normal;
- }
|