bureauDetail.wxss 3.1 KB
@charset "UTF-8";
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
 */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.bureau_header.data-v-0a7a2de6 {
  position: relative;
  height: 600rpx;
  background: radial-gradient(ellipse, #fff -110%, #1d2a3a 60%);
}
.bureau_header .detail_info.data-v-0a7a2de6 {
  display: flex;
  align-items: center;
  margin-top: 40rpx;
  padding-left: 30rpx;
}
.bureau_header .detail_info .left.data-v-0a7a2de6 {
  width: 180rpx;
  height: 240rpx;
  border-radius: 8rpx;
  overflow: hidden;
  margin-right: 20rpx;
}
.bureau_header .detail_info .left .cover_img.data-v-0a7a2de6 {
  width: 100%;
  height: 100%;
}
.bureau_header .detail_info .right.data-v-0a7a2de6 {
  display: flex;
  flex-direction: column;
  flex: 1;
  font-size: 24rpx;
  line-height: 32rpx;
  color: #fff;
}
.bureau_header .detail_info .right .top.data-v-0a7a2de6 {
  display: flex;
  align-items: center;
  gap: 20rpx;
  margin-top: 30rpx;
}
.bureau_header .store.data-v-0a7a2de6 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 30rpx;
  bottom: 40rpx;
  width: 340rpx;
  height: 60rpx;
  font-size: 24rpx;
  color: #fff;
  background: linear-gradient(270deg, rgba(51, 51, 51, 0.6) 0%, rgba(34, 34, 34, 0.6) 51%, rgba(51, 51, 51, 0.6) 100%);
  border-radius: 8rpx;
}
.bureau_header .store .logo_img.data-v-0a7a2de6 {
  width: 32rpx;
  margin-right: 10rpx;
}
.bureau_body.data-v-0a7a2de6 {
  height: calc(100vh - 590rpx);
  border-radius: 10rpx;
  margin-top: -10rpx;
  padding: 40rpx 30rpx;
  box-sizing: border-box;
}
.bureau_body .people_box.data-v-0a7a2de6 {
  padding: 20rpx;
  background: #333333;
  border-radius: 20rpx;
}
.bureau_body .people_box .people_header.data-v-0a7a2de6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20rpx;
}
.bureau_body .people_box .people_header .right.data-v-0a7a2de6 {
  display: flex;
  align-items: center;
  gap: 20rpx;
}
.bureau_body .people_box .people_body.data-v-0a7a2de6 {
  display: flex;
  flex-wrap: wrap;
  gap: 26rpx;
  height: 260rpx;
  padding: 20rpx;
  background: #FFFFFF;
  border-radius: 12rpx;
}
.bureau_body .people_box .people_body .avatar.data-v-0a7a2de6 {
  width: 100rpx;
  height: 100rpx;
  border-radius: 50%;
}