You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
380 lines
8.1 KiB
380 lines
8.1 KiB
1 year ago
|
@charset "UTF-8";
|
||
|
/**
|
||
|
* 这里是uni-app内置的常用样式变量
|
||
|
*
|
||
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
|
*
|
||
|
*/
|
||
|
/**
|
||
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
|
*
|
||
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
|
*/
|
||
|
/* 颜色变量 */
|
||
|
/* 行为相关颜色 */
|
||
|
/* 文字基本颜色 */
|
||
|
/* 背景颜色 */
|
||
|
/* 边框颜色 */
|
||
|
/* 尺寸变量 */
|
||
|
/* 文字尺寸 */
|
||
|
/* 图片尺寸 */
|
||
|
/* Border Radius */
|
||
|
/* 水平间距 */
|
||
|
/* 垂直间距 */
|
||
|
/* 透明度 */
|
||
|
/* 文章场景相关 */
|
||
|
.f_r_sb_c {
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
}
|
||
|
.pages-mine .usercontent {
|
||
|
position: relative;
|
||
|
height: 640rpx;
|
||
|
background: linear-gradient(138deg, #0CC86E, #03B385);
|
||
|
}
|
||
|
.pages-mine .usercontent .mine {
|
||
|
font-size: 36rpx;
|
||
|
font-family: Alibaba PuHuiTi;
|
||
|
font-weight: 400;
|
||
|
color: #FFFFFF;
|
||
|
margin-top: 82rpx;
|
||
|
margin-bottom: 30rpx;
|
||
|
width: 100%;
|
||
|
text-align: center;
|
||
|
position: relative;
|
||
|
}
|
||
|
.pages-mine .usercontent .myContent {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
flex-direction: column;
|
||
|
justify-content: space-between;
|
||
|
}
|
||
|
.pages-mine .notice-item {
|
||
|
position: absolute;
|
||
|
top: 6rpx;
|
||
|
right: 24rpx;
|
||
|
}
|
||
|
.pages-mine .mine-bg {
|
||
|
width: 100%;
|
||
|
height: 368rpx;
|
||
|
z-index: 0;
|
||
|
}
|
||
|
.pages-mine .mine-master-bg {
|
||
|
width: 100%;
|
||
|
height: 514rpx;
|
||
|
z-index: -1;
|
||
|
}
|
||
|
.pages-mine .avatar_view {
|
||
|
width: 140rpx;
|
||
|
height: 140rpx;
|
||
|
position: relative;
|
||
|
}
|
||
|
.pages-mine .avatar_view .avatar {
|
||
|
width: 140rpx;
|
||
|
height: 140rpx;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
.pages-mine .avatar_view .avatar open-data {
|
||
|
width: 140rpx;
|
||
|
height: 140rpx;
|
||
|
}
|
||
|
.pages-mine .avatar_view .text {
|
||
|
width: 110rpx;
|
||
|
position: absolute;
|
||
|
bottom: -5rpx;
|
||
|
left: 5rpx;
|
||
|
height: 36rpx;
|
||
|
line-height: 36rpx;
|
||
|
background: #FFFFFF;
|
||
|
border-radius: 18rpx;
|
||
|
color: #A40035;
|
||
|
font-size: 24rpx;
|
||
|
text-align: center;
|
||
|
}
|
||
|
.pages-mine .uerInfoContent {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
align-items: center;
|
||
|
}
|
||
|
.pages-mine .member-tag {
|
||
|
min-width: 168rpx;
|
||
|
height: 42rpx;
|
||
|
background: rgba(255, 255, 255, 0.5);
|
||
|
margin-right: 20rpx;
|
||
|
color: #ffffff;
|
||
|
}
|
||
|
.pages-mine .member-tag .iconfont {
|
||
|
font-size: 28rpx;
|
||
|
}
|
||
|
.pages-mine .chongzhi {
|
||
|
padding: 22rpx 41rpx;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
background: rgba(255, 255, 255, 0.16);
|
||
|
margin: 0 24rpx;
|
||
|
margin-top: 35rpx;
|
||
|
border-radius: 38rpx;
|
||
|
}
|
||
|
.pages-mine .chongzhi text {
|
||
|
font-size: 30rpx;
|
||
|
font-family: PingFang SC;
|
||
|
font-weight: 500;
|
||
|
color: #FFFFFF;
|
||
|
}
|
||
|
.pages-mine .chongzhi image {
|
||
|
width: 44rpx;
|
||
|
height: 44rpx;
|
||
|
}
|
||
|
.pages-mine .wallet {
|
||
|
background: #FFFFFF;
|
||
|
box-shadow: 0px 4px 10px 0px rgba(53, 107, 194, 0.06);
|
||
|
border-radius: 30rpx;
|
||
|
padding: 40rpx 0;
|
||
|
margin: 0 24rpx;
|
||
|
position: relative;
|
||
|
margin-top: -70rpx;
|
||
|
}
|
||
|
.pages-mine .icon-shuaxin,
|
||
|
.pages-mine .icon-xitong {
|
||
|
font-size: 40rpx;
|
||
|
}
|
||
|
.pages-mine .share-img {
|
||
|
width: 86rpx;
|
||
|
height: 86rpx;
|
||
|
}
|
||
|
.pages-mine .mine-count-list .section {
|
||
|
display: flex;
|
||
|
}
|
||
|
.pages-mine .mine-count-list .sectionItem {
|
||
|
flex: 1;
|
||
|
background: #FFFFFF;
|
||
|
box-shadow: 0rpx 4rpx 10rpx 0rpx rgba(53, 107, 194, 0.06);
|
||
|
border-radius: 30rpx;
|
||
|
text-align: center;
|
||
|
}
|
||
|
.pages-mine .mine-count-list .sectionItem .sectionTitle {
|
||
|
font-size: 28rpx;
|
||
|
font-family: Alibaba PuHuiTi;
|
||
|
font-weight: 400;
|
||
|
color: #666666;
|
||
|
}
|
||
|
.pages-mine .mine-count-list .sectionItem .sectionText {
|
||
|
font-size: 36rpx;
|
||
|
font-family: Alibaba PuHuiTi;
|
||
|
font-weight: 400;
|
||
|
color: #333333;
|
||
|
margin: 20rpx 0;
|
||
|
}
|
||
|
.pages-mine .mine-count-list .cancel-auth {
|
||
|
width: 110rpx;
|
||
|
height: 100rpx;
|
||
|
font-size: 100rpx;
|
||
|
top: 100rpx;
|
||
|
left: 150rpx;
|
||
|
}
|
||
|
.pages-mine .mine-count-list .cancel-auth .text-bold {
|
||
|
height: 26rpx;
|
||
|
-webkit-transform: rotate(-32deg);
|
||
|
transform: rotate(-32deg);
|
||
|
}
|
||
|
.pages-mine .mine-count-list .cash-btn {
|
||
|
width: 200rpx;
|
||
|
height: 66rpx;
|
||
|
line-height: 66rpx;
|
||
|
background: #08BF77;
|
||
|
border-radius: 33rpx;
|
||
|
text-align: center;
|
||
|
margin: 0 auto;
|
||
|
font-size: 30rpx;
|
||
|
font-family: Alibaba PuHuiTi;
|
||
|
font-weight: 400;
|
||
|
color: #FFFFFF;
|
||
|
}
|
||
|
.pages-mine .mine-count-list .icon-right {
|
||
|
font-size: 28rpx;
|
||
|
}
|
||
|
.pages-mine .share-list .coupon-img {
|
||
|
width: 97rpx;
|
||
|
height: 87rpx;
|
||
|
}
|
||
|
.pages-mine .share-list .item-icon {
|
||
|
width: 70rpx;
|
||
|
height: 70rpx;
|
||
|
}
|
||
|
.pages-mine .share-list .item-icon .iconfont {
|
||
|
font-size: 38rpx;
|
||
|
}
|
||
|
.pages-mine .share-list .item-icon .item-icon {
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
opacity: 0.1;
|
||
|
}
|
||
|
.pages-mine .mine-menu-list {
|
||
|
margin: 20rpx 30rpx 0 30rpx;
|
||
|
}
|
||
|
.pages-mine .mine-menu-list .menu-title {
|
||
|
height: 90rpx;
|
||
|
}
|
||
|
.pages-mine .mine-menu-list .menu-title .iconfont {
|
||
|
font-size: 24rpx;
|
||
|
}
|
||
|
.pages-mine .mine-menu-list .item-child {
|
||
|
width: 20%;
|
||
|
margin: 10rpx 0;
|
||
|
}
|
||
|
.pages-mine .mine-menu-list .item-child .iconfont {
|
||
|
font-size: 52rpx;
|
||
|
}
|
||
|
.pages-mine .mine-menu-list .item-child .item-img {
|
||
|
width: 88rpx;
|
||
|
height: 88rpx;
|
||
|
}
|
||
|
.pages-mine .mine-menu-list .item-child .item-img .iconfont {
|
||
|
font-size: 44rpx;
|
||
|
}
|
||
|
.pages-mine .mine-menu-list .item-child .item-img .item-img {
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
opacity: 0.1;
|
||
|
}
|
||
|
.pages-mine .mine-tool-list {
|
||
|
margin: 20rpx 30rpx 0 30rpx;
|
||
|
box-shadow: 0px 3px 6px 0px rgba(227, 227, 227, 0.47);
|
||
|
}
|
||
|
.pages-mine .mine-tool-list .list-item .iconfont {
|
||
|
font-size: 42rpx;
|
||
|
}
|
||
|
.pages-mine .mine-tool-list .list-item .icon-right {
|
||
|
font-size: 28rpx;
|
||
|
}
|
||
|
.pages-mine .mine-tool-list .list-item .icon-switch {
|
||
|
font-size: 70rpx;
|
||
|
line-height: 48rpx;
|
||
|
}
|
||
|
.pages-mine .mine-tool-list .list-item.b-1px-t:before {
|
||
|
left: 60rpx;
|
||
|
}
|
||
|
.pages-mine .help-img-info {
|
||
|
width: 130rpx;
|
||
|
height: 130rpx;
|
||
|
right: 30rpx;
|
||
|
}
|
||
|
.pages-mine .help-img-info .bg-img {
|
||
|
width: 130rpx;
|
||
|
height: 130rpx;
|
||
|
opacity: 0.4;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
}
|
||
|
.pages-mine .help-img-info .help-info {
|
||
|
width: 130rpx;
|
||
|
height: 130rpx;
|
||
|
opacity: 1;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
}
|
||
|
.pages-mine .help-img-info .help-info .help-img {
|
||
|
width: 118rpx;
|
||
|
height: 118rpx;
|
||
|
}
|
||
|
.pages-mine .help-img-info .help-info .help-img .iconfont {
|
||
|
font-size: 44rpx;
|
||
|
margin-bottom: 4rpx;
|
||
|
}
|
||
|
.jishicontent {
|
||
|
display: flex;
|
||
|
justify-content: space-around;
|
||
|
align-items: center;
|
||
|
padding-top: 160rpx;
|
||
|
}
|
||
|
.jishicontent .jishiItem {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
flex-direction: column;
|
||
|
align-items: center;
|
||
|
}
|
||
|
.jishicontent .jishiItem image {
|
||
|
width: 50rpx;
|
||
|
height: 50rpx;
|
||
|
}
|
||
|
.jishicontent .jishiItem .text {
|
||
|
font-size: 28rpx;
|
||
|
font-family: PingFang SC;
|
||
|
font-weight: 500;
|
||
|
color: #FFFFFF;
|
||
|
margin-top: 30rpx;
|
||
|
}
|
||
|
.jishiInfo {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
margin: 0 23rpx;
|
||
|
margin-top: 50rpx;
|
||
|
box-shadow: 0px 4rpx 10rpx 0px rgba(53, 107, 194, 0.06);
|
||
|
border-radius: 30rpx;
|
||
|
background-color: #ffffff;
|
||
|
position: relative;
|
||
|
z-index: 99;
|
||
|
padding: 40rpx 30rpx;
|
||
|
}
|
||
|
.jishiInfo .avatar {
|
||
|
width: 140rpx;
|
||
|
height: 140rpx;
|
||
|
}
|
||
|
.jishiInfo .jishiInfoRight {
|
||
|
margin-left: 25rpx;
|
||
|
flex: 1;
|
||
|
}
|
||
|
.jishiInfo .jishiInfoRight .jishiname {
|
||
|
font-size: 36rpx;
|
||
|
font-family: Alibaba PuHuiTi;
|
||
|
font-weight: 400;
|
||
|
color: #333333;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
}
|
||
|
.jishiInfo .jishiInfoRight .jishiname .personalInfo {
|
||
|
display: flex;
|
||
|
font-size: 28rpx;
|
||
|
font-family: Alibaba PuHuiTi;
|
||
|
font-weight: 400;
|
||
|
color: #999999;
|
||
|
}
|
||
|
.jishiInfo .jishiInfoRight .middlejishi {
|
||
|
display: flex;
|
||
|
margin-top: 21rpx;
|
||
|
}
|
||
|
.jishiInfo .jishiInfoRight .middlejishi image {
|
||
|
width: 63rpx;
|
||
|
height: 47rpx;
|
||
|
}
|
||
|
.jishiInfo .jishiInfoRight .middlejishi > text {
|
||
|
background: #FBE3D1;
|
||
|
border-radius: 23rpx;
|
||
|
width: 190rpx;
|
||
|
height: 46rpx;
|
||
|
display: inline-block;
|
||
|
font-size: 28rpx;
|
||
|
font-family: Alibaba PuHuiTi;
|
||
|
font-weight: 400;
|
||
|
color: #FF762D;
|
||
|
text-align: center;
|
||
|
margin-left: -48rpx;
|
||
|
}
|
||
|
.jishiInfo .jishiInfoRight .addressInfo {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
font-size: 24rpx;
|
||
|
margin-top: 24rpx;
|
||
|
}
|
||
|
.copyright {
|
||
|
font-size: 24rpx;
|
||
|
color: gray;
|
||
|
text-align: center;
|
||
|
padding: 50rpx 0;
|
||
|
}
|
||
|
|