| | |
| | | background-color: #1890FF; |
| | | font-size: 35rpx; |
| | | color: white; |
| | | margin-top: 200rpx; |
| | | margin-top: 100rpx; |
| | | } |
| | | |
| | | .voice_img { |
| | |
| | | display: flex; |
| | | flex-direction: column; |
| | | flex-grow: 1; |
| | | margin-bottom: 10rpx; |
| | | } |
| | | |
| | | .item-data text { |
| | | font-size: 30rpx; |
| | | } |
| | | } |
| | | |
| | | .container-phone { |
| | | display: flex; |
| | | align-items: center; /* 垂直居中 */ |
| | | margin-bottom: 10px; /* 可选:为容器添加一些底部间距 */ |
| | | margin-top: 30rpx; |
| | | } |
| | | |
| | | .fb-text { |
| | | flex: 0 0 auto; /* 不扩展也不收缩,自动宽度 */ |
| | | margin-right: 10px; /* 可选:为文本和输入框之间添加一些间距 */ |
| | | } |
| | | |
| | | .input-phone { |
| | | flex: 1 1 auto; /* 扩展以填充剩余空间,但最小宽度为自动 */ |
| | | border: 1px solid #ccc; /* 可选:为输入框添加边框 */ |
| | | padding: 5px; /* 可选:为输入框添加内边距 */ |
| | | border-radius: 4px; /* 可选:为输入框添加圆角 */ |
| | | border: 2rpx solid #000000; |
| | | } |
| | | |
| | | .delete-btn { |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | width: 120rpx; |
| | | height: 100%; |
| | | color: white; |
| | | background-color: #e34d59; |
| | | } |