MrShi
2026-04-29 39131d006a588a264ec82109df146f29a99d8f6a
small-program/unpackage/dist/dev/mp-weixin/shop/pages/store-home/store-home.wxss
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,327 @@
@charset "UTF-8";
/**
 * è¿™é‡Œæ˜¯uni-app内置的常用样式变量
 *
 * uni-app å®˜æ–¹æ‰©å±•插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * å¦‚果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import è¿™ä¸ªæ–‡ä»¶ï¼‰ï¼Œæ–¹ä¾¿ç”¨æˆ·é€šè¿‡æ­ç§¯æœ¨çš„æ–¹å¼å¼€å‘整体风格一致的App
 *
 */
/**
 * å¦‚果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * å¦‚果你的项目同样使用了scss预处理,你也可以直接在你的 scss ä»£ç ä¸­ä½¿ç”¨å¦‚下变量,同时无需 import è¿™ä¸ªæ–‡ä»¶
 */
/* uni.scss */
/* é¢œè‰²å˜é‡ */
/* è¡Œä¸ºç›¸å…³é¢œè‰² */
/* æ–‡å­—基本颜色 */
/* èƒŒæ™¯é¢œè‰² */
/* è¾¹æ¡†é¢œè‰² */
/* å°ºå¯¸å˜é‡ */
/* æ–‡å­—尺寸 */
/* å›¾ç‰‡å°ºå¯¸ */
/* Border Radius */
/* æ°´å¹³é—´è· */
/* åž‚直间距 */
/* é€æ˜Žåº¦ */
/* æ–‡ç« åœºæ™¯ç›¸å…³ */
.container.data-v-edb8ba0e {
  background-color: #f5f5f5;
  min-height: 100vh;
}
.loading-text.data-v-edb8ba0e {
  padding: 18rpx 0 8rpx;
  text-align: center;
  font-size: 22rpx;
  color: #a5aab3;
}
/* æ¸å˜èƒŒæ™¯å®¹å™¨ */
.gradient-background.data-v-edb8ba0e {
  padding: 0 30rpx;
  box-sizing: border-box;
  width: 100%;
  background: #C8F3FF;
  color: #1a1a1a;
  position: relative;
  overflow: hidden;
}
.gradient-background.data-v-edb8ba0e::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to bottom, transparent, #ffffff);
}
/* è‡ªå®šä¹‰å¯¼èˆªæ  */
.custom-nav.data-v-edb8ba0e {
  width: 100%;
  color: #1a1a1a;
  background-color: #C8F3FF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.nav-content.data-v-edb8ba0e {
  display: flex;
  align-items: center;
  padding: 0 20rpx;
}
.nav-icon.data-v-edb8ba0e {
  width: 64rpx;
  height: 64rpx;
  margin-right: 14rpx;
}
.nav-title.data-v-edb8ba0e {
  font-size: 32rpx;
  font-weight: bold;
}
.stats-section.data-v-edb8ba0e {
  height: 256rpx;
  width: 100%;
  padding: 30rpx;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 20rpx;
  position: relative;
  z-index: 99;
}
.stats-tabs.data-v-edb8ba0e {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20rpx;
  position: relative;
  z-index: 1;
}
.stats-tabs-left.data-v-edb8ba0e {
  width: 43%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tab-item.data-v-edb8ba0e {
  font-size: 28rpx;
  color: rgba(255, 255, 255, 0.8);
}
.tab-item.active.data-v-edb8ba0e {
  font-size: 32rpx;
  color: white;
  font-weight: 600;
}
.tab-item.right.data-v-edb8ba0e {
  color: white;
}
.stats-cards.data-v-edb8ba0e {
  width: 100%;
  height: 132rpx;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding-top: 22rpx;
  box-sizing: border-box;
  border-top: 1rpx solid rgba(255, 255, 255, 0.09);
}
.stat-card.data-v-edb8ba0e {
  flex: 1;
  text-align: left;
}
.stat-card.data-v-edb8ba0e:nth-child(1) {
  flex: 2.3;
}
.stat-card.data-v-edb8ba0e:nth-child(2) {
  flex: 2;
}
.stat-label.data-v-edb8ba0e {
  display: flex;
  height: 40rpx;
}
.stat-label text.data-v-edb8ba0e {
  font-size: 24rpx;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
.stat-label .stat-icon.data-v-edb8ba0e {
  width: 40rpx;
  height: 40rpx;
  margin-left: 10rpx;
}
.stat-value.data-v-edb8ba0e {
  font-weight: 600;
  font-size: 44rpx;
  color: #FFFFFF;
  margin-top: 14rpx;
}
.function-buttons.data-v-edb8ba0e {
  background-color: white;
  margin: 30rpx 30rpx 40rpx 30rpx;
  border-radius: 16rpx;
  padding: 30rpx;
  display: flex;
  justify-content: space-between;
}
.func-btn.data-v-edb8ba0e {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 120rpx;
}
.func-icon.data-v-edb8ba0e {
  width: 88rpx;
  height: 88rpx;
  margin-bottom: 16rpx;
}
.func-text.data-v-edb8ba0e {
  font-weight: 400;
  font-size: 26rpx;
  color: #333333;
  white-space: nowrap;
}
.orders-section.data-v-edb8ba0e {
  margin: 30rpx;
}
.section-title.data-v-edb8ba0e {
  width: 100%;
  font-weight: 600;
  font-size: 32rpx;
  color: #111111;
  padding: 0 30rpx;
  box-sizing: border-box;
}
.order-item.data-v-edb8ba0e {
  background: #FFFFFF;
  border-radius: 16rpx;
  padding: 30rpx;
  box-sizing: border-box;
  margin-bottom: 20rpx;
}
.order-item.data-v-edb8ba0e:last-child {
  margin-bottom: 0;
}
.order-header.data-v-edb8ba0e {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28rpx;
  flex-wrap: wrap;
}
.order-tag.data-v-edb8ba0e {
  background-color: #10B2FA;
  color: white;
  width: 104rpx;
  height: 40rpx;
  line-height: 40rpx;
  font-weight: 400;
  font-size: 22rpx;
  color: #FFFFFF;
  text-align: center;
  background: #10B2FA;
  border-radius: 8rpx;
  margin-right: 20rpx;
}
.order-user.data-v-edb8ba0e {
  font-weight: 400;
  font-size: 28rpx;
  color: #333333;
}
.order-status.data-v-edb8ba0e {
  font-weight: 400;
  font-size: 26rpx;
  color: #FF0020;
}
.order-product.data-v-edb8ba0e {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 26rpx;
}
.product-info.data-v-edb8ba0e {
  flex: 3;
  display: flex;
  flex-direction: column;
}
.product-name.data-v-edb8ba0e {
  font-weight: 600;
  font-size: 28rpx;
  color: #333333;
}
.product-spec.data-v-edb8ba0e {
  font-weight: 400;
  font-size: 24rpx;
  color: #8C939F;
  margin-top: 12rpx;
}
.product-price-count.data-v-edb8ba0e {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.product-price.data-v-edb8ba0e {
  font-weight: 400;
  font-size: 30rpx;
  color: #333333;
}
.product-count.data-v-edb8ba0e {
  font-weight: 400;
  font-size: 24rpx;
  color: #8C939F;
  margin-top: 12rpx;
}
.order-footer.data-v-edb8ba0e {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30rpx 0;
}
.total-price.data-v-edb8ba0e {
  display: flex;
  align-items: center;
}
.total-price text.data-v-edb8ba0e:nth-child(1) {
  font-weight: 400;
  font-size: 26rpx;
  color: #333333;
}
.total-price text.data-v-edb8ba0e:nth-child(2) {
  font-weight: 600;
  font-size: 26rpx;
  color: #222222;
}
.order-buttons.data-v-edb8ba0e {
  display: flex;
  gap: 20rpx;
}
.btn.data-v-edb8ba0e {
  width: 160rpx;
  height: 64rpx;
  line-height: 64rpx;
  text-align: center;
  border-radius: 34rpx;
  font-size: 28rpx;
  padding: 0 !important;
}
.btn.secondary.data-v-edb8ba0e {
  background-color: white;
  color: #004096;
  border: 2rpx solid #004096;
}
.btn.primary.data-v-edb8ba0e {
  background-color: #004096;
  color: white;
}
.order-note.data-v-edb8ba0e {
  width: 100%;
  font-size: 26rpx;
  color: red;
  background-color: #F8F9FB;
  padding: 20rpx;
  box-sizing: border-box;
  border-radius: 8rpx;
  margin-top: 20rpx;
}