| | |
| | | /* pages/openCard/openCard.wxss */ |
| | | .container { |
| | | height: 100%; |
| | | height: 100vh; |
| | | display: flex; |
| | | flex-direction: column; |
| | | align-items: center; |
| | |
| | | |
| | | .list-container { |
| | | display: flex; |
| | | flex-grow: 1; /* 占满剩余高度 */ |
| | | padding-bottom: 30rpx; |
| | | flex: 1; |
| | | height: 100%; |
| | | flex-direction: column; /* 确保内部元素按列排列 */ |
| | | } |
| | | |
| | | .dialog { |
| | |
| | | } |
| | | |
| | | .dialog-title { |
| | | font-size: 18px; |
| | | margin-bottom: 20px; |
| | | font-size: 38rpx; |
| | | margin-bottom: 20rpx; |
| | | text-align: center; |
| | | } |
| | | |
| | | .dialog-title-text { |
| | | font-size: 18px; |
| | | margin-bottom: 20px; |
| | | font-size: 38rpx; |
| | | margin-bottom: 20rpx; |
| | | text-align: center; |
| | | } |
| | | |
| | |
| | | color: #1890FF; |
| | | } |
| | | |
| | | .choseitemactive text { |
| | | color: #fff; |
| | | } |
| | | |
| | | |
| | | |
| | | .choseitem { |