eidt_myinfo.wxss 1.9 KB
/* pages/eidt_myinfo/eidt_myinfo.wxss */
@import '../../Augly_Animation.wxss';
page{
 padding:0 0 150rpx 0;
}
.itembox{
 padding:10rpx 32rpx 0 32rpx;
}
.my_item{
 display: flex;
 justify-content: space-between;
 align-items: center;
 padding:36rpx 0;
 border-bottom:1rpx solid #EBEBEB;
}
.my_item:last-child{
 border:none;
}
.my_left{
 color:#000;
 font-size:30rpx;
}
.heaimg{
 height: 84rpx;
 width: 84rpx;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
 overflow: hidden;
}
.heaimg image{
 width:100%;
 height: 100%;
 display: block;
}
.my_rigth{
 font-size:26rpx;
 color:#666666;
}
.bg{
 width:100%;
 height: 16rpx;
 background: #F5F6FA;
}
.my_infobtn{
 width:686rpx;
 position: fixed;
 bottom:0;
 left: 0;
 margin: 32rpx;
 height: 80rpx;
 border-radius: 40rpx;
 display: flex;
 align-items: center;
 justify-content: center;
 background: #8DE063;
 color:#fff;
 font-size:30rpx;
 z-index:1;
}
.my_infobtn:active{
 opacity: 0.7
}
.mold{
 position: fixed;
 width:100%;
 height: 100%;
 top:0;
 left:0;
 background-color: rgba(0,0,0,0.1);
 z-index:30;
 display: flex;
 justify-content: center;
 align-items: center;
}
.mold_box{
 width:718rpx;
 background: #fff;
 border-radius: 36rpx;
 
 overflow: hidden;
 z-index:50;
}
.mold_top{
 padding:30rpx 0;
 text-align: center;
 color:#000000;
 font-size:36rpx;
 border-bottom:1rpx solid #EBEBEB;
}
.mold_bottom{
 margin: 0 55rpx
}
.mold_input{
margin: 50rpx 0 60rpx 0;
color:#000;
font-size:30rpx;
border-bottom: 1rpx solid #999;
}
.mold_input input{
 width:100%;
 height: 100%;
 margin: 0 0 10rpx 0;
}
.my_btnbox{
 margin: 0 32rpx 0 32rpx;
 display: flex;
 justify-content: space-between;
 align-items: center;
}
.my_btnbox .my_btn{
 height: 82rpx;
 margin: 0 0 30rpx 0;
 width:312rpx;
 border-radius: 41rpx;
 background:rgba(247,247,247,1);
border:1px solid rgba(226,226,226,1);
 color:#53B920;
 font-size:30rpx;
 display: flex;
 align-items: center;
 justify-content: center;
}