@charset "UTF-8"; /* 页面左右间距 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /*颜色*/ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 功能栏字体大小 */ /*功能栏左侧小图标*/ .uni-popup.data-v-7da806a4 { position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 99; } .uni-popup__mask.data-v-7da806a4 { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.4); opacity: 0; } .mask-ani.data-v-7da806a4 { transition-property: opacity; transition-duration: 0.2s; } .uni-top-mask.data-v-7da806a4 { opacity: 1; } .uni-bottom-mask.data-v-7da806a4 { opacity: 1; } .uni-center-mask.data-v-7da806a4 { opacity: 1; } .uni-popup__wrapper.data-v-7da806a4 { display: block; position: absolute; } .top.data-v-7da806a4 { top: 0; left: 0; right: 0; -webkit-transform: translateY(-500px); transform: translateY(-500px); } .bottom.data-v-7da806a4 { bottom: 0; left: 0; right: 0; -webkit-transform: translateY(500px); transform: translateY(500px); } .center.data-v-7da806a4 { display: flex; flex-direction: column; bottom: 0; left: 0; right: 0; top: 0; justify-content: center; align-items: center; -webkit-transform: scale(1.2); transform: scale(1.2); opacity: 0; } .uni-popup__wrapper-box.data-v-7da806a4 { display: block; position: relative; } .content-ani.data-v-7da806a4 { transition-property: opacity, -webkit-transform; transition-property: transform, opacity; transition-property: transform, opacity, -webkit-transform; transition-duration: 0.2s; } .uni-top-content.data-v-7da806a4 { -webkit-transform: translateY(0); transform: translateY(0); } .uni-bottom-content.data-v-7da806a4 { -webkit-transform: translateY(0); transform: translateY(0); } .uni-center-content.data-v-7da806a4 { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } @charset "UTF-8"; /* 页面左右间距 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /*颜色*/ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 功能栏字体大小 */ /*功能栏左侧小图标*/ page { height: 100%; background-color: #f8f6f6; } .tj-sction .tj-item { display: flex; flex-direction: column; justify-content: center; align-items: center; } .tj-sction { display: flex; justify-content: space-around; align-content: center; background: #fff; border-radius: 10rpx; } .container { height: 100%; background-color: #f8f6f6; } .content-box { height: 100%; } .user-section { height: 380rpx; position: relative; } .user-section .bg { position: absolute; top: 0; left: 0; height: 400rpx; width: 100%; } .user-section .bg image { width: 100%; height: 100%; } .user-info-box { position: relative; height: 100%; width: 100%; color: white; display: flex; justify-content: space-between; z-index: 10; } .user-info-box .detail { display: flex; width: 100%; margin: auto 20rpx; } .user-info-box .detail .portrait-box { height: 127rpx; width: 127rpx; } .user-info-box .detail .portrait-box .portrait { width: 100%; height: 100%; border: 5rpx solid #fff; border-radius: 50%; } .user-info-box .detail .info-box { margin: auto 20rpx; color: #fff; } .user-info-box .detail .info-box .username { font-size: 38rpx; } .user-info-box .config { padding-top: 5rpx; margin: auto 0; width: 215rpx; height: 64rpx; border-radius: 50rpx 0 0 50rpx; background-color: #fff; display: flex; } .user-info-box .config .setting { margin: auto 20rpx; } .user-info-box .config .setting image { width: 40rpx; height: 40rpx; } .user-info-box .config ._span { line-height: 59rpx; color: #901b21; font-size: 28rpx; } .vip-card-box { display: flex; flex-direction: column; color: #f7d680; height: 240rpx; background: linear-gradient(left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)); border-radius: 16rpx 16rpx 0 0; overflow: hidden; position: relative; padding: 20rpx 24rpx; } .vip-card-box .card-bg { position: absolute; top: 20rpx; right: 0; width: 380rpx; height: 260rpx; } .vip-card-box .b-btn { position: absolute; right: 20rpx; top: 16rpx; width: 132rpx; height: 40rpx; text-align: center; line-height: 40rpx; font-size: 22rpx; color: #36343c; border-radius: 20px; background: linear-gradient(left, #f9e6af, #ffd465); z-index: 1; } .vip-card-box .tit { font-size: 30rpx; color: #f7d680; margin-bottom: 28rpx; } .vip-card-box .tit .iconfont { color: #f6e5a3; margin-right: 16rpx; } .vip-card-box .e-b { font-size: 24rpx; color: #d8cba9; margin-top: 10rpx; } .cover-container { background: #f8f6f6; position: relative; background: #f5f5f5; padding-bottom: 20rpx; } .cover-container .arc { position: absolute; left: 0; top: -34rpx; width: 100%; height: 36rpx; } .tj-sction .tj-item { flex-direction: column; height: 140rpx; font-size: 24rpx; color: #75787d; } .tj-sction .num { font-size: 32rpx; color: #303133; margin-bottom: 8rpx; } .item-box { background-color: white; margin-top: 20rpx; } .item-box .box-title { line-height: 1; padding: 30rpx; } .item-box .box-title .title { font-size: 32rpx; font-weight: bold; } .item-box .box-title .link { font-size: 26rpx; color: #909399; } .item-box .order-section { padding: 28rpx; padding-bottom: 0; } .item-box .order-section .order-item { display: flex; justify-content: space-between; width: 100%; height: 120rpx; border-radius: 10rpx; font-size: 24rpx; color: #303133; } .item-box .order-section .order-item .o-ic { margin: auto 0; display: flex; } .item-box .order-section .order-item .o-ic .icon { margin-right: 20rpx; } .item-box .order-section .order-item .o-ic .icon image { width: 52rpx; height: 43rpx; } .item-box .order-section .order-item .o-ic text { color: #3b3b3b; font-size: 30rpx; font-family: SourceHanSansCN-Regular; } .item-box .order-section .order-item .order-img { margin: auto 0; } .item-box .order-section .order-item .order-img image { width: 16rpx; height: 28rpx; } .item-box .order-section .iconfont { font-size: 48rpx; margin-bottom: 18rpx; color: #fa436a; } .item-box .order-section .icon-shouhoutuikuan { font-size: 44rpx; } .history-section { margin-top: 20rpx; background: #fff; border-radius: 10rpx; } .history-section .sec-header { display: flex; align-items: center; font-size: 28rpx; color: #303133; line-height: 40rpx; margin-left: 30rpx; padding-top: 30rpx; } .history-section .sec-header .iconfont { font-size: 44rpx; color: #dd524d; margin-right: 16rpx; line-height: 40rpx; } .history-section .h-list { white-space: nowrap; padding: 30rpx 30rpx 0; } .history-section .h-list .h-list-image { display: inline-block; width: 160rpx; height: 160rpx; margin-right: 20rpx; border-radius: 10rpx; } .user-item { font-size: 30rpx; font-weight: bold; color: #666666; border-bottom: 1px #f5f5f5 solid; padding: 25rpx 20rpx 26rpx 20rpx; display: flex; justify-content: space-between; } .user-info { width: 750rpx; height: 445rpx; background-size: 100% 100%; } .balance { position: relative; margin-top: -150rpx; top: -150rpx; width: 710rpx; height: 221rpx; margin: 0 auto; border-radius: 10rpx; margin-bottom: -150rpx; background-color: #fff; background-size: 100% 100%; } .balance .balance-top { padding: 0 31rpx 0 19rpx; height: 54rpx; display: flex; justify-content: space-between; } .balance .balance-top .withdraw { font-size: 28rpx; font-weight: 500; color: #ffffff; line-height: 48rpx; } .balance .balance-top .withdraw .withdraw-num { font-size: 37rpx; } .balance .balance-top .btn { width: 160rpx; height: 54rpx; text-align: center; line-height: 54rpx; background: #ffffff; opacity: 0.7; border-radius: 27rpx; font-weight: bold; color: #901b21; } .balance .balance-main { margin-top: 40rpx; display: flex; padding-top: 50rpx; color: #fff; } .balance .balance-main .tj-item { display: flex; flex-direction: column; flex-grow: 1; text-align: center; font-size: 26rpx; font-weight: 500; color: #3b3b3b; } .balance .balance-main .tj-item .tj-img image { width: 90rpx; height: 90rpx; } .balance .balance-main .tj-item .num { margin-top: 32rpx; font-size: 36rpx; font-weight: 500; } .balance .balance-main .jg { width: 2rpx; height: 81rpx; margin-top: 18rpx; background-color: #c5868a; } .foot-wrapper { width: 373rpx; height: 79rpx; background: #ffffff; box-shadow: 0px 3px 10px 0px rgba(180, 183, 187, 0.8); border-radius: 11rpx; margin: 46rpx auto 20rpx; text-align: center; line-height: 79rpx; font-size: 30rpx; font-weight: bold; color: #901b21; } .popup-box { width: 522rpx; height: 605rpx; background-color: #ffffff; border-radius: 20rpx; position: relative; } .popup-box .img { position: relative; top: -56rpx; left: 0; width: 522rpx; height: 132rpx; display: flex; justify-content: center; } .popup-box .img image { border-radius: 20rpx 20rpx 0 0; width: 450rpx; height: 132rpx; } .popup-box .mian { margin-top: -44rpx; display: flex; flex-direction: column; align-items: center; background-color: #ffffff; border-radius: 0 0 20rpx 20rpx; text-align: center; } .popup-box .mian .delivery { font-size: 40rpx; color: #333333; display: flex; align-items: center; flex-direction: column; } .popup-box .mian .delivery image { margin-top: 48rpx; width: 172rpx; height: 160rpx; } .popup-box .mian .nocancel { font-size: 32rpx; color: #333333; margin-top: 14rpx; } .popup-box .mian .comfirm-box { margin-top: 52rpx; display: flex; } .popup-box .mian .comfirm-box .cancel { display: flex; align-items: center; justify-content: center; width: 197rpx; height: 74rpx; border: 1px solid #dcc786; border-radius: 38rpx; font-size: 32rpx; color: #605128; } .popup-box .mian .comfirm-box .comfirm { margin-left: 32rpx; display: flex; align-items: center; justify-content: center; width: 197rpx; height: 74rpx; background: linear-gradient(-90deg, #d1ba77 0%, #f7e8ad 100%); border-radius: 38px; font-size: 32rpx; color: #605128; } .bind-admin-wappper { width: 600rpx; height: 682rpx; border-radius: 20rpx; background-color: #fff; } .bind-admin-wappper .title { padding-top: 70rpx; font-size: 42rpx; text-align: center; font-family: PingFang SC; font-weight: 500; color: #ffa200; } .bind-admin-wappper .admin-item .item-name { padding-top: 55rpx; padding-bottom: 20rpx; font-size: 32rpx; font-family: PingFang SC; font-weight: 500; color: #333333; padding-left: 68rpx; } .bind-admin-wappper .admin-item .item-val { width: 470rpx; height: 70rpx; line-height: 70rpx; margin: 0 auto; background: #ffffff; border: 1px solid #999999; border-radius: 6px; outline: none; } .bind-admin-wappper .admin-item .item-val input { padding-left: 20rpx; display: block; height: 70rpx; line-height: 70rpx; } .bind-admin-wappper .btn-wrapper { margin-top: 60rpx; display: flex; justify-content: space-between; height: 50rpx; padding: 0 65rpx; } .bind-admin-wappper .btn-wrapper .btn { text-align: center; font-size: 30rpx; font-family: PingFang SC; font-weight: 500; line-height: 70rpx; color: #666666; width: 224rpx; height: 70rpx; border-radius: 6rpx; border: 1px solid #999999; } .bind-admin-wappper .btn-wrapper .btn1 { color: #fff; background-color: #ff6600; } .icon-img { width: 52rpx; height: 43rpx; } .stk-tc { width: 560rpx; background-color: #fff; border-radius: 20rpx; position: relative; } .stk-tc .gift, .stk-tc .gift-bg, .stk-tc .gift-bg-mb { position: absolute; left: 0; right: 0; margin: auto; } .stk-tc .tc-tit, .stk-tc .tc-inp, .stk-tc .tc-btn { margin: auto; } .stk-tc .gift { top: -93rpx; width: 177rpx; height: 186rpx; } .stk-tc .gift-bg-mb { top: 0; width: 456rpx; height: 90rpx; background-color: #fff; } .stk-tc .gift-bg { top: -90rpx; width: 456rpx; height: 180rpx; } .stk-tc .tc-tit { font-weight: bold; color: #333333; font-size: 36rpx; text-align: center; } .stk-tc .tc-inp { display: block; margin: 20rpx auto; width: 440rpx; height: 70rpx; background-color: #f5f5f5; top: 210rpx; padding-left: 20rpx; border-radius: 15rpx; font-size: 32rpx; } .stk-tc .tc-inp-km { top: 305rpx; } .stk-tc .tc-btn { width: 405rpx; height: 86rpx; margin-top: 45rpx; background-color: #901b21; border-radius: 43rpx; text-align: center; color: #fff; line-height: 86rpx; font-size: 36rpx; }