workbench.wxss 3.66 KB
@charset "UTF-8";
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
 */
/* 颜色变量 */
/* 主要颜色 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.page.data-v-7e8c81f4 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.my-top.data-v-7e8c81f4 {
  position: absolute;
  width: 100%;
  height: 300rpx;
  height: 360rpx;
  overflow: hidden;
}
.my-top .head.data-v-7e8c81f4 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100rpx;
  height: calc(120rpx + 25px);
  padding-top: calc(40rpx + 25px);
  background-color: rgba(255, 255, 255, 0);
}
.my-top .head .logo-title.data-v-7e8c81f4 {
  width: 40%;
  color: #fff;
  padding-left: 20rpx;
}
.my-top .head .logo-title image.data-v-7e8c81f4 {
  width: 169rpx;
  height: 40rpx;
  margin-left: 10rpx;
}
.my-top .head .setting-mess.data-v-7e8c81f4 {
  width: 20%;
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 20rpx;
}
.my-top .head .setting-mess .setting.data-v-7e8c81f4 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80rpx;
  height: 100%;
}
.my-top .head .setting-mess .setting text.data-v-7e8c81f4 {
  font-size: 38rpx;
}
.my-top .head .setting-mess .mess.data-v-7e8c81f4 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80rpx;
  height: 100%;
}
.my-top .head .setting-mess .mess text.data-v-7e8c81f4 {
  font-size: 38rpx;
}
.main.data-v-7e8c81f4 {
  position: relative;
  top: 90rpx;
  padding-bottom: 20px;
  top: 170rpx;
  padding-bottom: 20px;
  margin: 0 20rpx;
}
.banner.data-v-7e8c81f4 {
  height: 330rpx;
}
.banner image.data-v-7e8c81f4 {
  width: 100%;
  border-radius: 20rpx;
}
.bg-white.data-v-7e8c81f4 {
  background-color: #fff;
  border-radius: 20rpx;
  margin-top: 20rpx;
}
.bidding-title.data-v-7e8c81f4 {
  display: flex;
  align-items: center;
  font-size: 30rpx;
  font-weight: bold;
  padding: 40rpx;
  color: #000;
}
.bidding-title .bidding-title-line.data-v-7e8c81f4 {
  width: 14rpx;
  height: 30rpx;
  border-radius: 80rpx;
  background: linear-gradient(to top, #30a738, #4dcc56);
  margin-right: 20rpx;
  box-shadow: 0 5rpx 10rpx #ace2b0;
}
.wallet-info.data-v-7e8c81f4 {
  display: flex;
  width: 100%;
  margin-top: 20rpx;
  flex-wrap: wrap;
}
.wallet-info .list.data-v-7e8c81f4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 25%;
  margin-bottom: 40rpx;
}
.wallet-info .list .icon.data-v-7e8c81f4 {
  position: relative;
  display: flex;
  align-items: center;
}
.wallet-info .list .icon image.data-v-7e8c81f4 {
  width: 80rpx;
  height: 80rpx;
}
.wallet-info .list .title.data-v-7e8c81f4 {
  display: flex;
  align-items: center;
  margin-top: 20rpx;
}
.wallet-info .list .title text.data-v-7e8c81f4 {
  color: #888888;
  font-size: 24rpx;
}