Files
AGuestSaas/pages/user/setting/aboutMine/aboutMine.wxss
2020-12-30 15:16:04 +08:00

79 lines
1.3 KiB
Plaintext

.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);
}