home.wxss 8.02 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-92bb8f34 {
  width: 100%;
  height: 100%;
  position: absolute;
}
.top-img.data-v-92bb8f34 {
  width: 750rpx;
  height: 600rpx;
  height: 650rpx;
}
.head.data-v-92bb8f34 {
  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);
}
.head .logo-title.data-v-92bb8f34 {
  width: 40%;
  color: #fff;
  padding-left: 20rpx;
}
.head .logo-title image.data-v-92bb8f34 {
  width: 169rpx;
  height: 40rpx;
  margin-left: 10rpx;
}
.head .setting-mess.data-v-92bb8f34 {
  width: 20%;
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 20rpx;
}
.head .setting-mess .setting.data-v-92bb8f34 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80rpx;
  height: 100%;
}
.head .setting-mess .setting text.data-v-92bb8f34 {
  font-size: 38rpx;
}
.head .setting-mess .mess.data-v-92bb8f34 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80rpx;
  height: 100%;
}
.head .setting-mess .mess text.data-v-92bb8f34 {
  font-size: 38rpx;
}
.main.data-v-92bb8f34 {
  position: relative;
  top: 110rpx;
  top: 190rpx;
  padding-bottom: 140rpx;
  margin: 0 20rpx;
}
.banner.data-v-92bb8f34 {
  height: 400rpx;
  margin-bottom: 30rpx;
  border-radius: 10rpx;
  overflow: hidden;
}
.banner .screen-swiper.data-v-92bb8f34 {
  height: 100%;
  min-height: 100% !important;
}
.banner .screen-swiper image.data-v-92bb8f34 {
  height: 400rpx;
  border-radius: 10rpx;
}
.bg-white.data-v-92bb8f34 {
  background-color: #fff;
  border-radius: 20rpx;
}
.notice-content.data-v-92bb8f34 {
  display: flex;
  align-items: center;
  padding: 20rpx;
}
.notice-content .notice-left image.data-v-92bb8f34 {
  width: 70rpx;
  height: 70rpx;
}
.notice-content .notice-line.data-v-92bb8f34 {
  width: 2rpx;
  background-color: #e1e1e1;
  height: 50rpx;
  margin: 0 20rpx;
}
.notice-content .notice-right .notice-right-content.data-v-92bb8f34 {
  display: flex;
  align-items: center;
  margin-bottom: 10rpx;
}
.notice-content .notice-right .notice-right-content .notice-icon.data-v-92bb8f34 {
  border: 2rpx solid #0FBB59;
  color: #0FBB59;
  background-color: #eefff5;
  border-radius: 10rpx;
  font-size: 20rpx;
  margin-right: 20rpx;
  padding: 2rpx 10rpx;
}
.notice-content .notice-right .notice-right-content .notice-text.data-v-92bb8f34 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 460rpx;
  font-size: 24rpx;
}
/* 订单tab */
.order-tab.data-v-92bb8f34 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 90rpx;
  padding: 0 80rpx;
  border-bottom: 2rpx solid #E5E5E5;
}
.order-tab .tab.data-v-92bb8f34 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 115%;
}
.order-tab .tab text.data-v-92bb8f34 {
  font-size: 28rpx;
  font-weight: bold;
  color: #7B7B7B;
}
.order-tab .tab .active-img.data-v-92bb8f34 {
  display: none;
}
.order-tab .tab .active-img-right.data-v-92bb8f34 {
  display: none;
}
.order-tab .action text.data-v-92bb8f34 {
  font-size: 32rpx;
  color: #000;
}
.wallet-info.data-v-92bb8f34 {
  display: flex;
  width: 100%;
  padding: 30rpx 0;
  margin-top: 20rpx;
  flex-wrap: wrap;
  justify-content: center;
}
.wallet-info .list.data-v-92bb8f34 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 25%;
}
.wallet-info .list .icon.data-v-92bb8f34 {
  position: relative;
  display: flex;
  align-items: center;
}
.wallet-info .list .icon image.data-v-92bb8f34 {
  width: 100rpx;
  height: 100rpx;
}
.wallet-info .list .title.data-v-92bb8f34 {
  display: flex;
  align-items: center;
  margin-top: 10rpx;
}
.wallet-info .list .title text.data-v-92bb8f34 {
  color: #333333;
  font-size: 24rpx;
}
.screen-list.data-v-92bb8f34 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100rpx;
}
.screen-list .list.data-v-92bb8f34 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
}
.screen-list .list text.data-v-92bb8f34 {
  font-size: 26rpx;
  color: #555555;
}
.screen-list .list image.data-v-92bb8f34 {
  width: 30rpx;
  height: 30rpx;
  margin-left: 10rpx;
}
.screen-list .action text.data-v-92bb8f34 {
  color: #4D7CFF;
}
/* 商品列表 */
.goods-data.data-v-92bb8f34 {
  width: 100%;
}
.goods-data .goods-list.data-v-92bb8f34 {
  overflow: hidden;
}
.goods-data .goods-list .list-view.data-v-92bb8f34 {
  float: left;
  width: 49%;
  height: 560rpx;
  background-color: #ffffff;
  border-radius: 20rpx;
  margin-right: 2%;
  margin-bottom: 20rpx;
  overflow: hidden;
}
.goods-data .goods-list .list-view .thumb.data-v-92bb8f34 {
  width: 100%;
  overflow: hidden;
}
.goods-data .goods-list .list-view .thumb image.data-v-92bb8f34 {
  height: 270rpx;
  border-radius: 20rpx;
}
.goods-data .goods-list .list-view .item.data-v-92bb8f34 {
  width: 100%;
}
.goods-data .goods-list .list-view .item .tag.data-v-92bb8f34 {
  padding: 10rpx 20rpx;
}
.goods-data .goods-list .list-view .item .tag text.data-v-92bb8f34 {
  display: inline-block;
  color: #717981;
  font-size: 24rpx;
  margin-right: 10rpx;
}
.goods-data .goods-list .list-view .item .title.data-v-92bb8f34 {
  padding: 0 20rpx;
}
.goods-data .goods-list .list-view .item .title text.data-v-92bb8f34 {
  width: 100%;
  color: #212121;
  font-size: 28rpx;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.goods-data .goods-list .list-view .item .price.data-v-92bb8f34 {
  padding: 0 20rpx;
}
.goods-data .goods-list .list-view .item .price .retail-price.data-v-92bb8f34 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  color: #676767;
  font-size: 20rpx;
  margin-top: 20rpx;
  margin-bottom: 20rpx;
}
.goods-data .goods-list .list-view .item .price .retail-price .min.data-v-92bb8f34 {
  display: inline-block;
  font-size: 24rpx;
  color: #000;
  font-weight: bold;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.goods-data .goods-list .list-view .item .price .retail-price .max.data-v-92bb8f34 {
  font-size: 28rpx;
  color: #000;
  font-weight: bold;
}
.goods-data .goods-list .list-view .item .price .retail-price .line.data-v-92bb8f34 {
  height: 24rpx;
  width: 2rpx;
  border-right: 2rpx solid #E5E5E5;
  margin: 0 12rpx;
}
.goods-data .goods-list .list-view .item .price .vip-price.data-v-92bb8f34 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40rpx;
}
.goods-data .goods-list .list-view .item .price .vip-price image.data-v-92bb8f34 {
  width: 26rpx;
  height: 26rpx;
  margin-right: 10rpx;
}
.goods-data .goods-list .list-view .item .price .vip-price .min.data-v-92bb8f34 {
  width: 92%;
  font-size: 24rpx;
  color: #717981;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.goods-data .goods-list .list-view.data-v-92bb8f34:nth-child(2n) {
  margin-right: 0;
}