1435 lines
26 KiB
Plaintext
1435 lines
26 KiB
Plaintext
/* pages/member/index_v2/index_v2.wxss */
|
|
@import "/mycss/iconImg.wxss";
|
|
|
|
.templet_box {
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.templet_box .extension_plate {
|
|
margin-bottom: 20rpx;
|
|
background: #fff;
|
|
}
|
|
|
|
.header {
|
|
height: auto;
|
|
background-color: #fff;
|
|
padding: 40rpx 20rpx;
|
|
position: relative;
|
|
color: #333;
|
|
}
|
|
|
|
.header .header-info {
|
|
display: flex;
|
|
position: relative;
|
|
}
|
|
|
|
.header .header-info .left {
|
|
width: 128rpx;
|
|
height: 128rpx;
|
|
border-radius: 50%;
|
|
border: solid 4rpx #ebebeb;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.header .header-info .left image {
|
|
width: 100%;
|
|
}
|
|
|
|
.header .header-info .user-info {
|
|
margin-left: 20rpx;
|
|
text-align: left;
|
|
color: #333;
|
|
}
|
|
|
|
.header .header-info .user-info .name-one {
|
|
line-height: 60rpx;
|
|
color: #333;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.header .header-info .user-info .name-a {
|
|
font-size: 36rpx;
|
|
font-weight: bold;
|
|
max-width: 220rpx;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.header .header-info .user-info .name-b {
|
|
font-size: 24rpx;
|
|
margin-left: 20rpx;
|
|
background: #f5f5f5;
|
|
border-radius: 20rpx;
|
|
padding: 0 12rpx;
|
|
height: 40rpx;
|
|
line-height: 40rpx;
|
|
color: #8c8c8c;
|
|
}
|
|
|
|
.header .header-info .user-info .name_invite {
|
|
font-size: 26rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.header .header-info .user-info .name_invite .copybtn {
|
|
font-size: 24rpx;
|
|
color: #8c8c8c;
|
|
border: solid 2rpx #ebebeb;
|
|
border-radius: 20rpx;
|
|
margin-left: 16rpx;
|
|
padding: 0 12rpx;
|
|
}
|
|
|
|
.header .header-info .member-box {
|
|
align-content: center;
|
|
background: linear-gradient(to right, #3b3b4f, #9898a4);
|
|
border-radius: 120rpx;
|
|
display: flex;
|
|
position: absolute;
|
|
right: 0;
|
|
color: #fff;
|
|
padding: 0 12rpx;
|
|
margin-top: 55rpx;
|
|
}
|
|
|
|
.header .header-info .member-box {
|
|
display: flex;
|
|
align-content: center;
|
|
position: absolute;
|
|
right: 0;
|
|
color: #fff;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.header .header-info .member-box .member_enter {
|
|
padding-top: 10rpx;
|
|
margin-right: 8rpx;
|
|
}
|
|
|
|
.header .header-info .member-box .angle_right {
|
|
padding-top: 10rpx;
|
|
margin-left: 12rpx;
|
|
}
|
|
|
|
.userinfo {
|
|
background: #fff;
|
|
border-top: solid 2rpx #ebebeb;
|
|
}
|
|
|
|
.userinfo .ul {
|
|
/* width: 100%; */
|
|
font-size: 14px;
|
|
display: flex;
|
|
text-align: center;
|
|
|
|
/* padding: 14px 0; */
|
|
overflow-x: scroll;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.userinfo .ul .li {
|
|
position: relative;
|
|
flex: 1;
|
|
margin: 20rpx 0;
|
|
box-sizing: border-box;
|
|
border: 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.orderlist {
|
|
background: #fff;
|
|
margin: 20rpx 0;
|
|
}
|
|
|
|
.orderlist .ordertltie {
|
|
position: relative;
|
|
text-align: left;
|
|
text-indent: 28rpx;
|
|
width: 100%;
|
|
height: 80rpx;
|
|
border-bottom: 2rpx solid #ebebeb;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.orderlist .ordertltie .ordername {
|
|
line-height: 80rpx;
|
|
font-size: 32rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.orderlist .ordertltie .right {
|
|
display: flex;
|
|
flex: 1;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
padding-right: 28rpx;
|
|
}
|
|
|
|
.orderlist .ordertltie .right .angle-right {
|
|
padding-top: 10rpx;
|
|
}
|
|
|
|
.orderlist .order_all {
|
|
padding: 28rpx 0;
|
|
color: #666;
|
|
overflow: hidden;
|
|
display: flex;
|
|
}
|
|
|
|
.orderlist .order_all .order_pub {
|
|
flex: 1;
|
|
border-left: 2rpx solid #f3f3f3;
|
|
padding-top: 4rpx;
|
|
text-align: center;
|
|
color: #8c8c8c;
|
|
position: relative;
|
|
font-size: 24rpx;
|
|
overflow: visible;
|
|
}
|
|
|
|
/* .orderlist .order_all .order_pub .icon {
|
|
overflow: visible;
|
|
}
|
|
|
|
.orderlist .order_all .order_pub .top {
|
|
overflow: visible;
|
|
}
|
|
|
|
.van-icon {
|
|
overflow: visible;
|
|
} */
|
|
|
|
.tool {
|
|
background-color: #fff;
|
|
overflow: hidden;
|
|
color: #333;
|
|
}
|
|
|
|
.tool .title {
|
|
display: flex;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
padding: 0 28rpx;
|
|
border: solid 2rpx #f3f3f3;
|
|
}
|
|
|
|
.tool .spare {
|
|
width: 8rpx;
|
|
height: 32rpx;
|
|
border-radius: 2rpx;
|
|
background-color: #f15353;
|
|
margin-top: 24rpx;
|
|
margin-right: 12rpx;
|
|
}
|
|
|
|
.tool .h3 {
|
|
color: #333;
|
|
text-align: left;
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.tool .ul {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
padding: 20rpx 0;
|
|
}
|
|
|
|
.tool .ul .li {
|
|
width: 25%;
|
|
position: relative;
|
|
text-align: center;
|
|
font-size: 24rpx;
|
|
margin-bottom: 20rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
padding-top: 10rpx;
|
|
}
|
|
|
|
.tool .ul .li .img {
|
|
border-radius: 50%;
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.template_1 .cart {
|
|
padding-left: 28rpx;
|
|
background-color: #fff;
|
|
padding-bottom: 40rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.template_1 .cart .cart_content:first-child {
|
|
border-top: none;
|
|
}
|
|
|
|
.template_1 .van-collapse-item__content {
|
|
padding: 0;
|
|
}
|
|
|
|
.template_1 .cart .cart_content {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
height: 88rpx;
|
|
border-top: solid 2rpx #ebebeb;
|
|
position: relative;
|
|
}
|
|
|
|
.template_1 .cart .cart_content .left .iconfont {
|
|
font-size: 52rpx;
|
|
color: #f15353;
|
|
}
|
|
|
|
.template_1 .cart .cart_content .center {
|
|
flex: 1;
|
|
text-align: left;
|
|
height: 88rpx;
|
|
line-height: 88rpx;
|
|
padding-left: 12rpx;
|
|
}
|
|
|
|
.template_1 .cart .cart_content .right {
|
|
padding-right: 28rpx;
|
|
}
|
|
|
|
.template_1 .cart .cart_content .right .van-icon {
|
|
padding-top: 10rpx;
|
|
}
|
|
|
|
.copyrightImg {
|
|
display: block;
|
|
margin: 32rpx auto;
|
|
max-width: 100%;
|
|
}
|
|
|
|
.copyright {
|
|
color: #a7a7a7;
|
|
margin: 20rpx 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.template_1 .icon-member-tool-a {
|
|
background: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/tool_01.png") no-repeat center;
|
|
background-size: 2.5rem;
|
|
}
|
|
|
|
.template_1 .icon-member-tool-b {
|
|
background: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/tool_02.png") no-repeat center;
|
|
background-size: 2.5rem;
|
|
}
|
|
|
|
.template_1 .icon-member-tool-c {
|
|
background: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/tool_06.png") no-repeat center;
|
|
background-size: 2rem;
|
|
}
|
|
|
|
.template_1 .icon-member-tool-d {
|
|
background: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/tool_03.png") no-repeat center;
|
|
background-size: 2rem;
|
|
}
|
|
|
|
.template_1 .icon-member-tool-e {
|
|
background: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/tool_04.png") no-repeat center;
|
|
background-size: 2.5rem;
|
|
}
|
|
|
|
.template_1 .icon-member-tool-f {
|
|
background: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/tool_05.png") no-repeat center;
|
|
background-size: 2rem;
|
|
}
|
|
|
|
.template_1 .icon-member-tool-g {
|
|
background: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/tool_07.png") no-repeat center;
|
|
background-size: 2rem;
|
|
}
|
|
|
|
.template_1 .icon-member-tool-i {
|
|
background: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/tool_10.png") no-repeat center;
|
|
background-size: 2.5rem;
|
|
}
|
|
|
|
.template_1 .icon-fontclass-wangjimima2 {
|
|
background: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/member/member_a(124).png") no-repeat center;
|
|
background-size: 2.2rem;
|
|
}
|
|
|
|
.template_1 .icon-fontclass-wangjimima2::before {
|
|
content: "";
|
|
}
|
|
|
|
.template_1 .icon-member_vj_asistant {
|
|
background: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/member/member_a(102).png") no-repeat center;
|
|
background-size: 2.5rem;
|
|
}
|
|
|
|
.template_1 .icon-member_vj_asistant::before {
|
|
content: "";
|
|
}
|
|
|
|
.template_1 .icon-member-tool-h {
|
|
background: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/tool_08.png") no-repeat center;
|
|
background-size: 2.5rem;
|
|
}
|
|
|
|
.template_1 .icon-member-tool-j {
|
|
background: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/tool_09.png") no-repeat center;
|
|
background-size: 2.5rem;
|
|
}
|
|
|
|
.template_1 .icon-member-tool-k {
|
|
background: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/tool_11.png") no-repeat center;
|
|
background-size: 2.5rem;
|
|
}
|
|
|
|
.template_1 .icon-member_quickpay {
|
|
background: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/member/member_a(95).png") no-repeat center;
|
|
background-size: 2.2rem;
|
|
}
|
|
|
|
.template_1 .icon-member_quickpay::before {
|
|
content: "";
|
|
}
|
|
|
|
.template_1 .icon-member_massage_remind {
|
|
background: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/member/member_a(115).png") no-repeat center;
|
|
background-size: 2.2rem;
|
|
}
|
|
|
|
.template_1 .icon-member_massage_remind::before {
|
|
content: "";
|
|
}
|
|
|
|
.template_1 .icon-member-cloud-object {
|
|
background: url('https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/member_a(93).png') no-repeat center;
|
|
background-size: 2.2rem;
|
|
}
|
|
|
|
.template_1 .icon-member-cloud-object::before {
|
|
content: "";
|
|
}
|
|
|
|
.template_1 .icon-member_mycontract {
|
|
background: url('https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/member/member_a(89).png') no-repeat center;
|
|
background-size: 2.2rem;
|
|
}
|
|
|
|
.template_1 .icon-member_mycontract::before {
|
|
content: "";
|
|
}
|
|
|
|
.template_1 .icon-fontclass-yiingyongguanli {
|
|
background: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/member/member_a(131).png") no-repeat center;
|
|
background-size: 2.2rem;
|
|
}
|
|
|
|
.template_1 .icon-fontclass-yiingyongguanli::before {
|
|
content: "";
|
|
}
|
|
|
|
.template_1 .tool .ul .li icon {
|
|
display: inline-block;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.template_2 .tool .ul .li icon {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 20rpx;
|
|
font-size: 64rpx;
|
|
}
|
|
|
|
.template_2 .icon-fontclass-quan {
|
|
background: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/member/member_a(170).png") no-repeat center;
|
|
background-size: 56rpx;
|
|
width: 56rpx;
|
|
height: 56rpx;
|
|
}
|
|
|
|
.template_2 .icon-fontclass-quan::before {
|
|
content: "";
|
|
}
|
|
|
|
.template_2 .icon-fontclass-mendianhexiao {
|
|
background: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/member/member_a(162).png") no-repeat center;
|
|
background-size: 56rpx;
|
|
width: 56rpx;
|
|
height: 56rpx;
|
|
}
|
|
|
|
.template_2 .icon-fontclass-mendianhexiao::before {
|
|
content: "";
|
|
}
|
|
|
|
.template_2 .icon-fontclass_timeApp {
|
|
background: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/member/member_a(187).png") no-repeat center;
|
|
background-size: 56rpx;
|
|
width: 56rpx;
|
|
height: 56rpx;
|
|
}
|
|
|
|
.template_2 .icon-fontclass_timeApp::before {
|
|
content: "";
|
|
}
|
|
|
|
.template_2 .extension_plate .h1 {
|
|
font-size: 16px;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
text-align: left;
|
|
padding: 0 28rpx;
|
|
display: flex;
|
|
border-bottom: 2rpx solid #f6f6f6;
|
|
}
|
|
|
|
.template_2 .extension_plate .h1 .spare {
|
|
width: 8rpx;
|
|
height: 32rpx;
|
|
border-radius: 2rpx;
|
|
background-color: #f15353;
|
|
margin-top: 24rpx;
|
|
margin-right: 12rpx;
|
|
}
|
|
|
|
.template_2 .extension_plate .box {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
padding: 20rpx 0;
|
|
}
|
|
|
|
.template_2 .extension_plate .box .li {
|
|
width: 25%;
|
|
margin-bottom: 20rpx;
|
|
text-align: center;
|
|
position: relative;
|
|
line-height: 63rpx;
|
|
}
|
|
|
|
.erweima {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.code_box {
|
|
width: 460rpx;
|
|
|
|
/* height: 970rpx; */
|
|
|
|
/* position: absolute;
|
|
left: 50%; */
|
|
display: block;
|
|
margin: 0 auto;
|
|
border-radius: 12rpx;
|
|
}
|
|
|
|
.code_box image {
|
|
width: 100%;
|
|
border-radius: 12rpx;
|
|
}
|
|
|
|
.posterPopup_style .icon_btn {
|
|
width: 100%;
|
|
position: relative;
|
|
|
|
/* height: 120rpx; */
|
|
background: #fff;
|
|
text-align: center;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.posterPopup_style .icon_btn .box {
|
|
width: 50%;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
text-align: center;
|
|
padding: 20rpx 0;
|
|
}
|
|
|
|
.posterPopup_style .icon_btn image {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
margin-bottom: 8rpx;
|
|
}
|
|
|
|
.posterPopup_style .icon_close {
|
|
width: 100%;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
text-align: center;
|
|
background: #efefef;
|
|
color: #333;
|
|
}
|
|
|
|
.hotel_order {
|
|
background: #fff;
|
|
margin: 20rpx 0;
|
|
}
|
|
|
|
.hotel_order .a {
|
|
position: relative;
|
|
}
|
|
|
|
.hotel_order .title_box {
|
|
line-height: 80rpx;
|
|
display: flex;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
padding: 0 28rpx;
|
|
border-bottom: 2rpx solid #f6f6f6;
|
|
}
|
|
|
|
.hotel_order .title_box .span {
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.hotel_order .title_box .angle-right {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.hotel_order .title_box .angle-right van-icon {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.hotel_order .item_box {
|
|
display: flex;
|
|
padding: 36rpx 0;
|
|
}
|
|
|
|
.hotel_order .item_box .li {
|
|
width: 25%;
|
|
position: relative;
|
|
}
|
|
|
|
.hotel_order .item_box .li .a {
|
|
position: relative;
|
|
}
|
|
|
|
.badge-hotel {
|
|
position: absolute;
|
|
left: 56%;
|
|
top: 4rpx;
|
|
background-color: #fff;
|
|
border: solid 2rpx #57d5ff;
|
|
border-radius: 20rpx;
|
|
color: #57d5ff;
|
|
line-height: 28rpx;
|
|
font-size: 24rpx;
|
|
padding: 0 10rpx;
|
|
}
|
|
|
|
.order_all .badge-hotel {
|
|
border: solid 2rpx #f15353;
|
|
color: #f15353;
|
|
}
|
|
|
|
.hotel_order .item_box .li .img {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.hotel_order .item_box .li .img image {
|
|
border-radius: 40rpx;
|
|
width: 72rpx;
|
|
height: 72rpx;
|
|
}
|
|
|
|
.hotel_order .item_box .li .span {
|
|
text-align: center;
|
|
}
|
|
|
|
.template_03 .van-cell {
|
|
background-color: inherit;
|
|
}
|
|
|
|
.template_03 .van-collapse-item__content {
|
|
background: inherit;
|
|
}
|
|
|
|
.header .header-info .login {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.header .header-info .login .loginbtn {
|
|
width: 150rpx;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
text-align: center;
|
|
background: #ee4343;
|
|
color: #fff;
|
|
border-radius: 10rpx;
|
|
}
|
|
|
|
.hint {
|
|
width: 580rpx;
|
|
height: 350rpx;
|
|
background-color: #fff;
|
|
border-radius: 35rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.hintTop {
|
|
height: 247rpx;
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
border-bottom: 1rpx #ddd solid;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.titleOne {
|
|
font-size: 44rpx;
|
|
width: 90%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
text-align: center;
|
|
}
|
|
|
|
.titleTwo {
|
|
font-size: 32rpx;
|
|
margin-top: 35rpx;
|
|
width: 90%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
text-align: center;
|
|
}
|
|
|
|
.bomt {
|
|
flex: 1;
|
|
display: flex;
|
|
width: 100%;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.bomt view {
|
|
flex: 1;
|
|
height: 93rpx;
|
|
text-align: center;
|
|
line-height: 93rpx;
|
|
}
|
|
|
|
.bomt view:nth-child(1) {
|
|
border-right: 1rpx solid #ddd;
|
|
font-size: 36rpx;
|
|
}
|
|
|
|
.bomt view:nth-child(2) {
|
|
color: #08d681;
|
|
font-size: 36rpx;
|
|
}
|
|
|
|
.rightLogin {
|
|
position: relative;
|
|
}
|
|
|
|
.button_2 {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
opacity: 0;
|
|
width: 100%;
|
|
font-size: 28rpx;
|
|
color: #fff;
|
|
border: none;
|
|
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
background: -webkit-linear-gradient(left, rgb(255, 80, 0), rgb(255, 70, 0), rgb(255, 60, 0), rgb(255, 50, 0), rgb(255, 40, 0), rgb(255, 30, 0), rgb(255, 20, 0));
|
|
|
|
/* 标准的语法 */
|
|
}
|
|
|
|
/* ======cover======= */
|
|
|
|
.cover .fullScreen {
|
|
position: fixed;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
background-size: 100% 100%;
|
|
background-repeat: no-repeat;
|
|
z-index: 9999;
|
|
}
|
|
|
|
.cover .mask {
|
|
position: fixed;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
left: 0;
|
|
z-index: 500;
|
|
}
|
|
|
|
.cover .mask .mask-blank {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: relative;
|
|
}
|
|
|
|
.cover .mask-blank .pop {
|
|
width: 65%;
|
|
position: fixed;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
z-index: 11;
|
|
}
|
|
|
|
.cover .mask-blank .pop image {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.cover .mask-blank .pop .icon_close {
|
|
float: right;
|
|
background-color: #333;
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
border-radius: 50%;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
z-index: 200;
|
|
margin-top: -24rpx;
|
|
margin-right: -24rpx;
|
|
}
|
|
|
|
.cover .mask-blank .pop .icon_close {
|
|
color: #fff;
|
|
}
|
|
|
|
.cover .mask-blank .pop .icon_close .icon-close11 {
|
|
line-height: 60rpx;
|
|
}
|
|
|
|
.cover .fullScreen .close {
|
|
position: absolute;
|
|
right: 32rpx;
|
|
top: 32rpx;
|
|
color: #fff;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.cover .fullScreen .close .skip {
|
|
margin-right: 16rpx;
|
|
}
|
|
|
|
.cover .modal-mask {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 10;
|
|
height: 100%;
|
|
}
|
|
|
|
/* ======cover======= */
|
|
|
|
/* 平台协议 */
|
|
.is_PlatformAgreement_txt {
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.is_PlatformAgreement {
|
|
width: 100%;
|
|
|
|
/* padding-left: 50rpx; */
|
|
box-sizing: border-box;
|
|
font-size: 24rpx;
|
|
margin-top: 20rpx;
|
|
justify-content: center;
|
|
|
|
/* margin-bottom: 20rpx; */
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.is_PlatformAgreement text {
|
|
color: #ff2c29;
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.is_PlatformAgreement .van-checkbox {
|
|
margin-right: 10rpx;
|
|
}
|
|
|
|
/* end */
|
|
|
|
|
|
/* 会员信息 */
|
|
.background-box {
|
|
padding-top: 10px;
|
|
color: #382c0a;
|
|
background-color: #fff;
|
|
background-image: linear-gradient(#ffc11e, #f5f5f5);
|
|
}
|
|
|
|
.member-header {
|
|
display: flex;
|
|
padding: 10px;
|
|
}
|
|
|
|
.header-avatar {
|
|
flex: 0 0 4rem;
|
|
margin-right: 8px;
|
|
}
|
|
|
|
.header-avatar .img {
|
|
width: 4rem !important;
|
|
height: 4rem !important;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.user-info {
|
|
width: 80%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.user-name-box,
|
|
.user-info-id,
|
|
.user-level {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.user-name-box {
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.user-name-box .user-name {
|
|
width: 90%;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
text-align: left;
|
|
}
|
|
|
|
.user-name-box .icon-massage_set {
|
|
width: 15%;
|
|
font-size: 20px;
|
|
color: #7f5c02;
|
|
text-align: right;
|
|
}
|
|
|
|
.user-id {
|
|
font-size: 12px;
|
|
margin-right: 0.5rem;
|
|
}
|
|
|
|
.copy-btn {
|
|
font-size: 12px;
|
|
color: #af820d;
|
|
border: solid 0.0625rem #ebebeb;
|
|
background-color: #fff;
|
|
border-radius: 2rem;
|
|
padding: 0 0.375rem;
|
|
}
|
|
|
|
.user-level van-icon {
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.user-level-name {
|
|
display: flex;
|
|
padding: 3px 7px;
|
|
font-size: 12px;
|
|
align-items: center;
|
|
background-color: #a36705;
|
|
border-radius: 15px;
|
|
color: #fff;
|
|
}
|
|
|
|
.user-level-name .level-icon {
|
|
width: 14px;
|
|
height: 14px;
|
|
margin-right: 3px;
|
|
}
|
|
|
|
.user-level .user-level-time {
|
|
font-size: 12px;
|
|
margin-left: 5px;
|
|
color: #af820d;
|
|
}
|
|
|
|
/* 订单列表 */
|
|
.order-list {
|
|
margin: 10px;
|
|
padding: 10px;
|
|
border-radius: 15px;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.order-list .order_item {
|
|
display: flex;
|
|
padding-top: 5px;
|
|
border-top: 1px solid #f3f3f3;
|
|
}
|
|
|
|
.order-list .order_pub {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding-top: 0.125rem;
|
|
text-align: center;
|
|
color: #000;
|
|
position: relative;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.order-list .order_pub .iconfont {
|
|
font-size: 24px;
|
|
color: #000;
|
|
display: inline-block;
|
|
font-weight: normal;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.order-list .order_pub .badge {
|
|
position: absolute;
|
|
left: 56%;
|
|
top: 0.125rem;
|
|
color: #fff;
|
|
border-radius: 0.625rem;
|
|
background-color: #f15353;
|
|
line-height: 0.875rem;
|
|
font-size: 12px;
|
|
padding: 0 0.3125rem;
|
|
border: solid 1px #f15353;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
/* 资产信息 */
|
|
.asset-box {
|
|
display: flex;
|
|
margin: 10px;
|
|
padding: 10px;
|
|
border-radius: 15px;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.asset-left-box {
|
|
width: 80%;
|
|
}
|
|
|
|
.asset-left-box .ul {
|
|
display: flex;
|
|
overflow-x: scroll;
|
|
padding: 5px;
|
|
}
|
|
|
|
.asset-left-box .ul::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
|
|
.asset-left-box .li {
|
|
display: flex;
|
|
margin: 0 10px;
|
|
flex-direction: column;
|
|
text-align: center;
|
|
}
|
|
|
|
.asset-left-box .span {
|
|
word-break: keep-all;
|
|
line-height: 28px;
|
|
font-weight: bold;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.asset-left-box .h3 {
|
|
word-break: keep-all;
|
|
margin-top: 16px;
|
|
font-size: 13px;
|
|
line-height: 12px;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.asset-line {
|
|
width: 2px;
|
|
background-color: #d4d4d4;
|
|
background-image: radial-gradient(#d4d4d4 5%, #fff 80%, #fff 15%);
|
|
}
|
|
|
|
.asset-right-box {
|
|
width: 19%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
font-size: 12px;
|
|
text-align: center;
|
|
}
|
|
|
|
.asset-right-box .icon-fontclass-shouru {
|
|
font-size: 26px;
|
|
color: #f15353;
|
|
}
|
|
|
|
/* 插件数据 */
|
|
.plugins-box {
|
|
margin: 10px;
|
|
background-color: #fff;
|
|
border-radius: 15px;
|
|
}
|
|
|
|
.plugin-header {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
padding: 10px 0;
|
|
margin-bottom: 10px;
|
|
border-bottom: 1px solid #f3f3f3;
|
|
}
|
|
|
|
.plugin-header .plugin-header-item {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 33.33%;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.plugin-header .plugin-header-item .iconfont {
|
|
/* 重置 */
|
|
display: inline-block;
|
|
margin: 0;
|
|
font-size: 16px;
|
|
color: #333;
|
|
width: auto;
|
|
height: auto;
|
|
}
|
|
|
|
.plugin-items-box {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.plugin-items-icon {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 20%;
|
|
text-align: center;
|
|
margin-bottom: 10px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.tabs-box {
|
|
background: #f5f5f5;
|
|
min-height: 98vh;
|
|
}
|
|
|
|
.service-box {
|
|
position: fixed;
|
|
top: 450px;
|
|
z-index: 6;
|
|
width: 50px !important;
|
|
height: 50px !important;
|
|
background-size: 50px !important;
|
|
}
|
|
|
|
.van-ellipsis {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.vanTabClass {
|
|
background: #f5f5f5;
|
|
}
|
|
|
|
|
|
/* 客服 */
|
|
.pop-content {
|
|
border-radius: 38rpx;
|
|
text-align: center;
|
|
background: #fff;
|
|
padding: 35rpx 0;
|
|
position: relative;
|
|
justify-content: center;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
width: 650rpx;
|
|
}
|
|
|
|
.pop-content .pop-top {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
|
|
/* flex-wrap: wrap; */
|
|
}
|
|
|
|
.pop-content .pop-top .left {
|
|
flex: 1;
|
|
display: flex;
|
|
justify-content: center;
|
|
position: relative;
|
|
margin-bottom: 24rpx;
|
|
}
|
|
|
|
.pop-content .pop-top .left .wrap {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.pop-content .pop-top .left .wrap .image {
|
|
width: 84rpx;
|
|
height: 84rpx;
|
|
margin: 0 auto;
|
|
margin-bottom: 16rpx;
|
|
}
|
|
|
|
.pop-content .pop-top .left .wrap .image image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.pop-content .pop-top .right {
|
|
flex: 1;
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-bottom: 24rpx;
|
|
}
|
|
|
|
.pop-content .pop-top .right .wrap {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.pop-content .pop-top .right .wrap .image {
|
|
width: 84rpx;
|
|
height: 84rpx;
|
|
margin: 0 auto;
|
|
margin-bottom: 16rpx;
|
|
}
|
|
|
|
.pop-content .pop-top .right .wrap icon {
|
|
width: 84rpx;
|
|
height: 84rpx;
|
|
margin: 0 auto;
|
|
margin-bottom: 16rpx;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
font-size: 50rpx;
|
|
background-color: #02c777;
|
|
color: #fff;
|
|
}
|
|
|
|
.pop-content .pop-top .right .wrap .color2 {
|
|
background: #ff9329;
|
|
}
|
|
|
|
.pop-content .pop-top .right .wrap .color3 {
|
|
background: #2aa7fb;
|
|
}
|
|
|
|
.pop-content .pop-top .right .wrap .image image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.pop-content .line {
|
|
width: 1px;
|
|
height: 51rpx;
|
|
background-color: #999;
|
|
}
|
|
|
|
.pop-bottom {
|
|
margin-top: 32rpx;
|
|
width: 327rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
height: 327rpx;
|
|
}
|
|
|
|
.pop-bottom .image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.pop-bottom .image image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
/* 客服 */
|
|
.autoBindPhone-dialog .van-button--default {
|
|
background-color: #ff2c29;
|
|
font-size: 14px;
|
|
width: 70%;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
margin: 0 auto 18px;
|
|
border-radius: 5px;
|
|
display: flex;
|
|
}
|
|
|
|
.autoBindPhone-dialog .van-dialog__header {
|
|
padding: 32px 0;
|
|
}
|
|
|
|
.autoBindPhone-dialog .van-hairline--top:after {
|
|
border: none;
|
|
}
|
|
|
|
|
|
.changeId_main {
|
|
padding: 64rpx;
|
|
width: 420rpx;
|
|
text-align: center;
|
|
border-radius: 20rpx;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.changeId_main icon {
|
|
font-size: 96rpx;
|
|
color: rgb(213, 49, 37);
|
|
}
|
|
|
|
.changeId_main .changeId_warnTitel {
|
|
margin: 0 0 20rpx;
|
|
font-size: 40rpx;
|
|
font-weight: bold;
|
|
color: #000;
|
|
}
|
|
|
|
.changeId_main .changeId_warnText {
|
|
text-align: left;
|
|
letter-spacing: 1rpx;
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.changeId_main .changeId_Btn {
|
|
width: 160rpx;
|
|
border: 1rpx solid #c5c5c5;
|
|
background: #d53125;
|
|
border-radius: 10rpx;
|
|
color: #fff;
|
|
height: 64rpx;
|
|
display: block;
|
|
line-height: 64rpx;
|
|
margin: 32rpx auto 0;
|
|
}
|
|
|
|
.changeId_main .changeId_Btn_other {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
|
|
|
|
|
|
.popup_box {
|
|
width: 580rpx;
|
|
height: 450rpx;
|
|
background-color: #fff;
|
|
border-radius: 35rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.popup_box .h1 {
|
|
width: 100%;
|
|
position: fixed;
|
|
top: 0;
|
|
background: #fff;
|
|
font-size: 36rpx;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
padding: 0 28rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.popup_box .h1 icon {
|
|
font-size: 32rpx;
|
|
color: #c9c9c9;
|
|
}
|
|
.popup_box .info {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
}
|
|
.popup_box .info .userAvatar {
|
|
width: 130rpx;
|
|
height: 130rpx;
|
|
border-radius: 100%;
|
|
overflow: hidden;
|
|
padding: 0;
|
|
margin-top: 45px;
|
|
background-color: #fff;
|
|
border: 2rpx solid #cccccc;
|
|
}
|
|
.popup_box .info .userAvatar .avatar {
|
|
display: block;
|
|
width: 130rpx;
|
|
height: 130rpx;
|
|
}
|
|
.popup_box .info .row {
|
|
border-bottom: 1px solid #ccc;
|
|
display: flex;
|
|
align-items: center;
|
|
height: 80rpx;
|
|
padding-left: 20rpx;
|
|
}
|
|
.popup_box .info .row.text1 {
|
|
flex: 2;
|
|
}
|
|
.popup_box .info .row.weui-input {
|
|
flex: 6;
|
|
}
|
|
.popup_box .btn {
|
|
position: fixed;
|
|
bottom: 0;
|
|
width: 100%;
|
|
background: #fff;
|
|
align-items: center;
|
|
justify-content: center;
|
|
display: flex;
|
|
padding-top: 20rpx;
|
|
padding-bottom: 20rpx;
|
|
}
|
|
.popup_box .btn .button {
|
|
width: 90%;
|
|
height: 84rpx;
|
|
border-radius: 64rpx;
|
|
background: #f15353;
|
|
color: #fff;
|
|
font-size: 36rpx;
|
|
border: none;
|
|
text-align: center;
|
|
line-height: 84rpx;
|
|
} |