page{
|
background-color: #f5f5f7;
|
font-size: 26upx;
|
}
|
.myTop{
|
padding: 120upx 0 50upx 0;
|
width: 100%;
|
background: linear-gradient(#b3a1cf 12%, #f8f8f8 96%);
|
position: relative;
|
display: inline-block;
|
}
|
.headimg{
|
float: left;
|
margin-left: 50upx;
|
display: flex;
|
align-items: center;
|
font-size: 28upx;
|
}
|
.headimg image{
|
width: 110upx;
|
height: 110upx;
|
margin-right: 20upx;
|
border-radius: 50%;
|
}
|
.myNavs{
|
width: 94%;
|
margin: 0 3%;
|
padding: 30upx 0;
|
background-color: #ffffff;
|
border-radius: 10upx;
|
}
|
.myNavs .myNavs-view{
|
display: flex;
|
padding-top: 30upx;
|
}
|
.myNavs .myNavs-view .myNavs-item{
|
flex: 1;
|
}
|
.myNavs .myNavs-item-icon{
|
display: block;
|
width: 70upx;
|
height: 70upx;
|
margin: 0 auto 20upx;
|
}
|
.myNavs .myNavs-item-text{
|
display: block;
|
text-align: center;
|
}
|
.myNavs-tips{
|
border-bottom: 1px solid #f2f2f2;
|
padding-bottom: 30upx;
|
}
|
.myNavs-tips-text{
|
padding: 0 30upx;
|
font-size: 30upx;
|
font-weight: 700;
|
}
|
.myNavs-tips-rgt{
|
float: right;
|
display: flex;
|
align-items: center;
|
color: #666666;
|
}
|
.myNavs-tips-rgt image{
|
width: 36upx;
|
height: 36upx;
|
margin-right: 30rpx;
|
}
|
|
.myServe{
|
width: 94%;
|
margin: 40upx 3%;
|
padding: 30upx 0 10upx 0;
|
background-color: #ffffff;
|
border-radius: 10upx;
|
}
|
.myServe-view{
|
padding: 50upx 0 0 0;
|
display: flex;
|
flex-wrap: wrap;
|
justify-content: space-between;
|
}
|
.myServe-item{
|
width: 33.33%;
|
margin-bottom: 50upx;
|
}
|
.myServe-item image{
|
display: block;
|
width: 55upx;
|
height: 55upx;
|
margin: 0 auto 20upx;
|
}
|
.myServe-item text{
|
display: block;
|
text-align: center;
|
}
|
.myBeiAn{
|
margin-top: 20upx;
|
text-align: center;
|
font-size: 24upx;
|
color: #666666;
|
}
|
.myBeiAn view{
|
margin-bottom: 4upx;
|
}
|
.edu{
|
margin: 10upx 0 0 10upx;
|
font-size: 24upx;
|
color: #f92626;
|
font-weight: 700;
|
}
|
.equity{
|
position: relative;
|
width: 94%;
|
margin: 0 auto 40upx;
|
height: 140upx;
|
}
|
.equity image{
|
width: 100%;
|
height: 100%;
|
}
|
.equity .times{
|
position: absolute;
|
left: 32%;
|
top: 28%;
|
color: #493b1c;
|
font-size: 28upx;
|
font-weight: 700;
|
}
|