remind.wxss 4.6 KB
/* pages/remind/remind.wxss */
@import '../../personalCenter/personalCenter.wxss';

.banner_box {
  background: #fff;
}

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

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

.user_type_box {
  width: 163rpx;
  height: 41rpx;
  padding-top: 3rpx;
  background: rgba(2, 134, 255, 1);
  border-radius: 5rpx;
  font-size: 28rpx;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10rpx;
}

.icon-xiala1 {
  font-size: 12rpx;
  margin-left: 12rpx;
}

.user_label_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30rpx;
}

.user_balel_item {
  background: rgba(255, 154, 3, 1);
  border-radius: 5rpx;
  padding: 0 8rpx;
  font-size: 28rpx;
  color: #fff;
  line-height: 40rpx;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user_info {
  font-size: 28rpx;
  color: #000;
  margin-top: 30rpx;
}

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

.item_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30rpx 0;
  position: relative;
  font-size: 30rpx;
  color: #292525;
  border-bottom: 1rpx solid #ebebeb;
}

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

.list_icon_box {
  width: 72rpx;
  height: 72rpx;
  background: linear-gradient(-30deg, rgba(2, 134, 255, 1), rgba(71, 167, 255, 1));
  opacity: 0.8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 14rpx;
}

.icon-dianhua2 {
  font-size: 45rpx;
  color: #fff;
}

.list_title_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.list_content {
  font-size: 26rpx;
  color: #666;
}

.tab_content_box {
  margin-top: 16rpx;
}

.list_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 100rpx;
  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: -20rpx;
  transform: translateX(-50%);
}

.list_content_box {
  background: #fff;
  padding: 0 30rpx;
}

.list_info_box {
  font-size: 30rpx;
  color: #333;
  margin-top: 40rpx;
}

.list_info_item {
  height: 45rpx;
  display: flex;
  align-items: center;
  margin-top: 20rpx;
}

.list_info_item input {
  border: 0;
  outline: none;
}

.list_title_info {
  font-size: 32rpx;
  font-weight: bold;
  color: #1a1a1a;
}

.list_info {
  font-size: 26rpx;
  color: #0286ff;
}

.icon-bianji {
  font-size: 24rpx;
  margin-left: 12rpx;
}

.list_bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.list_btn {
  width: 124rpx;
  height: 60rpx;
  background: rgba(255, 255, 255, 1);
  border: 1rpx solid rgba(2, 134, 255, 1);
  border-radius: 30rpx;
  font-size: 26rpx;
  color: #0286ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30rpx;
}

.list_active {
  background: #0286ff;
  color: #fff;
}

/*  */

.log_box {
  padding: 0 20rpx;
  position: relative;
}

.log_item_box {
  position: relative;
  z-index: 20;
  background-color: #f6f6f6;
  border-radius: 5rpx;
  color: #1a1a1a;
  font-size: 28rpx;
  padding-left: 15rpx;
}

.log_item {
  margin: 25rpx 20rpx 0 20rpx;
  background: #fff;
  padding: 30rpx 20rpx;
}

.triangle {
  width: 0;
  height: 0;
  border-top: 15rpx solid transparent;
  border-bottom: 15rpx solid transparent;
  border-right: 25rpx solid #fff;
  position: absolute;
  left: 15rpx;
  bottom: 15%;
}

.log_point {
  position: absolute;
  margin-left: -5rpx;
  bottom: 17%;
  z-index: 150;
  left: -3rpx;
  width: 18rpx;
  height: 18rpx;
  box-shadow: 0 0 16rpx #f6c82c;
  border-radius: 50%;
  background-color: #f6c82c;
}

.log_line {
  position: absolute;
  left: 19rpx;
  top: 0;
  width: 3rpx;
  height: 100%;
  background-color: #e6e6eb;
}

.log_time {
  color: #999;
  margin: 20rpx 0 0 0;
  font-size: 24rpx;
}

.add_btn_box {
  margin: 90rpx auto 36rpx auto;
  width: 180rpx;
  height: 100rpx;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0rpx 3rpx 5rpx 0rpx rgba(0, 0, 0, 0.12);
  border-radius: 50rpx;
  color: #999;
  font-size: 24rpx;
  background-color: #fff;
}

.icon-tianjia {
  color: #487aff;
  font-size: 50rpx;
}