mine.wxss 1.9 KB
/* pages/mine/mine.wxss */

page {
 /* background: #d3dfe8; */

 height:100%;
 /* background: url("http://pnb2waalt.bkt.clouddn.com/lastmy.png")no-repeat center;
   background-size: 100%,100%; */
}

.mine {
  height:100%;
   
 /* position: fixed;
 top: 0;
 left: 0;
 bottom: 0;
 display: flex;
 align-items: center;
 justify-content: center;
 width: 100%;
 height: 100%; */
 
}
.mine image{
 display: block;
 width:100%;
 height: 100%;
 
}
.mine_main{
 position: absolute;
 left:0;
 right:0;
 bottom:0;
 margin: 0 auto;
 z-index:2;
 width:686rpx;
 color:#333;
 font-size:26rpx;
 background: #fff;
 border-radius: 13rpx 13rpx 0 0;
}
.mine_main .head{
 position: absolute;
 z-index:3;
 left:76rpx;
 top:-90rpx;
 width:130rpx;
 height: 130rpx;
 font-size: 0;
 border-radius: 50%;
}
.head image{
  width:100%;
  height:100%;

  border-radius: 50%;
}
.mine_top{
 margin: 59rpx 42rpx 22rpx 76rpx;
 color:#333333;
 font-size:30rpx;
 font-weight: bold;
 display: flex;
 align-items: center;
 justify-content: space-between;
}
.mine_rigth{
 font-weight: normal;
 display: flex;
 align-items: center;
 color:#999;
 font-size:24rpx;
}
.mine_rigth .iconfont{
 margin: 0 0 0 5rpx;
}
.huiyuan{
 margin: 0 0 37rpx 0;
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius:0 25rpx 25rpx 0;
 width:240rpx;
 height: 50rpx;
 color:#fff;
 background: linear-gradient(to right, #318AE2 , #57ABFF); 
 box-shadow: 0 0 10rpx #8BC2FA;
}
.huiyuan_icon{
 margin: 0 12rpx 0 0;
 width:33rpx;
 height:26rpx;
 display: flex;
 align-items: center;
 justify-content: center;
}
.huiyuan_icon image{
 width:100%;
 height: 100%;
 display: block;
}
.line{
 margin: 0 27rpx 0 13rpx;
 background: rgba(36, 35, 35, 0.7);
 height:2rpx;
}
.mine_item{
 margin: 0 42rpx 0 47rpx;
 padding:27rpx 0 24rpx 0;
 border-bottom: 1rpx solid #E8E8E8;
 display: flex;
 align-items: center;
 justify-content: space-between;
 color:#333;
 font-weight: bold;
 font-size: 32rpx;
}
.mine_item:last-child{
 border-bottom:none;
}