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.
124 lines
1.9 KiB
124 lines
1.9 KiB
|
|
.content{
|
|
padding-bottom: 254rpx;
|
|
background-color: #F5F7FAFF !important;
|
|
}
|
|
.flex{
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
}
|
|
.my-head{
|
|
background-color: #34026B;
|
|
padding: 26rpx 26rpx;
|
|
}
|
|
.my-info{
|
|
|
|
}
|
|
.my-a{
|
|
display: flex;
|
|
}
|
|
.my-img{
|
|
width: 76rpx;
|
|
height: 76rpx;
|
|
}
|
|
.my-img image{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.my-nameid{
|
|
margin-left: 24rpx;
|
|
}
|
|
.my-name{
|
|
color: #fff;
|
|
font-size: 36rpx;
|
|
}
|
|
.my-id{
|
|
color: rgba(255,255,255,.5);
|
|
font-size: 28rpx;
|
|
}
|
|
.my-b{
|
|
margin-top: 26rpx;
|
|
}
|
|
.my-tel{
|
|
color: #fff;
|
|
font-size: 27rpx;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.my-bal{
|
|
color: #fff;
|
|
font-size: 27rpx;
|
|
text-transform: capitalize;
|
|
align-items: center;
|
|
margin-top: 24rpx;
|
|
}
|
|
.my-ap{
|
|
width: 118rpx;
|
|
line-height: 44rpx;
|
|
background-color: #491C7AFF;
|
|
border-radius: 16rpx;
|
|
text-align: center;
|
|
margin-left: 26rpx;
|
|
}
|
|
.my-c{
|
|
margin-top: 26rpx;
|
|
}
|
|
.my-btn1{
|
|
width: 188rpx;
|
|
line-height: 72rpx;
|
|
background-color: #954DE3;
|
|
border-radius: 16rpx;
|
|
text-align: center;
|
|
font-size: 28rpx;
|
|
color: #fff;
|
|
text-transform: capitalize;
|
|
}
|
|
.my-btn2{
|
|
font-size: 28rpx;
|
|
width: 312rpx;
|
|
line-height: 72rpx;
|
|
background-color: #954DE3;
|
|
border-radius: 16rpx;
|
|
text-align: center;
|
|
margin-left: 26rpx;
|
|
text-transform: capitalize;
|
|
color: #fff;
|
|
}
|
|
.my-body{
|
|
padding: 0 36rpx;
|
|
background-color: #FFFFFF;
|
|
}
|
|
.my-body-item{
|
|
width: 100%;
|
|
line-height: 108rpx;
|
|
border-bottom: 2rpx solid #F5F7FA;
|
|
color: #303133FF;
|
|
font-size: 30rpx;
|
|
text-transform: capitalize;
|
|
position: relative;
|
|
}
|
|
.my-body-item:last-child{
|
|
border-bottom: none;
|
|
}
|
|
.my-body-item::before{
|
|
content: '';
|
|
width: 28rpx;
|
|
height: 28rpx;
|
|
background: url(../../static/home/top_icon_ins.png)no-repeat;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
}
|
|
.my-body-out{
|
|
text-align: center;
|
|
color: #303133FF;
|
|
font-size: 32rpx;
|
|
background-color: #fff;
|
|
text-transform: capitalize;
|
|
line-height: 108rpx;
|
|
margin-top: 48rpx;
|
|
}
|
|
.my-bg{
|
|
background-color: #F5F7FA;
|
|
}
|
|
|