haomingming 69df3bf6b3 优化
2023-03-24 15:29:41 +08:00

39 lines
715 B
Plaintext

.top{
width: 100vw;
background-color: cornflowerblue;
height: 370rpx;
display: flex;
justify-content: center;
align-items: center;
align-content: center;
flex-direction: column;
}
.name{
color: white;
margin-top: 30rpx;
text-align: justify;
text-justify: inter-word;
text-align-last: justify;
font-size: 28rpx;
width: 180rpx;
}
.my{
display: flex;
height: 100rpx;
/* background-color: teal; */
align-items: center;
padding-left: 30rpx;
color: black;
border-bottom: 1px solid rgb(209, 206, 206);
}
.item{
display: flex;
height: 100rpx;
/* background-color: teal; */
align-items: center;
padding-left: 30rpx;
color: black;
}
.item_name{
margin-left: 20rpx;
}