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.
72 lines
1.2 KiB
72 lines
1.2 KiB
.container {
|
|
|
|
padding: 20rpx; /*统一设定内边距*/
|
|
margin-top: 20rpx;
|
|
/* margin-bottom: 20rpx; */
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center; /*test*/
|
|
width: 100%; /* 宽度占满整个屏幕 */
|
|
/* height:80vh; */
|
|
|
|
}
|
|
|
|
.profile{
|
|
width: 200rpx;
|
|
height: auto;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.name{
|
|
text-align: center;
|
|
font-size: large;
|
|
font-weight: bold;
|
|
width: 60%;
|
|
height: 100rpx;
|
|
margin-bottom: 20rpx;
|
|
/* background-color: aquamarine; */
|
|
}
|
|
|
|
.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%; /* 确保所有表单项宽度一致 */
|
|
/* background-color: lightcoral; */
|
|
}
|
|
.item text {
|
|
margin-right: 8rpx;
|
|
width: 80rpx; /* 固定宽度,使标签对齐 */
|
|
text-align: right; /* 右对齐文本 */
|
|
font-weight: bold;
|
|
}
|
|
|
|
|
|
.mark{
|
|
width: 60rpx;
|
|
height: auto;
|
|
margin-right: 30rpx;
|
|
}
|
|
/* .space {
|
|
width: 60%;
|
|
height: 150rpx;
|
|
background-color: aquamarine;
|
|
} */
|
|
.class-button {
|
|
width: 100%;
|
|
padding: 10px;
|
|
margin-top: 80rpx;
|
|
background-color: #69a3e6; /* 微信绿 */
|
|
color: white;
|
|
border: none;
|
|
border-radius: 27rpx;
|
|
|
|
}
|