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.
189 lines
2.8 KiB
189 lines
2.8 KiB
|
|
/* pages/mine/mine.wxss */
|
|
page {
|
|
background-color: #f2f2f2;
|
|
}
|
|
|
|
.content {
|
|
position: relative;
|
|
width: 750rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.content-personal-center-bg {
|
|
width: 100%;
|
|
height: 300rpx;
|
|
}
|
|
|
|
.content-info {
|
|
position: absolute;
|
|
margin-top: 200rpx;
|
|
}
|
|
|
|
.content-info-view {
|
|
position: relative;
|
|
width: 680rpx;
|
|
height: 180rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.content-info-bg-img {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 20rpx;
|
|
|
|
box-shadow: 5px 5px 5px #04000004, 5px -5px 5px #04000004, -5px 5px 5px #04000004, -5px -5px 5px #04000004;
|
|
}
|
|
|
|
.content-info-text {
|
|
position: absolute;
|
|
display: flex;
|
|
align-content: center;
|
|
justify-content: center;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.content-info-head-img {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.content-info-text-view {
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-left: 15rpx;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.content-info-text-name {
|
|
font-size: 30rpx;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.content-info-text-phone {
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.content-button-exit {
|
|
position: absolute;
|
|
bottom: 0;
|
|
margin-left: 35rpx;
|
|
margin-bottom: 20rpx;
|
|
width: 680rpx;
|
|
height: 100rpx;
|
|
font-size: 30rpx;
|
|
border-radius: 50rpx;
|
|
background-color: #d8b487;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: #ffffff;
|
|
}
|
|
|
|
|
|
button::after {
|
|
border: none;
|
|
}
|
|
|
|
button {
|
|
padding: 0 !important;
|
|
width: 100% !important;
|
|
text-align: left;
|
|
}
|
|
|
|
|
|
|
|
.content-list {
|
|
width: 750rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-top: 100rpx;
|
|
}
|
|
|
|
.content-list-item {
|
|
background-color: #ffffff;
|
|
width: 680rpx;
|
|
height: 80rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
border-radius: 20rpx;
|
|
padding-left: 20rpx;
|
|
padding-right: 20rpx;
|
|
}
|
|
|
|
.content-list-item-title {
|
|
font-size: 28rpx;
|
|
flex: 1;
|
|
}
|
|
|
|
.content-list-item-img {
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
}
|
|
|
|
|
|
.content-about-us {
|
|
display: flex;
|
|
justify-content: center;
|
|
width: 750rpx;
|
|
height: 550rpx;
|
|
margin-top: 150rpx;
|
|
}
|
|
|
|
.content-about {
|
|
width: 680rpx;
|
|
background-color: #ffffff;
|
|
border-radius: 20rpx;
|
|
|
|
box-shadow: 5px 5px 5px #04000004, 5px -5px 5px #04000004, -5px 5px 5px #04000004, -5px -5px 5px #04000004;
|
|
}
|
|
|
|
.content-about-title {
|
|
font-size: 30rpx;
|
|
font-weight: bold;
|
|
margin-top: 30rpx;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.content-about-text {
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.content-about-line {
|
|
width: 640rpx;
|
|
height: 5rpx;
|
|
background-color: #f2f2f2;
|
|
margin-top: 20rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.content-about-company {
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.content-about-textOrimg {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.content-about-img {
|
|
width: 30rpx;
|
|
height: 33rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.content-about-img2 {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.content-abount-time{
|
|
margin-top: 30rpx;
|
|
color: #383838;
|
|
font-size: 18rpx;
|
|
} |