181 lines
2.6 KiB
Plaintext
181 lines
2.6 KiB
Plaintext
/* pages/home/home.wxss */
|
|
@import "../../css/_main.wxss";
|
|
|
|
.home {
|
|
padding-bottom: 20rpx;
|
|
}
|
|
|
|
.userInfo {
|
|
height: 180rpx;
|
|
width: 100%;
|
|
background: var(--greens);
|
|
padding: 0 38rpx;
|
|
}
|
|
|
|
.userImg {
|
|
height: 140rpx;
|
|
width: 140rpx;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
float: left;
|
|
}
|
|
|
|
.user-title {
|
|
margin-left: 35rpx;
|
|
height: 140rpx;
|
|
float: left;
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 32rpx;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
line-height: 29rpx;
|
|
letter-spacing: 0px;
|
|
color: #fff;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-align-items: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.name span {
|
|
padding: 3rpx 13rpx;
|
|
font-family: PingFang-SC-Regular;
|
|
font-size: 28rpx;
|
|
font-weight: 400;
|
|
color: #f4c8a7;
|
|
background-color: #151915;
|
|
border-radius: 30rpx;
|
|
}
|
|
|
|
.tel {
|
|
margin-top: 27rpx;
|
|
}
|
|
|
|
.user-go {
|
|
height: 140rpx;
|
|
line-height: 140rpx;
|
|
float: right;
|
|
}
|
|
|
|
.user-go image {
|
|
width: 15rpx;
|
|
height: 33rpx;
|
|
}
|
|
|
|
.capital {
|
|
width: 100%;
|
|
height: 150rpx;
|
|
background: #fff;
|
|
display: flex;
|
|
}
|
|
|
|
.capital-row {
|
|
flex: 3;
|
|
position: relative;
|
|
}
|
|
|
|
.capital-row-c::after {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 49rpx;
|
|
content: "";
|
|
width: 2rpx;
|
|
height: 52rpx;
|
|
background-color: #eaeaea;
|
|
}
|
|
|
|
.capital-row-c:last-child::after {
|
|
width: 0;
|
|
}
|
|
|
|
.cap-cen {
|
|
text-align: center;
|
|
}
|
|
|
|
.cap-title {
|
|
font-family: PingFang-SC-Bold;
|
|
font-size: 32rpx;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
/* line-height: 29rpx; */
|
|
letter-spacing: 0px;
|
|
color: #333;
|
|
}
|
|
|
|
.cap-title span {
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 22rpx;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
line-height: 29rpx;
|
|
letter-spacing: 0px;
|
|
color: #999;
|
|
}
|
|
|
|
.cap-title image {
|
|
height: 41rpx;
|
|
width: 40rpx;
|
|
}
|
|
|
|
.cap-p {
|
|
margin-top: 10rpx;
|
|
font-family: PingFang-SC-Regular;
|
|
font-size: 28rpx;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
line-height: 29rpx;
|
|
letter-spacing: 0px;
|
|
color: #666;
|
|
}
|
|
|
|
/* */
|
|
|
|
.order {
|
|
padding: 0 38rpx;
|
|
background: #fff;
|
|
}
|
|
|
|
.tit {
|
|
height: 105rpx;
|
|
line-height: 105rpx;
|
|
border-bottom: 2rpx solid #ebebeb;
|
|
display: flex;
|
|
}
|
|
|
|
.tit:last-child {
|
|
border: 0;
|
|
}
|
|
|
|
.titl {
|
|
font-family: PingFang-SC-Regular;
|
|
font-size: 32rpx;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
letter-spacing: 0px;
|
|
color: #333;
|
|
flex: 2;
|
|
}
|
|
|
|
.titr {
|
|
flex: 2;
|
|
text-align: right;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-flex-direction: row-reverse;
|
|
flex-direction: row-reverse;
|
|
-webkit-align-items: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.titr image {
|
|
width: 15rpx;
|
|
height: 33rpx;
|
|
}
|
|
|
|
/* */
|
|
|
|
.user-list {
|
|
padding: 0 38rpx;
|
|
background: #fff;
|
|
}
|