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.
174 lines
3.9 KiB
174 lines
3.9 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-163b5e34 {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
background-size: 100% 100%;
|
|
}
|
|
.tips.data-v-163b5e34 {
|
|
width: 100%;
|
|
height: 40rpx;
|
|
text-align: center;
|
|
line-height: 40rpx;
|
|
font-size: 36rpx;
|
|
color: #fff;
|
|
position: fixed;
|
|
top: 100rpx;
|
|
left: 0;
|
|
}
|
|
.movable-area.data-v-163b5e34 {
|
|
width: 300vw;
|
|
height: 100vh;
|
|
position: absolute;
|
|
top: 0;
|
|
left: -100vw;
|
|
}
|
|
.first-class.data-v-163b5e34 {
|
|
top: 20rpx;
|
|
left: 20rpx;
|
|
}
|
|
.common-user.data-v-163b5e34 {
|
|
width: 560rpx;
|
|
height: auto;
|
|
border-radius: 20rpx;
|
|
overflow: hidden;
|
|
background-color: #fff;
|
|
position: relative;
|
|
padding-bottom: 20rpx;
|
|
}
|
|
.common-user .avatar.data-v-163b5e34 {
|
|
width: 100%;
|
|
height: 558rpx;
|
|
display: block;
|
|
}
|
|
.common-user .name.data-v-163b5e34 {
|
|
height: 70rpx;
|
|
line-height: 70rpx;
|
|
font-size: 48rpx;
|
|
color: #333;
|
|
margin: 20rpx 0 0 30rpx;
|
|
font-weight: bold;
|
|
}
|
|
.common-user .user-info.data-v-163b5e34 {
|
|
width: 100%;
|
|
height: 30rpx;
|
|
margin: 20rpx 0 0 30rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
color: #fff;
|
|
font-size: 20rpx;
|
|
}
|
|
.common-user .user-info .sex-age.data-v-163b5e34 {
|
|
width: 70rpx;
|
|
height: 30rpx;
|
|
border-radius: 15rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-right: 10rpx;
|
|
}
|
|
.common-user .user-info .sex-age .iconfont.data-v-163b5e34 {
|
|
font-size: 20rpx;
|
|
line-height: 30rpx;
|
|
margin-right: 4rpx;
|
|
}
|
|
.common-user .user-info .sex-age .icon-female.data-v-163b5e34 {
|
|
-webkit-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
}
|
|
.common-user .user-info .man.data-v-163b5e34 {
|
|
background-color: #0084FF;
|
|
}
|
|
.common-user .user-info .woman.data-v-163b5e34 {
|
|
background-color: #FE83AF;
|
|
}
|
|
.common-user .user-info .location.data-v-163b5e34 {
|
|
height: 30rpx;
|
|
width: auto;
|
|
padding: 0 16rpx;
|
|
border-radius: 15rpx;
|
|
background-color: #333333;
|
|
margin-right: 10rpx;
|
|
}
|
|
.common-user .user-info .member.data-v-163b5e34 {
|
|
width: 70rpx;
|
|
height: 30rpx;
|
|
line-height: 30rpx;
|
|
border-radius: 15rpx;
|
|
text-align: center;
|
|
background-color: #DCC083;
|
|
}
|
|
.common-user .tags.data-v-163b5e34 {
|
|
width: 530rpx;
|
|
height: 110rpx;
|
|
overflow: hidden;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
font-size: 20rpx;
|
|
color: #333;
|
|
padding: 0 0 0 30rpx;
|
|
}
|
|
.common-user .tags .item.data-v-163b5e34 {
|
|
width: auto;
|
|
height: 34rpx;
|
|
border-radius: 17rpx;
|
|
line-height: 34rpx;
|
|
text-align: center;
|
|
padding: 0 13rpx;
|
|
margin: 20rpx 20rpx 0 0;
|
|
background-color: #EEEEEE;
|
|
}
|
|
.common-btn.data-v-163b5e34 {
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
border-radius: 60rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
position: absolute;
|
|
top: 30rpx;
|
|
}
|
|
.close.data-v-163b5e34 {
|
|
right: 30rpx;
|
|
background-color: #333333;
|
|
}
|
|
.close image.data-v-163b5e34 {
|
|
width: 44rpx;
|
|
height: 44rpx;
|
|
}
|
|
.like.data-v-163b5e34 {
|
|
left: 30rpx;
|
|
background-color: #FF4444;
|
|
}
|
|
.like image.data-v-163b5e34 {
|
|
width: 78rpx;
|
|
height: 72rpx;
|
|
}
|
|
|
|
|