管灌系统农户端微信小程序(嘉峪关应用)
zuoxiao
2024-06-13 5dc54a59184b305a85aaad31dd4cce01b31a8a2d
pages/rechargeMoney/rechargMoney.wxss
@@ -29,7 +29,7 @@
  height: 20vh; 
  display: flex; 
  justify-content: space-around; 
  margin-top: 20rpx;
  margin-top: 40rpx;
 
.row { 
@@ -43,15 +43,44 @@
  width: 100%; 
  height: 10vh; 
  margin-left: 20rpx; 
  margin-top: 30rpx;
  margin-top: 10rpx;
  margin-right: 20rpx; 
  margin-bottom: 10rpx;
  display: flex; 
  align-items: center; 
  justify-content: center; 
 
.itemactive {
  background-color: #1890FF;
  border-radius: 5px;
  width: 100%;
  height: 10vh;
  margin-left: 20rpx;
  margin-top: 10rpx;
  margin-right: 20rpx;
  margin-bottom: 10rpx;
  display: flex;
  align-items: center;
  justify-content: center;
}
.itemList {
  background-color: #fff;
  border-radius: 5px;
  margin-left: 20rpx;
  margin-top: 10rpx;
  margin-right: 20rpx;
  margin-bottom: 0rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30rpx 20rpx;
}
.item text { 
  color: #2D8BF7;
  color: #1890FF;
 
.money-number { 
@@ -63,18 +92,7 @@
  margin-left: 5rpx; 
 
.itemactive {
  background-color: #2D8BF7;
  border-radius: 5px;
  width: 100%;
  height: 10vh;
  margin-top: 30rpx;
  margin-left: 20rpx;
  margin-right: 20rpx;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.itemactive text { 
  color: #fff; 
@@ -97,6 +115,7 @@
  align-items: center; 
  width: 100%; 
.rechage-view text { 
  font-size: 30rpx; 
  padding-top: 10rpx; 
@@ -104,26 +123,17 @@
 
.rechageList-view { 
  margin-top: 40rpx;
  width: 50%;
  background-color: #fff;
  display: flex; 
  margin-left: 20rpx;
  margin-right: 20rpx;
  align-items: center;
  justify-content: center;
  margin-top: 30rpx;
  border-radius: 90px;
  border: 2px solid #2D8BF7;
  /* 添加蓝色的边框 */
  padding-top: 15rpx;
  padding-bottom: 15rpx;
  flex: 1;
  width: 100%;
  flex-direction: column;
  margin-top: 10rpx;
 
.rechage { 
  display: flex; 
  width: 80%; 
  background-color: #2D8BF7;
  background-color: #1890FF;
  align-items: center; 
  justify-content: center; 
  padding-top: 15rpx; 
@@ -144,12 +154,29 @@
  border-radius: 90px; 
 
.rechageactive text {
.rechage-text {
  color: #fff; 
  font-size: 40rpx;
 
.rechage text {
  color: #fff;
.rechageList-view-head {
  color: #2D8BF7;
  border-radius: 5px 5px 0 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  /* 垂直方向居中 */
  justify-content: space-between;
  /* 子元素在主轴上的对齐方式 */
  padding: 10px;
  /* 容器的内边距 */
  margin-left: 20rpx;
  margin-right: 20rpx;
  margin-top: 20rpx;
  text-align: center;
  flex-direction: column;
}
.item-card-text {
  font-size: 35rpx;
}