| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- @charset "UTF-8";
- /***
- 全局scss 变量和方法 存放处
- */
- /* 引入minxin */
- /* 颜色变量 */
- /*图片地址*/
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .new_students .search_frame.data-v-18e49cc6 {
- padding: 20rpx 0;
- position: relative;
- }
- .new_students .search_frame > input.data-v-18e49cc6 {
- width: 90vw;
- height: 60rpx;
- margin: 0 auto;
- background: #f0f2f6;
- border-radius: 30rpx;
- padding-left: 60rpx;
- }
- .new_students .search_frame > ._search_icon.data-v-18e49cc6 {
- position: absolute;
- top: 52%;
- left: 8%;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- font-size: 30rpx;
- color: #999;
- }
- .new_students .students_list.data-v-18e49cc6 {
- padding-top: 20rpx;
- background: #f0f2f6;
- }
- .new_students .students_list .list_item.data-v-18e49cc6 {
- background-color: #fff;
- margin-bottom: 20rpx;
- }
- .new_students .students_list .list_item > .item_header.data-v-18e49cc6 {
- padding: 25rpx 30rpx 0;
- }
- .new_students .students_list .list_item > .item_header > image.data-v-18e49cc6 {
- display: inline-block;
- vertical-align: middle;
- width: 50rpx;
- height: 50rpx;
- border: 1rpx solid #dddddd;
- border-radius: 25rpx;
- }
- .new_students .students_list .list_item > .item_header > .student_name.data-v-18e49cc6 {
- display: inline-block;
- vertical-align: middle;
- font-size: 32rpx;
- margin-left: 20rpx;
- color: #333;
- font-weight: 600;
- }
- .new_students .students_list .list_item > .item_header > ._icon_new.data-v-18e49cc6 {
- padding: 0 5rpx;
- margin-left: 20rpx;
- font-size: 20rpx;
- vertical-align: middle;
- background: #3385ff;
- border-radius: 4rpx;
- color: #fff;
- }
- .new_students .students_list .list_item > .item_header > .status_apply.data-v-18e49cc6 {
- font-size: 24rpx;
- line-height: 50rpx;
- float: right;
- }
- .new_students .students_list .list_item > .item_main.data-v-18e49cc6 {
- padding: 30rpx;
- }
- .new_students .students_list .list_item > .item_main > image.data-v-18e49cc6 {
- vertical-align: middle;
- display: inline-block;
- background: #eeeeee;
- width: 150rpx;
- height: 150rpx;
- }
- .new_students .students_list .list_item > .item_main > .student_text.data-v-18e49cc6 {
- vertical-align: middle;
- display: inline-block;
- width: 55%;
- height: 150rpx;
- margin-left: 20rpx;
- }
- .new_students .students_list .list_item > .item_main > .student_text > ._class.data-v-18e49cc6 {
- margin: 10rpx 0 20rpx;
- font-size: 28rpx;
- color: #333333;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .new_students .students_list .list_item > .item_main > .student_text > .class_odd.data-v-18e49cc6 {
- font-size: 26rpx;
- color: #999;
- line-height: 38rpx;
- }
- .new_students .students_list .list_item > .item_main > .price.data-v-18e49cc6 {
- display: inline-block;
- color: #333333;
- font-size: 30rpx;
- font-weight: 600;
- vertical-align: bottom;
- }
|