MrShi
2026-04-28 bfd70830b78bc42e0a284baa044efacc29897cd5
small-program/unpackage/dist/dev/mp-weixin/pages/mine/mine.wxss
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,232 @@
@charset "UTF-8";
/**
 * è¿™é‡Œæ˜¯uni-app内置的常用样式变量
 *
 * uni-app å®˜æ–¹æ‰©å±•插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * å¦‚果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import è¿™ä¸ªæ–‡ä»¶ï¼‰ï¼Œæ–¹ä¾¿ç”¨æˆ·é€šè¿‡æ­ç§¯æœ¨çš„æ–¹å¼å¼€å‘整体风格一致的App
 *
 */
/**
 * å¦‚果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * å¦‚果你的项目同样使用了scss预处理,你也可以直接在你的 scss ä»£ç ä¸­ä½¿ç”¨å¦‚下变量,同时无需 import è¿™ä¸ªæ–‡ä»¶
 */
/* uni.scss */
/* é¢œè‰²å˜é‡ */
/* è¡Œä¸ºç›¸å…³é¢œè‰² */
/* æ–‡å­—基本颜色 */
/* èƒŒæ™¯é¢œè‰² */
/* è¾¹æ¡†é¢œè‰² */
/* å°ºå¯¸å˜é‡ */
/* æ–‡å­—尺寸 */
/* å›¾ç‰‡å°ºå¯¸ */
/* Border Radius */
/* æ°´å¹³é—´è· */
/* åž‚直间距 */
/* é€æ˜Žåº¦ */
/* æ–‡ç« åœºæ™¯ç›¸å…³ */
.mine-page.data-v-dcbcfe34 {
  position: relative;
  min-height: 100vh;
  background: #f6f8fb;
}
.top-bg.data-v-dcbcfe34 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 450rpx;
  background: linear-gradient(180deg, #B9E9FF 0%, #ffffff 100%);
  z-index: 0;
}
.page-scroll.data-v-dcbcfe34 {
  position: relative;
  z-index: 1;
}
.page-content.data-v-dcbcfe34 {
  padding: 30rpx;
  box-sizing: border-box;
}
.profile-card.data-v-dcbcfe34 {
  display: flex;
  align-items: center;
  margin-bottom: 30rpx;
  position: relative;
}
.profile-card button.data-v-dcbcfe34 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.avatar.data-v-dcbcfe34 {
  width: 108rpx;
  height: 108rpx;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 24rpx;
}
.login-text.data-v-dcbcfe34 {
  font-weight: 600;
  font-size: 36rpx;
  color: #111111;
}
.profile-copy.data-v-dcbcfe34 {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.user-name.data-v-dcbcfe34 {
  margin-top: 12rpx;
  font-weight: 400;
  font-size: 26rpx;
  color: #7d8792;
}
.profile-tools.data-v-dcbcfe34 {
  display: flex;
  align-items: center;
  gap: 20rpx;
}
.tool-item.data-v-dcbcfe34 {
  position: relative;
  width: 40rpx;
  height: 40rpx;
}
.tool-icon.data-v-dcbcfe34 {
  width: 100%;
  height: 100%;
}
.tool-badge.data-v-dcbcfe34 {
  position: absolute;
  right: -4rpx;
  top: -4rpx;
  width: 12rpx;
  height: 12rpx;
  border-radius: 50%;
  background: #ff3b30;
}
.section-card.data-v-dcbcfe34 {
  background: #ffffff;
  border-radius: 18rpx;
}
.order-card.data-v-dcbcfe34 {
  padding: 30rpx;
  box-sizing: border-box;
}
.section-head.data-v-dcbcfe34 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30rpx;
}
.section-title.data-v-dcbcfe34 {
  font-size: 34rpx;
  font-weight: 600;
  color: #222222;
}
.more-wrap.data-v-dcbcfe34 {
  display: flex;
  align-items: center;
  gap: 4rpx;
}
.more-text.data-v-dcbcfe34 {
  font-size: 24rpx;
  color: #b5bbc5;
}
.order-grid.data-v-dcbcfe34 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 8rpx 14rpx 0;
}
.order-item.data-v-dcbcfe34 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.order-badge.data-v-dcbcfe34 {
  position: absolute;
  top: -6rpx;
  right: -15rpx;
  min-width: 28rpx;
  height: 28rpx;
  padding: 0 6rpx;
  border-radius: 14rpx;
  background: #ff2d55;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18rpx;
  line-height: 1;
  color: #ffffff;
  box-sizing: border-box;
}
.order-icon.data-v-dcbcfe34 {
  width: 60rpx;
  height: 60rpx;
}
.order-label.data-v-dcbcfe34 {
  margin-top: 8rpx;
  font-weight: 400;
  font-size: 24rpx;
  color: #333333;
}
.banner-card.data-v-dcbcfe34 {
  position: relative;
  margin-top: 30rpx;
  width: 100%;
  overflow: hidden;
}
.banner-image.data-v-dcbcfe34 {
  width: 100%;
}
.menu-card.data-v-dcbcfe34 {
  margin-top: 30rpx;
  padding: 0 30rpx;
  box-sizing: border-box;
}
.menu-row.data-v-dcbcfe34 {
  height: 100rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1rpx solid #E5E5E5;
}
.menu-row.data-v-dcbcfe34:last-child {
  border-bottom: none;
}
.menu-label.data-v-dcbcfe34 {
  font-weight: 400;
  font-size: 30rpx;
  color: #222222;
}
.right-icon.data-v-dcbcfe34 {
  display: flex;
  align-items: center;
  gap: 4rpx;
}
.right-icon text.data-v-dcbcfe34 {
  font-weight: 400;
  font-size: 24rpx;
  color: #10B2FA;
  margin-right: 20rpx;
}
.right-icon .status-red.data-v-dcbcfe34 {
  color: #FF0000;
}
.right-icon button.data-v-dcbcfe34 {
  position: relative;
  top: 0;
  float: right;
  right: 0;
  width: 200rpx;
  height: 48rpx;
  opacity: 0;
  z-index: 9999;
}