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.
293 lines
6.2 KiB
293 lines
6.2 KiB
@charset "UTF-8";
|
|
/**
|
|
* 这里是uni-app内置的常用样式变量
|
|
*
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
*
|
|
*/
|
|
/**
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
*
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
*/
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
.pages-mine .mine-bg {
|
|
width: 100%;
|
|
height: 318rpx;
|
|
z-index: -1;
|
|
}
|
|
.pages-mine .mine-master-bg {
|
|
width: 100%;
|
|
height: 514rpx;
|
|
z-index: -1;
|
|
}
|
|
.pages-mine .avatar_view {
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
}
|
|
.pages-mine .avatar_view .avatar {
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
overflow: hidden;
|
|
}
|
|
.pages-mine .avatar_view .avatar open-data {
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
}
|
|
.pages-mine .avatar_view .text {
|
|
width: 110rpx;
|
|
position: absolute;
|
|
bottom: -5rpx;
|
|
left: 5rpx;
|
|
height: 36rpx;
|
|
line-height: 36rpx;
|
|
background: #FFFFFF;
|
|
border-radius: 18rpx;
|
|
font-size: 24rpx;
|
|
text-align: center;
|
|
}
|
|
.pages-mine .member-tag {
|
|
min-width: 168rpx;
|
|
height: 42rpx;
|
|
background: rgba(255, 255, 255, 0.5);
|
|
}
|
|
.pages-mine .member-tag .iconfont {
|
|
font-size: 28rpx;
|
|
}
|
|
.pages-mine .iconbianjiziliao {
|
|
font-size: 36rpx;
|
|
}
|
|
.pages-mine .icon-xitong {
|
|
font-size: 40rpx;
|
|
}
|
|
.pages-mine .addr-time-help-list {
|
|
width: 100%;
|
|
padding: 40rpx 0;
|
|
}
|
|
.pages-mine .addr-time-help-list .flex-center {
|
|
width: 33.33%;
|
|
}
|
|
.pages-mine .addr-time-help-list .flex-center .iconfont {
|
|
font-size: 60rpx;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
.pages-mine .coach-info .avatar {
|
|
width: 140rpx;
|
|
height: 140rpx;
|
|
}
|
|
.pages-mine .coach-info .coach-name {
|
|
font-size: 34rpx;
|
|
color: #142C57;
|
|
}
|
|
.pages-mine .coach-info .coach-text {
|
|
color: #5A677E;
|
|
}
|
|
.pages-mine .coach-info .icon-right {
|
|
font-size: 22rpx;
|
|
}
|
|
.pages-mine .coach-info .tag-item {
|
|
min-width: 92rpx;
|
|
height: 36rpx;
|
|
padding: 0 10rpx;
|
|
font-size: 24rpx;
|
|
border-radius: 6rpx;
|
|
-webkit-transform: rotateZ(360deg);
|
|
transform: rotateZ(360deg);
|
|
}
|
|
.pages-mine .coach-info .map-addr-info .map-addr {
|
|
width: 102rpx;
|
|
height: 46rpx;
|
|
padding-right: 6rpx;
|
|
}
|
|
.pages-mine .coach-info .map-addr-info .map-addr .iconfont {
|
|
margin-right: 2rpx;
|
|
font-size: 26rpx;
|
|
}
|
|
.pages-mine .coach-info .map-addr-info .map-addr.abs {
|
|
top: 0;
|
|
left: 0;
|
|
opacity: 0.1;
|
|
}
|
|
.pages-mine .coach-info .map-addr-info .text {
|
|
color: #5A677E;
|
|
}
|
|
.pages-mine .coach-info .map-addr-info .location-change .iconfont {
|
|
font-size: 70rpx;
|
|
}
|
|
.pages-mine .mine-count-list .cancel-auth {
|
|
width: 110rpx;
|
|
height: 100rpx;
|
|
font-size: 100rpx;
|
|
top: -230rpx;
|
|
right: 55rpx;
|
|
}
|
|
.pages-mine .mine-count-list .cancel-auth .text-bold {
|
|
height: 26rpx;
|
|
-webkit-transform: rotate(-32deg);
|
|
transform: rotate(-32deg);
|
|
}
|
|
.pages-mine .mine-count-list .item-child {
|
|
width: 50%;
|
|
padding: 28rpx;
|
|
}
|
|
.pages-mine .mine-count-list .item-child .text {
|
|
color: #5A677E;
|
|
}
|
|
.pages-mine .mine-count-list .item-child .cash-btn {
|
|
width: 108rpx;
|
|
height: 46rpx;
|
|
-webkit-transform: rotateZ(360deg);
|
|
transform: rotateZ(360deg);
|
|
}
|
|
.pages-mine .dot-unread-number {
|
|
top: 0;
|
|
right: 0;
|
|
width: 24rpx;
|
|
height: 24rpx;
|
|
line-height: 24rpx;
|
|
text-align: center;
|
|
color: #fff;
|
|
font-size: 18rpx;
|
|
border-radius: 24rpx;
|
|
background-color: #F1381F;
|
|
}
|
|
.pages-mine .share-collect-list .share-item {
|
|
width: 50%;
|
|
height: 105rpx;
|
|
}
|
|
.pages-mine .item-btn {
|
|
width: 150rpx;
|
|
height: 52rpx;
|
|
border-radius: 100rpx;
|
|
}
|
|
.pages-mine .share-list .coupon-img {
|
|
width: 97rpx;
|
|
height: 87rpx;
|
|
}
|
|
.pages-mine .share-list .item-icon {
|
|
width: 74rpx;
|
|
height: 80rpx;
|
|
}
|
|
.pages-mine .share-list .item-icon .iconfont {
|
|
font-size: 62rpx;
|
|
}
|
|
.pages-mine .share-list .item-icon .item-icon {
|
|
top: 0;
|
|
left: 0;
|
|
opacity: 0.1;
|
|
}
|
|
.pages-mine .store-btn {
|
|
width: 320rpx;
|
|
height: 60rpx;
|
|
}
|
|
.pages-mine .vip-img {
|
|
width: 100%;
|
|
height: 186rpx;
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
z-index: 0;
|
|
}
|
|
.pages-mine .vip {
|
|
width: 44rpx;
|
|
height: 44rpx;
|
|
}
|
|
.pages-mine .vip-base {
|
|
height: 100%;
|
|
line-height: 100%;
|
|
color: #856534;
|
|
}
|
|
.pages-mine .vip-fx {
|
|
width: 110rpx;
|
|
height: 44rpx;
|
|
position: absolute;
|
|
top: -44rpx;
|
|
left: 50%;
|
|
margin-left: -54rpx;
|
|
}
|
|
.pages-mine .share-atv-img {
|
|
width: 716rpx;
|
|
height: 190rpx;
|
|
margin: 0 auto;
|
|
}
|
|
.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: 25%;
|
|
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-menu-list .item-child .fdd-sign {
|
|
width: 76rpx;
|
|
height: 30rpx;
|
|
background: #E82F21;
|
|
font-size: 20rpx;
|
|
-webkit-transform: scale(0.9);
|
|
transform: scale(0.9);
|
|
top: -10rpx;
|
|
right: 0;
|
|
border-radius: 20rpx 20rpx 20rpx 0;
|
|
}
|
|
.pages-mine .column-img {
|
|
width: 74rpx;
|
|
height: 80rpx;
|
|
}
|
|
.pages-mine .mine-img {
|
|
width: 68rpx;
|
|
height: 68rpx;
|
|
margin: auto;
|
|
}
|
|
.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 .left-icon {
|
|
width: 42rpx;
|
|
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;
|
|
color: #ddd;
|
|
}
|
|
.pages-mine .mine-tool-list .list-item.b-1px-t:before {
|
|
left: 60rpx;
|
|
}
|
|
|
|
|