jiangping
2024-07-26 2faa6546a9f9ddb29f81cbc9770fc25b95703695
wechat_staff/pages/login/index.wxss
@@ -4,7 +4,6 @@
  border-radius: 50%;
  margin: 130rpx auto 30rpx;
}
.home_title {
  font-weight: 500;
  font-size: 40rpx;
@@ -61,7 +60,38 @@
  flex: 1;
}
.modal {
  width: 600rpx;
  min-height: 600rpx;
  padding: 30rpx;
  width: 100%;
  height: calc(100vh - 200rpx);
  padding: 40rpx;
  position: relative;
}
.modal .content {
  height: calc(100vh - 460rpx);
  overflow: auto;
  margin-bottom: 20rpx;
}
.modal .btns {
  position: fixed;
  padding: 20rpx 0rpx;
  width: 100%;
  z-index: 999;
  border-top: 1px solid #e5e5e5;
}
.modal .btns .reject {
  width: 670rpx;
  font-weight: 500;
  font-size: 32rpx;
  color: #999999;
  text-align: center;
  margin-top: 30rpx;
}
.modal .btns .agree {
  width: 670rpx;
  height: 88rpx;
  background: #B08771;
  border-radius: 8rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}