home.wxss 4.38 KB
.container {
  border-top: 1rpx solid #eee;
}

page { /* stylelint-disable-line */
  display: block;
  min-height: 100%;
  background-color: #f0f0f0;
}

.my-header {
  position: relative;
  color: #fff;
  font-size: 34rpx;
  line-height: 220rpx;
  height: 220rpx;
  background-color: #fff;
}

.header-bg {
  position: absolute;
  width: 100%;
  height: 220rpx;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.my-page .user-info .user-avatar {
  float: left;
  position: absolute;
  left: 30rpx;
  top: 50%;
  width: 100rpx;
  height: 100rpx;
  margin-top: -50rpx;
  background-size: 100%;
  border-radius: 50%;
  background-color: white;
}

.my-page .user-info .user-name {
  position: absolute;
  left: 138rpx;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 50%;
  font-size: 32rpx;
  color: #fff;
  letter-spacing: -0.39rpx;
  padding-left: 34rpx;
}

.login-btn {
  position: absolute;
  font-size: 32rpx;
  top: 50%;
  left: 50%;
  width: 220rpx;
  height: 80rpx;
  text-align: center;
  outline: none;
  margin-top: -40rpx;
  margin-left: -110rpx;
  color: #222 !important;
  background-color: #fff !important;
  border: 1rpx solid #e0e0e0 !important;
}

.my-page .my-order {
  background: #fff;
}

.my-page .my-order .order-title {
  display: block;
  padding: 0 0.75rem;
  font-size: 32rpx;
  font-weight: 500;
  line-height: 2.2rem;
  border-top: 1px solid #e0e0e0;
}

.my-order-title {
  height: 100rpx;
  line-height: 100rpx;
  display: flex;
  padding: 0 0.75rem;
  padding-right: 0;
  font-size: 32rpx;
  border-top: 1px solid #e0e0e0;
  flex-direction: row;
  align-items: center;
}

.my-page .right-desc {
  padding-right: 30rpx;
  color: #aeaeae;
  font-size: 28rpx;
}

.my-page .right-desc .desc {
  display: inline-block;
  vertical-align: middle;
}

.my-page .right-desc .iconfont {
  font-size: 38rpx;
  vertical-align: middle;
}

.my-page .my-order .order-type {
  padding: 26rpx 0;
  text-align: center;
  border-top: 0.5rpx solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  flex-direction: row;
}

.my-page .my-order .order-type .type-item {
  position: relative;
  float: left;
  color: #444;
  font-size: 24rpx;
  line-height: 1.5;
  flex: 1;
}

.my-order .type-item .iconfont {
  display: block;
  font-size: 46rpx;
}

.my-order .type-item .red-point {
  position: absolute;
  min-width: 38rpx;
  height: 38rpx;
  line-height: 38rpx;
  font-size: 24rpx;
  color: white;
  background-color: #d0021b;
  border-radius: 20rpx;
  top: 0rpx;
  right: 76rpx;
}

.service-text {
  font-size: 24rpx;
  color: #aeaeae;
}

.view-splite {
  height: 20rpx;
  border-top: 0;
  border-bottom: 0;
}

.vip-icon-image {
  width: 70rpx;
  height: 40rpx;
  display: flex;
  position: absolute;
  top: 130rpx;
  left: 190rpx;
}

.my-page .action-item {
  background: #fff;
  display: flex;
  border-top: 1px solid #e0e0e0;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  height: 100rpx;
}

.my-page .action-item.address {
  border-top: 0;
}

.my-page .action-item .item-sub-view {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.my-page .action-item .left-icon-image {
  margin-left: 30rpx;
  width: 60rpx;
  height: 60rpx;
  line-height: 60rpx;
  text-align: center;
}

.my-page .action-item .left-icon-image .iconfont {
  font-size: 52rpx;
  color: #444;
  display: block;
}

.my-page .action-item .address-title {
  display: flex;
  margin-left: 20rpx;
  font-size: 32rpx;
  font-weight: 500;
  line-height: 2.2rem;
  flex-direction: row;
  margin-right: 10rpx;
  color: #444;
}

.my-page .action-item .arrow-text {
  text-align: center;
  color: #aeaeae;
  font-size: 29rpx;
}

.arrow-text {
  text-align: center;
  color: #aeaeae;
  font-size: 29rpx;
}

.my-page .my-service {
  padding: 0.5rem 0.75rem;
}

.my-page .my-service .service-type {
  text-align: left;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
  color: transparent;
}

.title-container {
  display: flex;
  height: 80rpx;
  flex-direction: row;
  align-items: center;
  background-color: white;
  border-bottom: 1rpx solid #e0e0e0;
}

.title-line {
  width: 4rpx;
  height: 30rpx;
  background-color: #444;
  margin-left: 30rpx;
}

.title-desc {
  font-family: PingFang-SC-Medium, sans-serif;
  flex: 1;
  text-align: left;
  font-size: 32rpx;
  margin-left: 16rpx;
  color: #222;
  letter-spacing: -0.38rpx;
}

.product-list {
  background-color: #fff;
  padding: 0 0 60rpx 0;
}