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.

186 lines
2.9 KiB

/* pages/mine/mine.wxss */
page {
background-color: #EDF2F8;
}
.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: 180rpx;
margin-left: 35rpx;
margin-bottom: 20rpx;
width: 680rpx;
height: 100rpx;
font-size: 30rpx;
border-radius: 50rpx;
background-image: linear-gradient(270deg,
#00967b 0%,
#126594 100%);
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;
flex-direction: column;
align-items: center;
justify-content: center;
margin-top: 100rpx;
}
.content-list-item {
margin-bottom: 20rpx;
background-color: #ffffff;
width: 680rpx;
height: 100rpx;
display: flex;
align-items: center;
border-radius: 20rpx;
padding-left: 30rpx;
padding-right: 36rpx;
box-shadow: 5px 5px 5px #04000004, 5px -5px 5px #04000004, -5px 5px 5px #04000004, -5px -5px 5px #04000004;
}
.content-list-item-title {
font-size: 30rpx;
flex: 1;
margin-left: 10rpx;
}
.content-list-item-img {
width: 36rpx;
height: 36rpx;
}
.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;
}
.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;
}