index.css 1.78 KB
.myCenter{
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
.myCenter .headerCard{
	background: url('../../assets/image/myCenterBackg.png') no-repeat;
	height: 1.2rem;
	background-size: cover;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	font-size: .16rem;
	margin-bottom: .12rem;
}
.myCenter .headerCard .head{
	width: .80rem;
	height: .80rem;
	margin-left: .20rem;
}
.myCenter .headerCard .head img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.myCenter .headerCard .info{
	margin-left: .1rem;
}
.myCenter .senction1{
	position: relative;
	display: flex;
	background: white;
	margin: 0 .10rem;
    padding: .12rem 0;
    border-radius: 8px;
}
.myCenter .senction1 .childsection{
	width: 50%;
	text-align: center;
	line-height: .40rem;
}
.myCenter .senction1 .childsection .header{
	font-size: .15rem;
	color: #666666;
}
.myCenter .senction2{
	position: relative;
	background: white;
	margin: .10rem .10rem;
	font-size: .18rem;
	border-radius: 8px;
}
.myCenter .senction2 .item{
	position: relative;
	display: flex;
	line-height: .5rem;
	padding-left: .16rem;
	border-bottom: 1px solid #F8F8F8;
}
.myCenter .senction2 .item .left{
	width: 1rem;
	color: #101010;
	font-weight: 400;
}
.myCenter .senction2 .item .arrow{
	right: 0;
    width: .3rem;
    position: absolute;
}
.myCenter .tipsContent{
	position: relative;
	width: 100%;
	text-align: center;
	margin: .40rem 0;
}
.websiteSection{
    position: relative;
    background: white;
    margin: .15rem .15rem;
    font-size: .18rem;
    border-radius: 8px;
    border: 1px solid #e7e7e7;
    padding: .1rem .2rem;
}
.websiteSection .item{
	position: relative;
	display: flex;
	line-height: .5rem;
	border-bottom: 1px solid #F8F8F8;
}
.websiteNameCss{
	white-space: nowrap;
    width: 2.3rem;
    overflow-x: hidden;
    text-overflow: ellipsis;
}