CustomerManagement.wxss 4.0 KB
/* pages/CustomerManagement/CustomerManagement.wxss */

.line_box {
  width: 100%;
  height: 16rpx;
  background: #f5f6fa;
}

.go_index {
  width: 100rpx;
  height: 100rpx;
  border-radius: 50%;
  position: fixed;
  right: 30rpx;
  bottom: 120rpx;
  background: #0286ff;
  font-size: 30rpx;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20rpx;
  box-sizing: border-box;
}

.search_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10rpx 30rpx;
  box-sizing: border-box;
  font-size: 30rpx;
  color: #666;
}

.search_item {
  width: 80%;
  height: 100%;
  background: rgba(245, 245, 250, 1);
  border-radius: 5rpx;
  display: flex;
  align-items: center;
  padding: 10rpx 20rpx;
}

.icon-sousuo1 {
  font-size: 40rpx;
  color: #ccc;
  margin-right: 20rpx;
}

.search_input input {
  font-size: 30rpx;
  border: 0;
  outline: none;
}

.tab_box {
  width: 400rpx;
  height: 60rpx;
  background: rgba(255, 255, 255, 1);
  border: 1rpx solid rgba(43, 154, 255, 1);
  border-radius: 30rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24rpx;
  color: #999;
  margin: 30rpx auto 50rpx auto;
  overflow: hidden;
}

.tab_item {
  width: 50%;
  height: 100%;
  border-right: 1rpx solid #2b9aff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab_item:last-child {
  border: 0;
}

.tab_active {
  background: #d7ecff;
  color: #0286ff;
}

.content_box {
  padding: 0 30rpx;
  box-sizing: border-box;
}

.item_list {
  min-height: 222rpx;
  display: flex;
  /* align-items: center; */
  align-items: flex-start;
  justify-content: space-between;
  box-shadow: 0rpx 4rpx 16rpx 0rpx rgba(0, 0, 0, 0.08);
  border-radius: 5rpx;
  padding: 16rpx 0;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 40rpx;
}

.list_left_box {
  width: 87%;
  display: flex;
  align-items: flex-start;
}

.list_label_box {
  width: 160rpx;
  height: 207rpx;
  background: rgba(2, 134, 255, 1);
  box-shadow: 2rpx 8rpx 30rpx 0rpx rgba(0, 0, 0, 0.24);
  border-radius: 5rpx;
  font-size: 24rpx;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: 15rpx;
  position: relative;
  /* position: absolute;
  left: 0;
  top: -20rpx; */
}

.icon-jiating1 {
  font-size: 80rpx;
}

.icon-yuan {
  font-size: 16rpx;
  position: absolute;
  right: 0;
  top: 0;
  color: #0286ff;
}

.label_icon {
  color: #f00;
}

.user_point {
  color: #0ed137;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 80%;
}

.list_label_item {
  width: 66%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 20rpx;
}

.label_item {
  width: 136rpx;
  height: 80rpx;
  background: rgba(242, 244, 247, 1);
  border-radius: 5rpx;
  font-size: 24rpx;
  color: #1a1a1a;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20rpx 20rpx 0;
  padding: 0 15rpx;
}

.list_right_box {
  width: 16%;
  margin-top: 50rpx;
  margin-right: 10rpx;
}

.list_btn_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 24rpx;
  color: #1a1a1a;
}

.list_btn {
  width: 80rpx;
  height: 80rpx;
  background: linear-gradient(-40deg, rgba(246, 200, 44, 1), rgba(250, 189, 75, 1));
  border-radius: 40rpx;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12rpx;
}

.icon-shezhi {
  font-size: 40rpx;
}

.bottom {
  width: 100%;
  height: 120rpx;
  background: #fff;
  position: fixed;
  bottom: 0rpx;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30rpx;
  box-sizing: border-box;
}

.bottom_box {
  width: 45%;
  height: 88rpx;
  background: rgba(2, 134, 255, 1);
  border-radius: 44rpx;
  font-size: 36rpx;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.null_box {
  width: 100%;
  height: 120rpx;
}