file_manage.wxss 1.3 KB
/* pages/file_manage/file_manage.wxss */
page{
 background-color: #fafafa;
 padding:100rpx 0 0 0;
}
.addfile{
 position: fixed;
 top:0;
 left:0;
 width:100%;
 height: 100rpx;
 display: flex;
 justify-content: space-between;
 align-items: center;
 color:#333;
 font-size:34rpx;
 background-color: #fff;
 padding:25rpx 30rpx;
 box-sizing: border-box;
}
.addfile_left{
 display: flex;
 align-items: center;
}
.addfile_img{
 margin: 0 25rpx 0 0;
 width:52rpx;
 height: 52rpx;
 border-radius: 50%;
 overflow: hidden;
 display: flex;
 justify-content: center;
 align-items: center;
}
.addfile_img image{
 width:100%;
 height: 100%;
 display: block;
}
.addfile .iconfont{
 font-size:30rpx;
 color:#c7c7c7;
 font-weight: bold;
}
.manage{
 margin: 30rpx 0 0 0;
 background: #fff;
 color:#333;
 font-size:34rpx;
 font-weight: bold;
}
.manage_item{
 padding:38rpx 30rpx;
 display: flex;
 align-items: center;
 justify-content: space-between;
 box-sizing: border-box;
 border-bottom:1rpx solid #eee;
}
.manage_item:last-child{
 border:none;
}
.sub_item{
 margin: 6rpx 0 0 0;
 color:#666;
 font-size: 26rpx;
 font-weight: 400;
}
.manage_right{
 width:44rpx;
 height: 44rpx;
 border-radius: 50%;
 overflow: hidden;
}
.manage_right image{
 width:100%;
 height: 100%;
 display: block;
}
.txt_sex{
 margin: 0 30rpx;
}