index.wxss 4.6 KB
@charset "UTF-8";
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
 */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
page {
  width: 100%;
  background-image: linear-gradient(to right, #fff, #dff4ff);
}
.u-navbar__content.data-v-75dad532 {
  background-image: linear-gradient(to right, #fff, #dff4ff) !important;
}
.u-status-bar {
  background-image: linear-gradient(to right, #fff, #dff4ff) !important;
}
.head {
  width: 100%;
  height: 176rpx;
}
.main {
  width: 686rpx;
  margin: 0rpx auto;
}
.indicator {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.indicator__dot {
  height: 6px;
  width: 6px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.35);
  margin: 0 5px;
  transition: background-color 0.3s;
}
.indicator__dot--active {
  background-color: #ffffff;
}
.u-tabs__wrapper__nav__line {
  background: linear-gradient(90deg, #63d9da 0%, rgba(99, 217, 218, 0) 100%) !important;
  left: -50rpx;
}
.listName {
  margin-top: 32rpx;
  margin-bottom: 24rpx;
  color: rgba(0, 0, 0, 0.9);
  font-size: 32rpx;
  font-weight: 700;
}
.sellerList {
  margin-top: 24rpx;
}
.sellerListhead {
  font-size: 24rpx !important;
  height: 48rpx !important;
  background-color: transparent !important;
  z-index: 999;
}
.sellerListheaditem {
  width: 222rpx;
  padding: 8rpx 0;
  border-radius: 52rpx;
  opacity: 1;
  background: white;
  color: #41abac;
  font-size: 24rpx;
  margin-right: 26rpx;
}
.sellerListheaditem:last-child {
  margin-right: 0rpx;
}
.listCard {
  width: 686rpx;
  border-radius: 16rpx;
  opacity: 1;
  background: white;
  margin-bottom: 24rpx;
  margin-top: 16rpx;
}
.cardImg > ._img {
  width: 200rpx;
  height: 200rpx;
  opacity: 1;
}
.cardTitle {
  width: 100%;
  margin-left: 16rpx;
  padding: 28rpx 16rpx 28rpx 0rpx;
}
.cardTitlename {
  color: rgba(0, 0, 0, 0.9);
  font-size: 28rpx;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cardTitleadress {
  color: rgba(0, 0, 0, 0.4);
  font-size: 24rpx;
  margin: 16rpx 0 24rpx;
}
.cardTitleadress > text {
  width: 324rpx;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cardTitleadress > ._img {
  width: 32rpx;
  height: 32rpx;
  opacity: 1;
  margin-right: 8rpx;
}
.cardTitlePimg {
  color: rgba(0, 0, 0, 0.26);
  font-size: 22rpx;
}
.cardTitlePimg > ._img {
  width: 40rpx;
  height: 40rpx;
  opacity: 1;
  margin-right: 8rpx;
}
.cardTitletime {
  color: rgba(0, 0, 0, 0.26);
  font-size: 22rpx;
}
.release {
  position: fixed;
  right: 0;
  bottom: 196rpx;
}
.release > ._img {
  width: 112rpx;
  height: 112rpx;
  opacity: 1;
}
.buyerList {
  width: 100%;
  height: 100%;
}
.buyerCard {
  width: 686rpx;
  height: 160rpx;
  border-radius: 16rpx;
  opacity: 1;
  background: white;
  box-shadow: 0 4rpx 24rpx 0 rgba(101, 101, 101, 0.03);
  margin-bottom: 16rpx;
}
.cardLeft {
  margin-left: 24rpx;
}
.cardLeftname {
  color: rgba(0, 0, 0, 0.9);
  font-size: 32rpx;
  font-weight: 700;
  margin-bottom: 24rpx;
}
.popup1 {
  justify-content: space-between;
  padding: 64rpx 240rpx 0 240rpx;
}
.wraper {
  position: fixed;
  bottom: -193rpx;
  left: -171rpx;
  width: 1096rpx;
  height: 622rpx;
  z-index: 10;
  background-color: #FFFFFF;
  border-radius: 50%;
  padding-top: 40rpx;
  text-align: center;
}
.popItem {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.popItemT {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: -56rpx;
}
.popImg > ._img {
  width: 128rpx;
  height: 128rpx;
  opacity: 1;
}
.popName {
  color: rgba(0, 0, 0, 0.9);
  font-size: 28rpx;
}
.tui {
  margin: 64rpx auto;
}
.tui > ._img {
  width: 48rpx;
  height: 48rpx;
}