|
page {
|
background-color: #F9F9FB;
|
}
|
|
@charset "UTF-8";
|
/**
|
* 这里是uni-app内置的常用样式变量
|
*
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
*
|
*/
|
/**
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
*
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
*/
|
/* 颜色变量 */
|
/* 行为相关颜色 */
|
/* 文字基本颜色 */
|
/* 背景颜色 */
|
/* 边框颜色 */
|
/* 尺寸变量 */
|
/* 文字尺寸 */
|
/* 图片尺寸 */
|
/* Border Radius */
|
/* 水平间距 */
|
/* 垂直间距 */
|
/* 透明度 */
|
/* 文章场景相关 */
|
.mine.data-v-dcbcfe34 {
|
width: 100%;
|
}
|
.mine .head.data-v-dcbcfe34 {
|
width: 100%;
|
height: 424rpx;
|
padding: 0 30rpx;
|
position: -webkit-sticky;
|
position: sticky;
|
top: 0;
|
left: 0;
|
z-index: 999;
|
box-sizing: border-box;
|
background: linear-gradient(180deg, #C8F3FF 0%, #ffffff 100%);
|
}
|
.mine .head .head-bar.data-v-dcbcfe34 {
|
width: 100%;
|
}
|
.mine .head .head-bar .head-bar-nav.data-v-dcbcfe34 {
|
width: 100%;
|
}
|
.mine .head .guanggao.data-v-dcbcfe34 {
|
width: 100%;
|
height: 140rpx;
|
margin-top: 30rpx;
|
}
|
.mine .head .guanggao image.data-v-dcbcfe34 {
|
width: 100%;
|
}
|
.mine .head .gn.data-v-dcbcfe34 {
|
width: 100%;
|
background: #FFFFFF;
|
border-radius: 16rpx;
|
overflow: hidden;
|
margin-top: 30rpx;
|
}
|
.mine .head .gn .gn-item.data-v-dcbcfe34 {
|
width: 100%;
|
height: 100rpx;
|
padding: 0 30rpx;
|
box-sizing: border-box;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
border-bottom: 1rpx solid #E5E5E5;
|
}
|
.mine .head .gn .gn-item.data-v-dcbcfe34:last-child {
|
border: none !important;
|
}
|
.mine .head .gn .gn-item text.data-v-dcbcfe34 {
|
font-weight: 400;
|
font-size: 30rpx;
|
color: #222222;
|
}
|
.mine .head .gn .gn-item image.data-v-dcbcfe34 {
|
width: 16rpx;
|
height: 28rpx;
|
}
|
.mine .head .func.data-v-dcbcfe34 {
|
width: 100%;
|
padding: 30rpx;
|
box-sizing: border-box;
|
background-color: #ffffff;
|
border-radius: 16rpx;
|
margin-top: 40rpx;
|
}
|
.mine .head .func .func-top.data-v-dcbcfe34 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
.mine .head .func .func-top .func-top-title.data-v-dcbcfe34 {
|
font-weight: 500;
|
font-size: 32rpx;
|
color: #111111;
|
}
|
.mine .head .func .func-top .func-top-to.data-v-dcbcfe34 {
|
display: flex;
|
align-items: center;
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #999999;
|
}
|
.mine .head .func .func-top .func-top-to image.data-v-dcbcfe34 {
|
width: 8rpx;
|
height: 18rpx;
|
margin-left: 8rpx;
|
}
|
.mine .head .func .func-list.data-v-dcbcfe34 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: space-around;
|
margin-top: 30rpx;
|
}
|
.mine .head .func .func-list .func-list-item.data-v-dcbcfe34 {
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
justify-content: center;
|
position: relative;
|
}
|
.mine .head .func .func-list .func-list-item .func-list-item-num.data-v-dcbcfe34 {
|
position: absolute;
|
top: 0;
|
right: 0;
|
height: 32rpx;
|
line-height: 32rpx;
|
padding: 0 8rpx;
|
box-sizing: border-box;
|
border-radius: 50%;
|
background-color: #E4001D;
|
font-weight: 400;
|
font-size: 22rpx;
|
color: #FFFFFF;
|
}
|
.mine .head .func .func-list .func-list-item image.data-v-dcbcfe34 {
|
width: 60rpx;
|
height: 60rpx;
|
}
|
.mine .head .func .func-list .func-list-item text.data-v-dcbcfe34 {
|
font-weight: 400;
|
font-size: 24rpx;
|
color: #333333;
|
margin-top: 8rpx;
|
}
|
.mine .head .cate.data-v-dcbcfe34 {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: space-around;
|
margin-top: 40rpx;
|
}
|
.mine .head .cate .cate-item.data-v-dcbcfe34 {
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
justify-content: center;
|
justify-content: space-between;
|
}
|
.mine .head .cate .cate-item text.data-v-dcbcfe34:nth-child(1) {
|
font-weight: 600;
|
font-size: 36rpx;
|
color: #222222;
|
}
|
.mine .head .cate .cate-item text.data-v-dcbcfe34:nth-child(2) {
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #555555;
|
}
|
.mine .head .user.data-v-dcbcfe34 {
|
width: 100%;
|
height: 108rpx;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
.mine .head .user .user-left.data-v-dcbcfe34 {
|
display: flex;
|
align-items: center;
|
}
|
.mine .head .user .user-left .user-image.data-v-dcbcfe34 {
|
width: 108rpx;
|
height: 108rpx;
|
border-radius: 50%;
|
overflow: hidden;
|
margin-right: 24rpx;
|
}
|
.mine .head .user .user-left .user-image image.data-v-dcbcfe34 {
|
width: 100%;
|
}
|
.mine .head .user .user-left .user-name.data-v-dcbcfe34 {
|
font-weight: 600;
|
font-size: 36rpx;
|
color: #111111;
|
position: relative;
|
}
|
.mine .head .user .user-left .user-name button.data-v-dcbcfe34 {
|
position: absolute;
|
top: 0;
|
left: 0;
|
width: 100%;
|
height: 100%;
|
z-index: 9;
|
opacity: 0;
|
}
|
.mine .head .user .user-right.data-v-dcbcfe34 {
|
display: flex;
|
align-items: center;
|
}
|
.mine .head .user .user-right .user-right-item.data-v-dcbcfe34 {
|
width: 40rpx;
|
height: 40rpx;
|
position: relative;
|
margin-left: 40rpx;
|
}
|
.mine .head .user .user-right .user-right-item .user-right-item-tips.data-v-dcbcfe34 {
|
position: absolute;
|
top: -8rpx;
|
right: -8rpx;
|
width: 16rpx;
|
height: 16rpx;
|
border-radius: 50%;
|
background-color: #E4001D;
|
}
|
.mine .head .user .user-right .user-right-item image.data-v-dcbcfe34 {
|
width: 100%;
|
}
|