@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .user-item.data-v-500c0b15 { width: 335rpx; height: auto; border-radius: 20rpx; background-color: #F8F8F8; overflow: hidden; padding-bottom: 20rpx; } .user-item .top-info.data-v-500c0b15 { width: 100%; height: 445rpx; position: relative; } .user-item .top-info .poster.data-v-500c0b15, .user-item .top-info .video.data-v-500c0b15 { width: 100%; height: 100%; } .user-item .top-info.data-v-500c0b15 .openvideo { width: 100vw; height: 100vh; position: fixed; top: 0; left: 0; z-index: 99999; } .user-item .top-info .videoClose.data-v-500c0b15 { position: fixed; top: 30rpx; right: 30rpx; color: #ffffff; font-size: 50rpx; font-weight: 700; z-index: 100000; } .user-item .top-info .istop.data-v-500c0b15 { width: auto; height: 30rpx; padding: 0 10rpx; border-radius: 15rpx; background: linear-gradient(90deg, #FB5A8C 0%, #F65D10 100%); display: flex; position: absolute; left: 20rpx; top: 20rpx; color: #fff; font-size: 20rpx; align-items: center; justify-content: center; } .user-item .top-info .istop .iconfont.data-v-500c0b15 { font-size: 20rpx; } .user-item .top-info .play-btn.data-v-500c0b15 { width: 80rpx; height: 80rpx; position: absolute; top: 184rpx; left: 128rpx; } .user-item .top-info .look-box.data-v-500c0b15 { width: 60rpx; height: 68rpx; position: absolute; top: 20rpx; right: 16rpx; display: flex; flex-direction: column; align-items: center; } .user-item .top-info .look-box .iconfont.data-v-500c0b15 { font-size: 34rpx; color: #fff; } .user-item .top-info .look-box .num.data-v-500c0b15 { font-size: 20rpx; color: #fff; margin-top: 6rpx; } .user-item .top-info .operation.data-v-500c0b15 { width: 50rpx; height: 50rpx; position: absolute; top: 20rpx; right: 20rpx; } .user-item .top-info .location.data-v-500c0b15 { width: auto; height: 30rpx; padding: 0 10rpx; background-color: #fff; opacity: 0.8; border-radius: 10rpx; display: flex; color: #333; font-size: 20rpx; align-items: center; justify-content: center; position: absolute; bottom: 20rpx; right: 20rpx; } .user-item .top-info .location .iconfont.data-v-500c0b15 { font-size: 20rpx; } .user-item .user-info.data-v-500c0b15 { width: 100%; height: auto; overflow: hidden; position: relative; } .user-item .user-info .info.data-v-500c0b15 { width: 100%; height: 45rpx; margin-top: 20rpx; display: flex; align-items: center; } .user-item .user-info .info .name.data-v-500c0b15 { height: 45rpx; width: 200rpx; font-size: 32rpx; color: #333; font-weight: bold; margin-left: 30rpx; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .user-item .user-info .info .sex.data-v-500c0b15 { width: 70rpx; height: 30rpx; border-radius: 15rpx; display: flex; align-items: center; justify-content: center; color: #fff; margin-left: 20rpx; } .user-item .user-info .info .sex .iconfont.data-v-500c0b15 { font-size: 22rpx; } .user-item .user-info .info .sex .icon-female.data-v-500c0b15 { -webkit-transform: rotate(45deg); transform: rotate(45deg); } .user-item .user-info .info .sex .age.data-v-500c0b15 { font-size: 20rpx; } .user-item .user-info .info .woman.data-v-500c0b15 { background-color: #FE83AF; } .user-item .user-info .info .man.data-v-500c0b15 { background-color: #0084FF; } .user-item .user-info .property.data-v-500c0b15 { width: 100%; height: 40rpx; margin-top: 20rpx; display: flex; } .user-item .user-info .property .property-item.data-v-500c0b15 { width: 90rpx; height: 40rpx; border-radius: 20rpx; background-color: #fff; color: #333; display: flex; align-items: center; justify-content: center; font-size: 20rpx; margin-right: 13rpx; } .user-item .user-info .property .property-item .iconfont.data-v-500c0b15 { font-size: 24rpx; } .user-item .user-info .select.data-v-500c0b15 { font-size: 40rpx; position: absolute; right: 20rpx; bottom: 0; } .user-item .user-info .icon-round.data-v-500c0b15 { color: #ccc; } .user-item .user-info .icon-chenggong.data-v-500c0b15 { color: #FDAD28; } .item-select.data-v-500c0b15 { box-sizing: border-box; border: 1rpx solid #FDAD28; }