userCenter.ttss 6.41 KB
/**userCenter.wxss**/

.userinfo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.userinfo-avatar {
  width: 128rpx;
  height: 128rpx;
  margin: 50rpx;
  border-radius: 50%;
}

.userinfo-nickname {
  color: #aaa;
}

page {
  display: block;
  min-height: 100%;
  background-color: #f0f0f0;
}

.my-page .user-info {
    display: flex;
    position: relative;
    color: #fff;
    /* font-size: 0.85rem;
    line-height: 4.5rem;
    height: 5.5rem; */
    font-size: 34rpx;
     line-height: 180rpx; 
    height: 220rpx;
}

.header_bg {
    position: absolute;
    width:100%;
    /* height: 5.5rem; */
    height:220rpx;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.my-page .user-info .user-avatar {
    float: left;
    position: absolute;
    left: 32rpx;
    top: 40rpx;
    width:126rpx;
    height: 126rpx;
    border: 2rpx solid #a7a8a9;
    background-size: 100%;
     border-radius: 50%;
    background: white;
}

.my-page .user-info .username {
    position: absolute;
    left: 138rpx;
    float: left;
    /* padding: 0 1.2rem;
    padding-top: .2rem; */
    padding: 0 48rpx;
    padding-top: 8rpx;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 50%;
    font-size: 38rpx;
    font-weight: bold;
}

  .login-btn {
    display: relative;
    margin-left: auto;
    margin-right: auto; 
    padding-bottom: 10rpx;
    font-size: 35rpx;
    top: 35%;  
    width: 220rpx; 
    height: 80rpx; 
    line-height: 80rpx;    
    text-align: center;
    justify-content: center;       
}  

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

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

.my-order-title {
  height: 88rpx;
    display: flex;
    padding: 0 .75rem;
    padding-right: 0;
    font-size: 32rpx;
    /* font-weight: 500; */
    line-height: 2.2rem;
    border-top: 1px solid #e0e0e0;
    flex-direction: row;
    align-items: center;
}

.my-page .my-order .order-type {
    padding: .5rem 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;
}

.red-point{
  display:block;
  background:#d0021b;
  border-radius:50%;
  padding: 4rpx;
  width:wrap;
  height:wrap;
  min-width: 30rpx;
  min-height: 30rpx;
  top:0rpx;
  right:76rpx;
  position:absolute;
  font-size: 22rpx;
  color: white;
}

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

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

.icon-image {
    width:50rpx;
    height:50rpx;
}

.img-bind {
  width: 80rpx;
  height: 38rpx;
  display: block;
  position: absolute;
  bottom: 1rem;
  left: 4.7rem;
}

.vip-icon-image {
  width: 70rpx;
  height: 40rpx; 
  display: flex;
  position: absolute;
  top:130rpx;
  /* bottom: 110rpx; */
  /* left: 4.7rem; */
  left: 190rpx;
}

.my-page .yohocoin-back-view {
  background: #fff;
  display: flex;
  /* border-top: 1px solid #e0e0e0; */
  border-bottom: 1px solid #e0e0e0; 
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  height: 88rpx
}

.my-page .yohocoin-back-view .address-left-back-view {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
}

.my-page .yohocoin-back-view .left-icon-image {
  margin-left: 30rpx;
  width: 50rpx; 
  height: 50rpx;
}

.my-page .yohocoin-back-view .address-title {
    display: flex;
    margin-left: 20rpx;
    font-size: 32rpx;
    font-weight: 500;
    line-height: 2.2rem;
    flex-direction: row;
    color: #444444;
}

.my-page .yohocoin-back-view .arrow-image {
  text-align: center;
  margin-right: 30rpx;
  color: #aeaeae;
  font-size:30rpx;
}

.my-page .limit-back-view .arrow-image {
  margin-right: 40rpx;
}


.my-page .address-back-view {
  background: #fff;
  display: flex;
  border-top: 1px solid #e0e0e0;
  border-bottom: 0.5rpx solid #e0e0e0;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  height: 88rpx;
  position: relative;
}

.my-page .address-back-view .address-left-back-view {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* flex: 1 */
}

.my-page .address-back-view .left-icon-image {
  margin-left: 30rpx;
  width: 50rpx; 
  height: 50rpx;
}

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

.my-page .address-back-view .arrow-text {
   text-align: center;
  /* margin-right: 10rpx; */
  color: #aeaeae;
  font-size:29rpx; 
}
.arrow-text {
  text-align: center;
  /* margin-right: 10rpx; */
  color: #aeaeae;
  font-size:29rpx; 
}
.my-page .address-back-view .arrow-image {

  height: 30rpx;
  width: 30rpx;
  margin-right:30rpx 
}
.arrow-image {
  /* text-align: center;
  margin-right: 30rpx;
  color: #aeaeae;
  font-size:29rpx; */
  height: 30rpx;
  width: 30rpx;
  margin-right:30rpx 
}

.my-page .my-service {
  padding: .5rem .75rem;
}

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

.sectionContainer {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.sectionLine {
  background-color: #e0e0e0;
  height: 3rpx;
  width: 120rpx;
  margin-left: 20rpx;
  margin-right: 20rpx;
}

.sectionTitle {
  line-height: 80rpx;
  color: #444444;
  text-align:center;
  vertical-align:center;
  font-family: PingFang SC;
  font-size: 32rpx;
  font-weight: bold;
}

.likeContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: white;
}

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

.titleContainer{
  background-color: white;
  border-bottom: 0.5rpx solid #e0e0e0;
  display: flex;
  flex-direction: row;
  height: 80rpx;
  align-items:center;
}
.titleLine{
  width: 4rpx;
  height: 30rpx;
  background-color: #444444;
  margin-left: 20rpx;
}
.titleDesc{
  flex: 1;
  text-align: left;
  font-family: PingFang SC;
  font-size: 30rpx;
  margin-left: 16rpx;
  font-weight: 600;
  color: #444444;
}

.new_head_bg{
  height: 220rpx;
  width: 100%;
}

.share-btn {
  position: absolute;
  width: 100%;
  height: 88rpx;
  z-index: 1;
  border: none !important;
}