/* pages/user/user.wxss */ page { background-color: #f7f7f7; padding-bottom: 60rpx; } /* 用户信息 */ .userinfo-name .update-info{ position: absolute; top: 0rpx; display: inline-block; margin-left: 20rpx; font-size: 20rpx; padding: 2rpx 10rpx; border-radius: 10rpx; border: 2rpx solid #eee; font-weight: normal; } .binding-phone { position: relative; background: #fff; height: 80rpx; line-height: 80rpx; padding: 0 30rpx; border-top: 2rpx solid #f7f7f7; border-bottom: 2rpx solid #f7f7f7; } .binding-phone .show-tip { font-size: 26rpx; } .binding-phone .gotobinding { border-radius: 8rpx; font-size: 28rpx; color: #e24b4b; font-weight: bold; } .userinfo-none { display: flex; padding: 50rpx 20rpx; background: #fff; align-items: center; position: relative; } .nick-name{ font-size: 32rpx; font-weight: 600; } .level { position: relative; width: 130rpx; height: 32rpx; margin-left: 10rpx; margin: 12rpx 0 30rpx 0; box-sizing: border-box; background: #f3f3f3; border-radius: 32rpx; } .level .l-bg { position: absolute; left: 4rpx; top: 4rpx; width: 24rpx; height: 24rpx; } .level .text { color: #7c4733; font-size: 20rpx; font-family: arial; position: relative; line-height: 32rpx; margin-left: 36rpx; } .arrow { width: 11rpx; height: 11rpx; border-top: 3rpx solid #686868; border-right: 3rpx solid #686868; transform: rotate(45deg); position: absolute; right: -26rpx; top: 12rpx; } .member-integral { display: flex; align-content: center; font-size: 26rpx; position: relative; } .member-integral image{ width: 40rpx; height: 40rpx; margin-right: 10rpx; } .userinfo-none .default-pic{ padding-right:30rpx; } .userinfo-none .default-pic image{ width:140rpx; height:140rpx; border-radius: 50%; } .score-amount{ position: relative; } .arrow { width: 11rpx; height: 11rpx; border-top: 3rpx solid #686868; border-right: 3rpx solid #686868; transform: rotate(45deg); position: absolute; right: -24rpx; top: 12rpx; } .none-login button { background: #fff; } .none-login button::after { border: 0; } .none-login .unlogin{ font-size:30rpx; } .none-login .click-login{ font-size:26rpx; } .buy-member{ display: flex; position: absolute; align-content: center; right: 0; top: 50%; transform: translateY(-50%); background-color: #04358D; color: #fff; font-size: 24rpx; line-height: 40rpx; padding: 20rpx 30rpx; border-radius: 40rpx 0 0 40rpx; box-shadow: 1rpx 1rpx 6rpx rgba(33, 52, 223,0.7); } .buy-member image{ width: 40rpx; height: 40rpx; display: block; margin-right: 10rpx; } /* 订单状态 */ .list-cont { width: 100%; background: #f7f7f7; margin-top: 20rpx; } .list-cont .total-order { /* width: 100%; */ /* margin-bottom: 30rpx; */ background: #fff; } .list-cont .total-order .order-tit { display: flex; justify-content: space-between; height: 80rpx; line-height: 80rpx; font-size: 30rpx; border-bottom:1px solid #f7f7f7; padding: 0 30rpx; } .list-cont .total-order .order-tit .checkmore { font-size: 25rpx; color: #80848f; display: flex; align-items: center; } .list-cont .total-order .procedure { display: flex; justify-content: space-around; align-items: center; font-size: 25rpx; height: 160rpx; } .list-cont .total-order .procedure .items { position: relative; display: flex; flex-direction: column; align-items: center; } /* .list-cont .total-order .procedure .items.refund-icon > image { width: 55rpx; height: 55rpx; } */ .list-cont .total-order .procedure .items image { width: 50rpx; height: 50rpx; margin-bottom: 20rpx; } .list-cont .total-order .procedure .items .num-badge { position: absolute; top: -15rpx; right: -12rpx; color: #e43130; border: 3rpx solid #e43130; border-radius: 50rpx; background: #fff; min-width: 30rpx; height: 30rpx; line-height: 30rpx; text-align: center; padding: 2rpx; display: block; } /* end 订单状态 */ /* 列表项 */ .list-cont .my-menu { /* width: 100%; */ background-color: #fff; margin-top:20rpx; } .list-cont .my-menu .memu-item { display: flex; align-items: center; justify-content: space-between; height: 100rpx; border-bottom: 2rpx solid #f7f7f7; padding:0 30rpx; } .list-cont .my-menu .memu-item:nth-child(1) { border-top: 2rpx solid #f7f7f7; } .list-cont .my-menu .memu-item:last-child { border-bottom: none; } .list-cont .my-menu .memu-item text { font-size: 30rpx; } .list-cont .my-menu .memu-item button { font-size: 30rpx; background: transparent; color: #000; line-height: 1em; padding: 0; margin: 0; } .list-cont .my-menu .memu-item button::after { border: none!important; } .list-cont .my-menu .memu-item image{ width:50rpx; height:50rpx; margin-right:20rpx; } .list-cont .my-menu .memu-item .i-name{ display: flex; align-items: center; } /* end 列表项 */ /* 箭头 */ .arrowhead { width: 15rpx; height: 15rpx; border-top: 2rpx solid #999; border-right: 2rpx solid #999; transform: rotate(45deg); margin-left: 10rpx; } /* 商品收藏消息等 */ .prod-col{ margin-top:20rpx; background: #fff; display: flex; justify-content: space-around; padding:30rpx 0 10rpx 0; font-size: 12px; } .prod-col .col-item{ text-align: center; } .prod-col .col-item .num{ font-size: 16px; font-weight: 700; color: #3a86b9; } .prod-col .col-item .tit{ line-height: 34px; } button.memu-btn.memu-item { background-color: #fff; } button.memu-btn.memu-item:after { border: 0; } /* 退出登录 */ .log-out{ padding:20rpx; text-align: center; margin-top:20rpx; } .log-out-n{ font-size: 30rpx; margin: auto; width:200rpx; padding:20rpx; border-radius: 10rpx; background: #04358D; color:#ffffff; }