personalCenter.wxss 5.0 KB
/* pages/personalCenter/personalCenter.wxss */

page {
  background: #f5f5fa;
}

.banner_box {
  background: #0286ff;
  display: flex;
  align-items: center;
  font-size: 28rpx;
  color: #fff;
  position: relative;
  padding: 50rpx;
}

.head_img {
  width: 180rpx;
  height: 180rpx;
  display: flex;
  align-items: center;
  justify-items: center;
  margin-right: 32rpx;
}

.head_img image {
  width: 100%;
  height: 100%;
}

.head_info_box {
  line-height: 50rpx;
}

.user_name {
  font-size: 32rpx;
  font-weight: bold;
}

.edit_box {
  display: flex;
  align-items: center;
  font-size: 26rpx;
  color: #f80;
  background: #fff;
  border-radius: 26rpx 0 0 26rpx;
  padding: 13rpx;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.icon-xiugai {
  font-size: 26rpx;
  margin-right: 11rpx;
}

.content_box {
  background: #fff;
  margin-top: 16rpx;
}

.item_list {
  display: flex;
  align-items: center;
}

.list_icon {
  width: 44rpx;
  height: 44rpx;
  border-radius: 6rpx;
  background: #0286ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28rpx;
  color: #fff;
  margin: 0 30rpx;
}

.list_item_box {
  width: 84%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1rpx solid #ebebeb;
  padding: 30rpx 30rpx 30rpx 0;
  font-size: 30rpx;
  color: #1a1a1a;
}

.item_list:last-child .list_item_box {
  border: 0;
}

.icon-jinru {
  color: #ccc;
}

.icon-baogao1, .icon-yaoqing {
  font-size: 24rpx;
}

/* 传播大师 */

.envoy_box {
  margin-top: 16rpx;
}

.charge_box {
  background: #fff;
  margin-top: 16rpx;
}

.share_box {
  padding: 16rpx 30rpx;
  box-sizing: border-box;
  font-size: 26rpx;
  color: #755a07;
  background: #fff;
}

.envoy {
  padding: 30rpx 40rpx 30rpx 90rpx !important;
  background: #fff;
}

.share {
  width: 100%;
  height: 158rpx;
  background: linear-gradient(-30deg, rgba(255, 195, 74, 1), rgba(255, 215, 90, 1));
  box-shadow: 0rpx 10rpx 16rpx 0rpx rgba(161, 123, 8, 0.12);
  border-radius: 20rpx;
}

.share .icon-jinru {
  color: #a17b08;
}

.tab_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 30rpx;
  color: #000;
  border-bottom: 1rpx solid #ebebeb;
  padding: 30rpx 200rpx;
  box-sizing: border-box;
  background: #fff;
}

.tab_active {
  color: #0286ff;
  position: relative;
}

.tab_active::after {
  content: '';
  width: 72rpx;
  height: 6rpx;
  background: rgba(2, 134, 255, 1);
  border-radius: 3rpx;
  position: absolute;
  left: 50%;
  bottom: -30rpx;
  transform: translateX(-50%);
}

.envoy_content_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30rpx;
  box-sizing: border-box;
}

.envoy_btn {
  width: 180rpx;
  height: 60rpx;
  background: rgba(2, 134, 255, 1);
  border: 1rpx solid rgba(2, 134, 255, 1);
  border-radius: 30rpx;
  font-size: 28rpx;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.share_content {
  width: 75%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.share_btn {
  font-size: 28rpx;
  color: #a17b08;
  background: none;
  padding: 0 !important;
}

.share_btn::after {
  border: 0;
  outline: none;
}

.envoy_money {
  font-size: 36rpx;
  font-weight: bold;
  color: #0286ff;
}

.envoy_info {
  font-size: 26rpx;
  color: #666;
  margin-top: 20rpx;
}

.envoy_title_box {
  font-size: 30rpx;
  font-weight: bold;
  color: #000;
  padding: 15rpx 30rpx;
  border-bottom: 1rpx solid #ebebeb;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.envoy_title {
  font-size: 28rpx;
  font-weight: bold;
  color: #000;
}

.envoy_hint {
  font-size: 28rpx;
  color: #999;
}

.font_icon {
  color: #999;
  margin-right: 10rpx;
}

.envoy_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24rpx;
  color: #999;
  padding: 0 30rpx 10rpx 30rpx;
}

.envoy_info_box {
  border-bottom: 1rpx solid #ebebeb;
}

.expand {
  height: 50rpx;
  overflow: hidden;
}

/* 提现弹窗 */

.mask_box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
}

.popup_box {
  width: 565rpx;
  /* height: 480rpx; */
  background: rgba(255, 255, 255, 1);
  border-radius: 10rpx;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.popup_title {
  font-size: 36rpx;
  color: #000;
  text-align: center;
  border-bottom: 1rpx solid #ebebeb;
  padding: 30rpx 0;
}

.popup_content {
  padding: 35rpx 22rpx;
}

.popup_total {
  font-size: 30rpx;
  color: #000;
}

.popup_input_box {
  display: flex;
  font-size: 40rpx;
  color: #666;
  border-bottom: 1rpx solid #ebebeb;
  margin-top: 40rpx;
}

.popup_input_box input {
  font-size: 28rpx;
  color: #666;
}

.popup_btn {
  width: 520rpx;
  height: 88rpx;
  font-size: 36rpx;
  color: rgba(254, 254, 254, 1);
  background: rgba(2, 134, 255, 1);
  border-radius: 44rpx;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 36rpx;
}