管灌系统农户端微信小程序(嘉峪关应用)
zuoxiao
2024-08-12 19804e37592d2250c551fcf5df1d87cdf551f1d1
pages/home/home.wxss
@@ -217,9 +217,14 @@
  padding-left: 25rpx;
  padding-right: 25rpx;
  padding-top: 15rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 15rpx;
}
.refresh-button:active{
  background-color: #7c7c7c; /* Change to a darker color when pressed */
}
.refresh-view {
  text-align: center;
  padding: 30rpx;
@@ -281,7 +286,7 @@
  margin-left: 20rpx;
}
.t-dialog {
.dialog {
  --td-dialog-content-font-size: 40rpx;
  --td-dialog-content-line-height: 50rpx
}
@@ -311,8 +316,41 @@
  justify-content: center;
}
.item-button:active {
  background-color: #7c7c7c; /* Change to a darker color when pressed */
}
.divider {
  width: 100%;
  margin-top: 2rpx;
  /* background-color: #e0e0e0; */
}
.error-dialog {
  --td-dialog-title-color: red;
  --td-dialog-title-font-size: 40rpx;
}
.scen-view {
  position: absolute;
  /* 添加这行 */
  top: 15rpx;
  /* 根据需要调整距离顶部的距离 */
  right: 30rpx;
  /* 根据需要调整距离右侧的距离 */
  display: flex;
  align-items: center;
  /* 垂直方向居中 */
  justify-content: space-between;
}
.scen-code {
  width: 40rpx;
  height: 40rpx;
}
.scen-view text {
  font-size: 30rpx;
  color: #ffffff;
}