沙盘演示系统应用的微信小程序
pages/openCard/openCard.wxss
@@ -1,6 +1,6 @@
/* pages/openCard/openCard.wxss */
.container {
  height: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
@@ -117,9 +117,10 @@
.list-container {
  display: flex;
  flex-grow: 1; /* 占满剩余高度 */
  padding-bottom: 30rpx;
  flex: 1;
  height: 100%;
  flex-direction: column; /* 确保内部元素按列排列 */
}
.dialog {
@@ -142,14 +143,14 @@
}
.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;
}
@@ -223,9 +224,7 @@
  color: #1890FF;
}
.choseitemactive text {
  color: #fff;
}
.choseitem {