account_info.wxss 1004 字节
/* pages/merchant/account_info/account_info.wxss */
page{
 padding:0 0 114rpx 0;
}
.account_infotop{
 position: relative;
 height: 213rpx;
 background: linear-gradient(to right, #415DAA , #2D97CC,#33BEB9);
 box-sizing: border-box;
}
.head_box{
 position: absolute;
 display: flex;
 flex-direction: column;
 align-items: center;
 left:50%;
 transform: translateX(-50%);
 top:110rpx;
 width:187rpx;
 text-align: center;
}
.head{
 display: flex;
 justify-content: center;
 align-items: center;
 
 width:187rpx;
 height: 187rpx;
 border-radius: 50%;
 border:4rpx #fff solid;
}
.head image{
 display: block;
 width:100%;
 height: 100%;
}
.head_txt{
 margin: 20rpx 0 0 0;
 color:#231815;
 font-size:24rpx;
}
.account_itembox{
 margin: 170rpx 0 0 0;
}
.account_item{
 padding:30rpx 50rpx 30rpx 75rpx;
height: 115rpx;
margin: 0 0 20rpx 0;
 box-sizing: border-box;
 background: #EEEEEF;
 color:#3E3A39;
 font-size:25rpx;
}
.account_txtbox{
 display: flex;
 align-items: center;
 justify-content: space-between;
}