jiangping
2024-07-30 918bbf3afade9011ca666ba0680e3f79039a0ce7
wechat_staff/pages/login/index.wxss
@@ -66,7 +66,7 @@
  position: relative;
}
.modal .content {
  height: calc(100vh - 460rpx);
  height: calc(100% - 180rpx);
  overflow: auto;
  margin-bottom: 20rpx;
}
@@ -75,6 +75,7 @@
  padding: 20rpx 0rpx;
  width: 100%;
  z-index: 999;
  bottom: 12rpx;
  border-top: 1px solid #e5e5e5;
}
.modal .btns .reject {
@@ -84,10 +85,11 @@
  color: #999999;
  text-align: center;
  margin-top: 30rpx;
  height: 60rpx;
}
.modal .btns .agree {
  width: 670rpx;
  height: 88rpx;
  height: 90rpx;
  background: #B08771;
  border-radius: 8rpx;
  display: flex;