| ¶Ô±ÈÐÂÎļþ |
| | |
| | | @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; |
| | | } |
| | | |