visitormine.wxss 5.2 KB
/* @import '../template/template.wxss';*/
@import '../iconfont/iconfont.wxss'; 
page{
  background: #F4F4F4;
}

.head{
  width:750rpx;
  height: 483rpx;
  font-size: 0;
  position:relative;
  display:flex;
  justify-content: center
}
.head image{
  width:100%;
  height:100%;
}
.peopleimg{
  width:128rpx;
  height:128rpx;
  font-size: 0;
  position:absolute;
  
  top:120rpx; 

}
.peopleimg image{
  width:100%;
  height:100%;
}
.peoplename{
 color:#FFFFFF;
 font-size: 30rpx; 
 position: absolute;
 top:268rpx;
 opacity: 0.9
}
.codenum{
  color:#FFFFFF;
  font-size: 24rpx;
  position: absolute;
  top:310rpx;
  opacity: 0.8
}
/* 地址管理*/

 .headbottom{
   width:691rpx;
   height:89rpx;
   background: #fff;
   border-radius: 10rpx;
   position: absolute;
   bottom:17rpx;
   display:flex;
   justify-content: space-between;
   align-items: center;
   padding: 0 39rpx;
   box-sizing: border-box
 }
 .address{
   color:#333333;
   font-size:30rpx;

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

 }
 .look{
   color:#707070;
   font-size: 24rpx;
   margin-right: 14rpx;
 }
 .rowimg{
   width:8rpx;
   height:15rpx;
   font-size: 0
 }
 .rowimg image{
   width:100%;
   height:100%;
 }
 .myinfolist{
   width:691rpx;
   height:89rpx;
   background: #fff;
   border-radius: 10rpx;
   
   display:flex;
   justify-content: space-between;
   align-items: center;
   padding: 0 39rpx;
   box-sizing: border-box;
   margin:2rpx auto;
 }
.myorder{
  border-radius: 10rpx;
  margin-top:30rpx;
}
 .myorderlist{
   width:691rpx;
   height:89rpx;
   background: #fff;
   display:flex;
   justify-content: space-between;
   align-items: center;
   padding: 0 39rpx;
   box-sizing: border-box;
   margin:0 auto;
   border-bottom:1rpx solid #f5f5f5;
 }
 .ordercontent{
   width:691rpx;
   
   background: #fff;
   border-radius: 10rpx;
   
   display:flex;

   
   align-items: center;
   padding: 49rpx 39rpx;
   box-sizing: border-box;
   margin:2rpx auto;
 }
 .ordercontentitem{
   display:flex;
   flex-direction: column;
   align-items: center;
   margin-left:80rpx;
 }
 .ordercontentitem:first-child{
   margin-left:0;
 }
 .myorderimg{
   width:45rpx;
   height:39rpx;
   font-size: 0
 }
 .myorderimg image{
   width:100%;
   height:100%;
 }
 .alreadyname{
   color:#333333;
   font-size: 24rpx;
   margin-top:11rpx;
 }
 
 /* 客服电话 */
 .kefulist{
   display:flex;
   align-items: center;
   justify-content: center
 }
 .kefuimg{
   width:36rpx;
   height:40rpx;
   font-size: 0
 }
 .kefulist{
   width:147rpx;
  height:80rpx;
  background:rgba(255,255,255,1);
  box-shadow:0px 0rpx 24rpx 0rpx rgba(4,3,18,0.2);
  
  border-top-left-radius: 40rpx;
  border-bottom-left-radius: 40rpx;
  position: absolute;
  bottom:-120rpx;
  right:-27rpx;
  
 }
 .kefuimg image{
   width:100%;
   height:100%;
 }
 .kefuname{
   color:#333333;
   font-size: 24rpx;
   margin-left:14rpx;
 }
 /* 申请成为挪威 */
.applaynuowei{
  padding:30rpx 39rpx;
  width:691rpx;
  margin:0 auto;
  box-sizing: border-box;
  background: #fff;
  border-radius:10rpx; 
  margin-top:30rpx;
}
.appalyfightimg{
  width:40rpx;
  height:35rpx;
  font-size: 0;

}
.applayname{
  color:#333333;
  font-size: 30rpx;
}
.applaynuowei{
  display:flex;
  align-items: center;
  justify-content: space-between;

}
.appalyfightimg image{
  width:100%;
  height:100%;
}
.applayright{
  display:flex;
  align-items: center;
  /* margin-left:197rpx; */
}
.dragmoney{
  color:#F3704B;
  font-size: 24rpx;
  margin-left:15rpx;
}
.jingxiao{
  position: relative;
 margin-bottom:260rpx;
 
}
 /* 弹出层 */

.register{
     width: 100%;
     height: 100%;
     background-color: rgba(0,0,0,0.5);
     position:fixed;
     left:0;
     right:0;
     z-index: 5;
 }
.registerwrap{
    width:531rpx;
    height:503rpx;
    background: #ffffff;
    border-radius: 10rpx;
    position: absolute;
    z-index: 6;
    /*left:0.4rem;*/
    /*top: 3rem;*/
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    
    
}
.codeimg{
  width:435rpx;
  height:435rpx;
  font-size: 0;
  margin:34rpx auto;
}
.codeimg image{
  width:100%;
  height:100%;
 
}
.icon-shanchuguanbicha{
  text-align: center;
  position: absolute;
  top:112%;
  left:0;
  right:0;
  /* transform: translate(112%,-50%); */
  margin:0 auto;
  z-index: 999;
  color:#fff;
  font-size: 60rpx;
}

/* 申请注册弹出层 */

.applayregister{
     width: 100%;
     height: 100%;
     background-color: rgba(0,0,0,0.5);
     position:fixed;
     left:0;
     right:0;
     z-index: 5;
 }
.applayregisterwrap{
    width:531rpx;
    height:465rpx;
    background: #ffffff;
    border-radius: 10rpx;
    position: absolute;
    z-index: 6;
   
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    
} 
 .applayinfoname{
  padding: 60rpx 0;
  box-sizing: border-box;
  border-bottom:1rpx solid #f5f5f5;
}
.applayintername{
  width:192rpx;
  height:61rpx;
  background:rgba(21,39,109,1);
  box-shadow:0rpx 0rpx 20rpx 0rpx rgba(4,0,0,0.2);
  
  border-top-left-radius: 16rpx;
  border-bottom-right-radius: 16rpx;
  color:#fff;
  font-size: 28rpx;
  text-align: center;
  line-height: 61rpx;
  margin:0 auto;
}
.cancel{
  color:#000000;
  font-size: 28rpx;
  text-align: center;
  margin-top:38rpx;
}
.containerbox{
  /* padding-bottom: 150rpx */
}