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

90 lines
1.4 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 {
background-color: #f3bfc1; /* Light pink background color */
color: #000000; /* Text color */
border-radius: 20px; /* Rounded edges */
padding: 10px 20px;
text-align: center;
font-size: 16px;
2024-12-03 11:59:36 +00:00
width: 300px;
margin-top: 20px;
cursor: pointer; /* 鼠标悬停时显示为点击样式 */
position: relative;
left: 20px;
2024-12-01 11:56:54 +00:00
}
.box{
position: relative;
right: 13px;
}