@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .studentitem { padding: 3%; } .studentitem image { width: 34rpx; height: 34rpx; } .studentitem ._span { margin: 2%; font-size: 30rpx; } .nameitem { font-size: 28rpx; font-family: Source Han Sans CN; font-weight: 500; color: #292828; width: 90%; border-bottom: 1rpx solid #CDC9C9; line-height: 60rpx; padding-left: 3%; padding-top: 3%; margin: 0 auto; } .sex { font-size: 26rpx; padding-left: 7%; padding-top: 3%; font-family: Source Han Sans CN; font-weight: 500; color: #9B9A9A; line-height: 50rpx; } .sex ._span { color: #292828; font-size: 28rpx; padding-left: 5%; } .top { background-image: linear-gradient(#D7EEE8, #fff); width: 100%; height: 600rpx; } .top .content { width: 100%; height: 376rpx; background: #37A97B; position: relative; } .top .content .name { position: absolute; top: 40%; left: 35%; font-size: 32rpx; font-family: Source Han Sans CN; font-weight: 400; color: #FFFFFF; } .top .content .phone { top: 50%; position: absolute; left: 35%; font-size: 32rpx; font-family: Source Han Sans CN; font-weight: 400; color: #FFFFFF; } .top .content .tuichu { top: 45%; left: 90%; position: absolute; } .top .content .tuichu image { width: 35rpx; height: 35rpx; } .top .content .pictures { top: 30%; left: 15%; position: absolute; } .top .content .pictures image { width: 139rpx; height: 139rpx; } .top .masks { /* width: 600rpx; height: 434rpx; background: #FFFFFF; border-radius: 10rpx; */ background-color: #f0f0f0; height: 100%; width: 100%; position: absolute; opacity: 0.9; top: 0; z-index: 999; } .top .masks .mask { border-radius: 10rpx; width: 80%; height: 400rpx; background-color: #fff; margin: 400rpx auto; position: relative; } .top .masks .mask .title { /* height: 80rpx; */ /* line-height: 100rpx; */ margin-top: 3%; /* border-bottom: 1px solid #eeeeee; */ /* background-color: red; */ font-size: 36rpx; margin: 0px auto; width: 100%; text-align: center; /* line-height: 80rpx; */ } .top .masks .mask .text { font-size: 30rpx; width: 100%; text-align: left; /* padding-top: 40rpx; */ text-align: center; } .top .masks image { width: 136rpx; height: 136rpx; top: -10%; position: relative; } .top .btns { display: flex; } .top .imageitem { width: 136rpx; height: 136rpx; margin: 0 auto; /* position: relative; */ } .top .btn1, .top .btn2 { top: 75%; width: 254rpx; height: 69rpx; background: #F4F5F9; border-radius: 10rpx; /* width: 50%; height: 80rpx; */ line-height: 80rpx; text-align: center; display: inline-block; position: absolute; bottom: 0; } .top .btn2 { /* border-top: 1px solid #eeeeee; */ background-color: #35A97A; right: 3%; font-size: 24rpx; } .top .btn1 { background: #F4F5F9; color: #000; left: 3%; font-size: 24rpx; } .top .school { width: 90%; margin: 0 auto 20rpx; height: 420rpx; box-shadow: 0rpx 3rpx 18rpx 0rpx rgba(161, 220, 211, 0.43); border-radius: 10rpx; -webkit-transform: translateY(-40px); transform: translateY(-40px); } .top .school .gongli { float: right; } .top .school .gongli image { width: 94rpx; height: 84rpx; } .top .school .schoolitem { width: 90%; margin: 0 auto; height: 317rpx; background: #F9F9FA; border-radius: 10rpx; position: relative; } .top .school .schoolitem .picitem { position: absolute; top: 25%; left: 40%; } .top .school .schoolitem .picitem image { width: 164rpx; height: 150rpx; margin: 0 auto; } .top .student { width: 90%; height: 573rpx; margin: 0 auto 20rpx; -webkit-transform: translateY(-50px); transform: translateY(-50px); background: #FFFFFF; box-shadow: 0rpx 3rpx 18rpx 0rpx rgba(161, 220, 211, 0.43); border-radius: 10rpx; padding: 3%; } .top .student .backgrounditem { height: 445rpx; background: #F9F9FA; border-radius: 10rpx; position: relative; } .top .student .backgrounditem .picitem { position: absolute; top: 25%; left: 40%; } .top .student .backgrounditem .picitem image { width: 164rpx; height: 150rpx; margin: 0 auto; }