weliam-smartcity智慧城市
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

268 lines
7.2 KiB

@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.resume .resume-content.data-v-4fcc35be {
padding: 50rpx 30rpx 0;
}
.resume .resume-content .resume-content-title.data-v-4fcc35be {
padding-bottom: 50rpx;
border-bottom: 1rpx solid #eeeeee;
}
.resume .resume-content .resume-content-title .content-title-data .title-name.data-v-4fcc35be {
font-size: 48rpx;
font-family: PingFang SC;
font-weight: bold;
color: #333333;
}
.resume .resume-content .resume-content-title .content-title-data .title-time.data-v-4fcc35be {
font-size: 32rpx;
font-family: PingFang SC;
font-weight: 500;
color: #333333;
padding: 30rpx 0;
}
.resume .resume-content .resume-content-title .content-title-data .title-tag.data-v-4fcc35be {
font-size: 28rpx;
font-family: PingFang SC;
font-weight: 500;
color: #333333;
}
.resume .resume-content .resume-content-title .content-title-data .title-tag image.data-v-4fcc35be {
height: 30rpx;
width: 30rpx;
vertical-align: top;
padding-top: 5rpx;
padding-right: 10rpx;
}
.resume .resume-content .resume-content-title .content-title-data .title-tag text.data-v-4fcc35be {
padding-right: 80rpx;
}
.resume .resume-content .resume-content-title .title-img.data-v-4fcc35be {
position: relative;
}
.resume .resume-content .resume-content-title .title-img .gender.data-v-4fcc35be {
background-color: #ff838e;
padding: 8rpx;
border-radius: 50%;
width: 20rpx;
height: 20rpx;
position: absolute;
bottom: 0;
right: 0;
z-index: 9;
}
.resume .resume-content .resume-content-title .title-img .gender uni-image.data-v-4fcc35be {
width: 20rpx;
height: 20rpx;
vertical-align: top;
}
.resume .resume-content .Self-introduction.data-v-4fcc35be {
padding: 50rpx 0rpx 0;
}
.resume .resume-content .Self-introduction .Self-text .left-name.data-v-4fcc35be {
flex: 0.5;
text-align: left;
font-size: 32rpx;
font-family: PingFang SC;
font-weight: bold;
color: #333333;
}
.resume .resume-content .Self-introduction .Self-text .rigth-text.data-v-4fcc35be {
flex: 0.5;
text-align: right;
font-size: 24rpx;
font-family: PingFang SC;
font-weight: 400;
color: #999999;
}
.resume .resume-content .Self-introduction .Self-content.data-v-4fcc35be {
padding: 40rpx 0;
font-size: 28rpx;
font-family: PingFang SC;
font-weight: 500;
color: #666666;
line-height: 48rpx;
border-bottom: 1rpx solid #EEEEEE;
}
.resume .resume-content .job-intention.data-v-4fcc35be {
padding: 50rpx 0;
border-bottom: 1rpx solid #EEEEEE;
}
.resume .resume-content .job-intention .job-title.data-v-4fcc35be {
font-size: 32rpx;
font-family: PingFang SC;
font-weight: bold;
color: #333333;
}
.resume .resume-content .job-intention .job-tag.data-v-4fcc35be {
padding: 40rpx 0;
}
.resume .resume-content .job-intention .job-tag .tag-item.data-v-4fcc35be {
display: inline-block;
padding: 12rpx 20rpx;
margin-right: 10rpx;
font-size: 24rpx;
font-family: PingFang SC;
font-weight: 400;
color: #666666;
background: #F4F4F4;
border-radius: 4rpx;
}
.resume .resume-content .job-intention .intention .salary.data-v-4fcc35be {
font-size: 32rpx;
font-family: DINPro;
font-weight: 500;
color: #FF4444;
}
.resume .resume-content .job-intention .intention .job-location.data-v-4fcc35be {
font-size: 28rpx;
font-family: PingFang SC;
font-weight: 500;
color: #333333;
}
.resume .resume-content .work-experience.data-v-4fcc35be {
padding: 50rpx 0;
border-bottom: 1rpx solid #EEEEEE;
}
.resume .resume-content .work-experience .work-title.data-v-4fcc35be {
font-size: 32rpx;
padding-bottom: 50rpx;
font-family: PingFang SC;
font-weight: bold;
color: #333333;
}
.resume .resume-content .experience-item.data-v-4fcc35be {
padding-left: 40rpx;
position: relative;
border-left: 1rpx solid #EEEEEE;
}
.resume .resume-content .experience-item .item-ball.data-v-4fcc35be {
width: 12rpx;
height: 12rpx;
border: 4rpx solid #3388FF;
border-radius: 50%;
position: absolute;
left: -10rpx;
top: -10rpx;
}
.resume .resume-content .experience-item .item-title.data-v-4fcc35be {
position: relative;
bottom: 20rpx;
}
.resume .resume-content .experience-item .item-title .item-post.data-v-4fcc35be {
font-size: 28rpx;
font-family: PingFang SC;
font-weight: 500;
color: #333333;
flex: 0.5;
}
.resume .resume-content .experience-item .item-title .item-date.data-v-4fcc35be {
font-size: 24rpx;
font-family: PingFang SC;
font-weight: 500;
color: #999999;
flex: 0.5;
text-align: right;
}
.resume .resume-content .experience-item .company-name.data-v-4fcc35be {
font-size: 24rpx;
font-family: PingFang SC;
font-weight: 500;
color: #999999;
padding-bottom: 40rpx;
}
.resume .resume-content .experience-item .working.data-v-4fcc35be {
font-size: 28rpx;
font-family: PingFang SC;
font-weight: 500;
color: #666666;
padding: 0rpx 0 50rpx;
line-height: 48rpx;
}
.resume .resume-content .experience-item .education-working.data-v-4fcc35be {
font-size: 28rpx;
font-family: PingFang SC;
font-weight: 500;
color: #333333;
}
.resume .resume-content .education.data-v-4fcc35be {
padding: 55rpx 0;
border-bottom: 1rpx solid #EEEEEE;
}
.resume .resume-content .education .education-title.data-v-4fcc35be {
font-size: 32rpx;
font-family: PingFang SC;
font-weight: bold;
color: #333333;
padding-bottom: 50rpx;
}
.resume .resume-content .btns-box.data-v-4fcc35be {
padding: 25rpx 0rpx;
}
.resume .resume-content .btns-box .invite.data-v-4fcc35be {
margin-right: 20rpx;
border: 1rpx solid #3388FF;
border-radius: 4rpx;
padding: 30rpx 75rpx;
font-size: 32rpx;
font-family: PingFang SC;
font-weight: 500;
color: #3388FF;
text-align: center;
}
.resume .resume-content .btns-box .online-chat.data-v-4fcc35be {
background: #3388FF;
border-radius: 4rpx;
font-size: 32rpx;
padding: 30rpx 130rpx;
font-family: PingFang SC;
font-weight: 500;
color: #FFFFFF;
text-align: center;
}
.resume .invitePop.data-v-4fcc35be {
width: 70vw;
border-radius: 20rpx;
padding: 30rpx;
position: relative;
}
.resume .invitePop .invitePop-title.data-v-4fcc35be {
font-size: 26rpx;
}
.resume .invitePop .abBox.data-v-4fcc35be {
font-size: 30rpx;
color: #FFFFFF;
padding: 10rpx 50rpx;
background-color: #FF4444;
border-radius: 60rpx;
display: inline-block;
position: absolute;
left: 50%;
bottom: -40%;
-webkit-transform: translate(-50%);
transform: translate(-50%);
}