You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
100 lines
1.6 KiB
100 lines
1.6 KiB
/* pages/myInfo/myInfo.wxss */
|
|
|
|
page {
|
|
background-color: #F7F7FA;
|
|
}
|
|
|
|
/* 容器 */
|
|
.box {
|
|
padding: 30rpx;
|
|
font-family: 'PingFang SC-Medium';
|
|
}
|
|
|
|
.header-item-container {
|
|
width: 100%;
|
|
height: 180rpx;
|
|
background: rgb(255, 255, 255);
|
|
border-radius: 10rpx;
|
|
flex-direction: row;
|
|
display: flex;
|
|
justify-content: start;
|
|
align-items: center;
|
|
}
|
|
|
|
.logo {
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
padding: 30rpx;
|
|
}
|
|
|
|
.userName {
|
|
font-size: 36rpx;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.company {
|
|
font-size: 28rpx;
|
|
font-family: "PingFang SC";
|
|
color: rgb(138, 138, 138);
|
|
margin-top: 14rpx;
|
|
}
|
|
|
|
.body-container {
|
|
width: 100%;
|
|
background: rgb(255, 255, 255);
|
|
border-radius: 10rpx;
|
|
flex-direction: column;
|
|
display: flex;
|
|
margin-top: 30rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.body-item {
|
|
height: 110rpx;
|
|
flex-direction: row;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 0 30rpx;
|
|
border-bottom: 1px solid #EFEFF4;
|
|
}
|
|
|
|
.body-info {
|
|
font-size: 32rpx;
|
|
font-family: "PingFang SC";
|
|
font-weight: 600;
|
|
}
|
|
|
|
.body-number {
|
|
font-size: 30rpx;
|
|
font-family: "PingFang SC";
|
|
color: rgb(138, 138, 138);
|
|
}
|
|
|
|
.foot-container {
|
|
width: 100%;
|
|
background: rgb(255, 255, 255);
|
|
border-radius: 10rpx;
|
|
flex-direction: column;
|
|
display: flex;
|
|
border: 1px #FFFFFF;
|
|
}
|
|
|
|
.foot-item {
|
|
color: rgb(0, 0, 0);
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
padding: 30rpx;
|
|
font-size: 32rpx;
|
|
font-family: "PingFang SC";
|
|
font-weight: 600;
|
|
}
|
|
|
|
.right {
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
display: block;
|
|
float: right;
|
|
margin: 38rpx 40rpx;
|
|
}
|