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.
 
 
 
 

439 lines
9.7 KiB

@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.page.data-v-21d020e0 {
background-color: #f8f8f8;
}
.page-navbar.data-v-21d020e0 {
width: 100%;
position: fixed;
left: 0;
top: 0;
font-size: 32rpx;
color: #333;
display: flex;
align-items: center;
z-index: 10;
}
.page-navbar .iconfont.data-v-21d020e0 {
position: absolute;
left: 30rpx;
}
.page-navbar .title.data-v-21d020e0 {
width: 100%;
text-align: center;
}
.bg-color.data-v-21d020e0 {
background-color: #F8F8F8;
z-index: 999;
}
.header.data-v-21d020e0 {
width: 100%;
height: 560rpx;
position: relative;
}
.header .swiper.data-v-21d020e0 {
width: 100%;
height: 100%;
}
.header .swiper .swiper-item.data-v-21d020e0 {
width: 100%;
height: 100%;
}
.header .swiper .swiper-item image.data-v-21d020e0 {
width: 100%;
height: 100%;
}
.header .swiper .num-box.data-v-21d020e0 {
width: 50rpx;
height: 26rpx;
line-height: 26rpx;
text-align: center;
border-radius: 13rpx;
font-size: 20rpx;
color: #fff;
background-color: #000;
opacity: 0.5;
position: absolute;
bottom: 60rpx;
right: 30rpx;
}
.avatar.data-v-21d020e0 {
width: 100%;
height: 560rpx;
display: block;
}
.content.data-v-21d020e0 {
width: 690rpx;
height: 80vh;
padding: 0 30rpx;
background-color: #f8f8f8;
border-radius: 30rpx 30rpx 0 0;
z-index: 9;
position: relative;
top: -30rpx;
}
.content .header-info.data-v-21d020e0 {
padding: 30rpx 0 40rpx 0;
}
.content .header-info .top-info.data-v-21d020e0 {
width: 100%;
height: 80rpx;
display: flex;
align-items: center;
justify-content: space-between;
}
.content .header-info .top-info .name.data-v-21d020e0 {
font-size: 48rpx;
color: #333;
font-weight: bold;
}
.content .header-info .top-info .collect.data-v-21d020e0 {
width: 194rpx;
height: 80rpx;
line-height: 80rpx;
text-align: center;
font-size: 28rpx;
border-radius: 20rpx;
}
.content .header-info .top-info .no.data-v-21d020e0 {
color: #333;
background-color: #fff;
border: 1rpx solid #ccc;
}
.content .header-info .top-info .yes.data-v-21d020e0 {
color: #fff;
background: linear-gradient(270deg, #FF8E88 0%, #FDAD28 100%);
}
.content .header-info .user-info.data-v-21d020e0 {
width: 100%;
height: 30rpx;
margin-top: 26rpx;
display: flex;
align-items: center;
color: #fff;
font-size: 20rpx;
}
.content .header-info .user-info .sex-age.data-v-21d020e0 {
height: 35rpx;
line-height: 35rpx;
padding: 0 10rpx;
border-radius: 60rpx;
display: flex;
align-items: center;
justify-content: center;
margin-right: 10rpx;
font-size: 26rpx;
}
.content .header-info .user-info .sex-age .iconfont.data-v-21d020e0 {
font-size: 20rpx;
line-height: 30rpx;
margin-right: 4rpx;
}
.content .header-info .user-info .sex-age .icon-female.data-v-21d020e0 {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.content .header-info .user-info .man.data-v-21d020e0 {
background-color: #0084FF;
}
.content .header-info .user-info .woman.data-v-21d020e0 {
background-color: #FE83AF;
}
.content .header-info .user-info .location.data-v-21d020e0 {
height: 35rpx;
line-height: 35rpx;
width: auto;
font-size: 26rpx;
padding: 0 16rpx;
border-radius: 60rpx;
background-color: #333333;
margin-right: 10rpx;
}
.content .header-info .user-info .member.data-v-21d020e0 {
width: 70rpx;
height: 30rpx;
line-height: 30rpx;
border-radius: 15rpx;
text-align: center;
background-color: #DCC083;
}
.content .header-info .self-introduce.data-v-21d020e0 {
height: auto;
line-height: 37rpx;
margin-top: 20rpx;
color: #333;
font-size: 26rpx;
}
.content .header-info .tags.data-v-21d020e0 {
width: 100%;
height: auto;
display: flex;
flex-wrap: wrap;
font-size: 20rpx;
color: #333;
}
.content .header-info .tags .item.data-v-21d020e0 {
width: auto;
height: 34rpx;
border-radius: 17rpx;
line-height: 34rpx;
text-align: center;
padding: 0 13rpx;
margin-right: 20rpx;
background-color: #EEEEEE;
margin-top: 20rpx;
}
.content .line.data-v-21d020e0 {
width: 690rpx;
height: 8rpx;
border-radius: 4rpx;
background-color: #eee;
}
.content .navbar.data-v-21d020e0 {
width: 100%;
height: 50rpx;
padding-top: 40rpx;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 28rpx;
color: #999;
}
.content .navbar .item.data-v-21d020e0 {
width: auto;
height: 100%;
line-height: 50rpx;
text-align: center;
}
.content .navbar .item .sign.data-v-21d020e0 {
width: 30rpx;
height: 6rpx;
background-color: #333;
border-radius: 2rpx;
margin: 10rpx auto 0;
}
.content .navbar .selected.data-v-21d020e0 {
font-size: 36rpx;
color: #333;
font-weight: bold;
}
.content .basic-info.data-v-21d020e0, .content .mate-select.data-v-21d020e0 {
width: 100%;
height: auto;
display: flex;
flex-wrap: wrap;
font-size: 28rpx;
color: #333;
padding-top: 60rpx;
position: relative;
}
.content .basic-info .item.data-v-21d020e0, .content .mate-select .item.data-v-21d020e0 {
width: 345rpx;
height: 40rpx;
margin-bottom: 30rpx;
}
.content .basic-info .else-info.data-v-21d020e0, .content .mate-select .else-info.data-v-21d020e0 {
width: 100%;
height: auto;
}
.content .album.data-v-21d020e0 {
width: 100%;
height: auto;
padding-top: 50rpx;
display: flex;
flex-wrap: wrap;
}
.content .album video.data-v-21d020e0 {
width: 690rpx;
height: 690rpx;
border-radius: 20rpx;
}
.content .dynamic.data-v-21d020e0 {
width: 100%;
height: auto;
padding: 20rpx 0 60rpx 0;
}
.content .contact.data-v-21d020e0 {
width: 100%;
height: auto;
color: #333;
padding-top: 60rpx;
}
.content .contact .item.data-v-21d020e0 {
width: 630rpx;
height: 80rpx;
padding: 0 30rpx;
border-radius: 40rpx;
margin-bottom: 20rpx;
border: 1rpx solid #fff;
display: flex;
align-items: center;
justify-content: space-between;
}
.content .contact .item .left.data-v-21d020e0 {
width: auto;
height: 100%;
display: flex;
align-items: center;
}
.content .contact .item .left .value.data-v-21d020e0 {
height: 40rpx;
line-height: 40rpx;
font-size: 28rpx;
}
.content .contact .item .right.data-v-21d020e0 {
font-size: 24rpx;
height: 33rpx;
}
.content .contact .we-chat.data-v-21d020e0 {
border-color: #07C160;
color: #07C160;
}
.content .contact .we-chat image.data-v-21d020e0 {
width: 44rpx;
height: 36rpx;
margin-right: 36rpx;
}
.content .contact .qq.data-v-21d020e0 {
border-color: #DA2820;
color: #DA2820;
}
.content .contact .qq image.data-v-21d020e0 {
width: 36rpx;
height: 38rpx;
margin-right: 44rpx;
}
.content .contact .phone.data-v-21d020e0 {
border-color: #333333;
color: #333333;
}
.content .contact .phone image.data-v-21d020e0 {
width: 28rpx;
height: 38rpx;
margin-right: 48rpx;
}
.look-btn.data-v-21d020e0 {
width: 200rpx;
height: 50rpx;
line-height: 50rpx;
border-radius: 25rpx;
text-align: center;
font-size: 30rpx;
color: #fff;
background-color: #F99FBA;
z-index: 10;
position: absolute;
top: 120rpx;
left: 245rpx;
}
.indistinct.data-v-21d020e0 {
-webkit-filter: blur(10rpx);
filter: blur(10rpx);
}
.indistinct-swiper.data-v-21d020e0 {
-webkit-filter: blur(30rpx);
filter: blur(30rpx);
}
.indistinct-album.data-v-21d020e0 {
-webkit-filter: blur(16rpx);
filter: blur(16rpx);
}
.coverImg.data-v-21d020e0 {
width: 750rpx;
}
.footer.data-v-21d020e0 {
width: 750rpx;
height: 140rpx;
background-color: #fff;
border-top: 1rpx solid #eee;
z-index: 10;
position: fixed;
bottom: 0rpx;
left: 0rpx;
display: flex;
align-items: center;
}
.footer .left-box.data-v-21d020e0 {
width: 230rpx;
height: 100%;
padding: 0 50rpx;
display: flex;
align-items: center;
justify-content: space-around;
}
.footer .left-box .item.data-v-21d020e0 {
width: 50rpx;
height: 74rpx;
position: relative;
padding: 33rpx 0;
color: #333;
font-size: 20rpx;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
}
.footer .left-box .item .share-button.data-v-21d020e0 {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background-color: rgba(0, 0, 0, 0);
}
.footer .left-box .item image.data-v-21d020e0 {
width: 34rpx;
height: 34rpx;
}
.footer .left-box .item .title.data-v-21d020e0 {
height: 28rpx;
line-height: 28rpx;
}
.footer .right-box.data-v-21d020e0 {
width: 390rpx;
height: 100%;
padding-right: 30rpx;
display: flex;
align-items: center;
justify-content: space-between;
}
.footer .right-box .common-btn.data-v-21d020e0 {
width: 184rpx;
height: 100rpx;
border-radius: 20rpx;
text-align: center;
line-height: 100rpx;
color: #fff;
font-size: 28rpx;
}
.footer .right-box .common-btn.data-v-21d020e0:first-child {
background-color: #14BD6C;
}
.footer .right-box .common-btn.data-v-21d020e0:last-child {
background-color: #FF4444;
}