@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;
|
}
|
.nav-wrap.data-v-dcbcfe34,
|
.page-scroll.data-v-dcbcfe34 {
|
position: relative;
|
z-index: 1;
|
}
|
.nav-bar.data-v-dcbcfe34 {
|
padding: 0 16rpx;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
box-sizing: border-box;
|
}
|
.nav-spacer.data-v-dcbcfe34 {
|
width: 52rpx;
|
height: 52rpx;
|
}
|
.nav-actions.data-v-dcbcfe34 {
|
min-width: 112rpx;
|
height: 52rpx;
|
padding: 0 10rpx;
|
background: rgba(255, 255, 255, 0.86);
|
border-radius: 26rpx;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
box-sizing: border-box;
|
}
|
.nav-action-item.data-v-dcbcfe34 {
|
width: 38rpx;
|
height: 38rpx;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
}
|
.nav-divider.data-v-dcbcfe34 {
|
width: 1rpx;
|
height: 24rpx;
|
background: #e5e7eb;
|
}
|
.page-content.data-v-dcbcfe34 {
|
padding: 30rpx;
|
box-sizing: border-box;
|
}
|
.profile-card.data-v-dcbcfe34 {
|
display: flex;
|
align-items: center;
|
margin-bottom: 30rpx;
|
}
|
.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;
|
}
|