个人中心新增

This commit is contained in:
zdx
2020-12-30 15:16:04 +08:00
parent 29f807609f
commit b4cfbad98f
50 changed files with 2012 additions and 48 deletions

View File

@@ -0,0 +1,79 @@
.info_blcok {
margin-top: 30rpx;
}
.info_list {
background-color: #fff;
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
color: #8e8e8e;
font-size: 30rpx;
border-bottom: solid 1rpx #f7f7f7;
line-height: 90rpx;
padding: 0 30rpx;
}
.info_list.cover {
padding: 20rpx 30rpx;
}
.info_list:last-child {
border-bottom: none;
}
.info_list_title {
width: 200rpx;
}
.info_list .header {
width: 100rpx;
height: 100rpx;
border-radius: 50%;
margin-right: 10rpx;
background-color: #eee;
}
.info_list .end {
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
box-sizing: border-box;
flex: 1;
}
.info_list .txt {
padding-right: 10rpx;
color: #333;
text-align: right;
}
.info_list .txt1 {
color: #f89602;
font-weight: 600;
}
.beSure {
background-color: #cacaca;
color: #fff;
font-weight: bold;
position: fixed;
bottom: 30rpx;
left: 30rpx;
right: 30rpx;
height: 90rpx;
line-height: 90rpx;
text-align: center;
border-radius: 0;
font-size: 32rpx;
width: 44%;
}
.beSure1 {
background-color: #378fff;
left: calc(48% + 30rpx);
}