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.
73 lines
1.3 KiB
73 lines
1.3 KiB
.container {
|
|
padding: 20rpx; /*统一设定内边距*/
|
|
/* margin-bottom: 20rpx; */
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center; /*test*/
|
|
width: 100%; /* 宽度占满整个屏幕 */
|
|
height:100vh;
|
|
background-image: linear-gradient(to bottom, #8ed2f6, #b6dbfc, #d6e5fe, #eef1fe, #ffffff);
|
|
}
|
|
|
|
.profile{
|
|
padding-top: 70rpx;
|
|
width: 250rpx;
|
|
height: auto;
|
|
}
|
|
|
|
.name{
|
|
text-align: center;
|
|
font-size: 25px;
|
|
font-weight: bolder;
|
|
width: 60%;
|
|
height: 30rpx;
|
|
padding-bottom: 30rpx;
|
|
}
|
|
|
|
.item-list {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center; /*test*/
|
|
}
|
|
|
|
.item{
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom:20rpx;
|
|
margin-left: 10rpx;
|
|
width: 100%; /* 确保所有表单项宽度一致 */
|
|
padding-top: 50rpx;
|
|
}
|
|
.item text {
|
|
margin-right: 8rpx;
|
|
width: 80rpx; /* 固定宽度,使标签对齐 */
|
|
text-align: right; /* 右对齐文本 */
|
|
font-weight: bold;
|
|
font-size: 20px;
|
|
}
|
|
|
|
|
|
.mark{
|
|
width: 60rpx;
|
|
height: auto;
|
|
margin-right: 30rpx;
|
|
}
|
|
/* .space {
|
|
width: 60%;
|
|
height: 150rpx;
|
|
background-color: aquamarine;
|
|
} */
|
|
|
|
.button-father{
|
|
padding-bottom: 90rpx;
|
|
}
|
|
.class-button {
|
|
width: 100%;
|
|
padding: 10px;
|
|
margin-top: 80rpx;
|
|
background-color: #69a3e6;
|
|
color: white;
|
|
border: none;
|
|
border-radius: 25px;
|
|
}
|