jiaqingjiayi-xiaochengxu/甲情_甲意/miniprogram/pages/meijiashirenzheng/meijiashirenzheng.acss

93 lines
1.3 KiB
Plaintext
Raw Normal View History

2024-12-01 11:56:54 +00:00
.container {
padding: 20px;
}
.section-title {
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
}
.input-row {
display: flex;
align-items: center;
padding: 10px 0;
border-bottom: 1px solid #ddd;
}
.label {
flex: 0 0 120px;
color: #333;
}
.input {
flex: 1;
border: none;
outline: none;
}
.avatar-upload {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
border: 1px solid #ddd;
width: 50px;
height: 50px;
border-radius: 50%;
}
.icon {
width: 20px;
height: 20px;
color: #ccc;
}
.picker-placeholder {
color: #999;
display: flex;
}
.upload-button {
display: flex;
justify-content: center;
align-items: center;
width: 50px;
height: 50px;
border: 1px solid #ddd;
border-radius: 10px;
margin-right: 10px;
}
.submit-button {
width: 100%;
background-color: #007aff;
color: white;
text-align: center;
padding: 15px;
border: none;
border-radius: 5px;
font-size: 16px;
margin-top: 20px;
}
.button {
2025-01-13 13:07:00 +00:00
width: 80%;
height: 40px;
background-color: #f3bfc1;
color: #000000;
border-radius: 20px;
2024-12-01 11:56:54 +00:00
font-size: 16px;
2025-01-13 13:07:00 +00:00
display: flex;
justify-content: center;
align-items: center;
2024-12-01 11:56:54 +00:00
}
.box{
position: relative;
right: 13px;
2025-01-13 13:07:00 +00:00
}
.tijiao{
width: 100%;
height: 100px;
display: flex;
justify-content: center;
align-items: center;
2024-12-01 11:56:54 +00:00
}