forked from gzzfw/frontEnd/gzDyh

dminyi
2024-09-10 644d6d2962d93821c45936fea9557d026673cb4e
gz-wxparty/pages/homePage/index.wxss
@@ -49,11 +49,23 @@
}
.home-image {
  width: 112rpx;
  height: 100rpx;
  position: absolute;
  right: 10rpx;
  bottom: 0;
}
.flex_1 {
  flex: 1;
  color: #fff;
  padding: 12px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
.flex_2 {
@@ -121,7 +133,13 @@
.dt_card_r {
  flex: 1;
  background: #ef6c24;
  width: 184rpx;
  height: 136rpx;
}
.dt_card_r image {
  width: 100%;
  height: 100%;
}
.dt_card_title {
@@ -129,10 +147,12 @@
}
.flex_blue {
  height: 80rpx;
  background: linear-gradient(90deg, #5fa6d4, #3a8ac6 50%, #1a6fb8 100%);
}
.flex_orange {
  height: 80rpx;
  background: linear-gradient(90deg, #ffa940, #fa8c16 50%, #ef6c24 100%);
}
@@ -385,4 +405,43 @@
  padding: 32rpx 0;
  margin: 0 32rpx;
  border-top: 2rpx solid var(--border-color);
}
.AiModal {
  display: flex;
  background-color: #fff;
  flex-direction: column;
  margin: 120rpx 94rpx 0;
  padding: 24rpx 40rpx;
  align-items: center;
  border-radius: 8px;
}
.AiModal image {
  width: 264rpx;
  height: 352rpx;
  margin-bottom: 20rpx;
}
.AiModal-search {
  position: absolute;
  top: 96rpx;
  width: 100%;
  z-index: 991;
}
.AiModal-title {
  font-size: 34rpx;
  line-height: 50rpx;
  color: var(--main-color);
  margin-bottom:24rpx;
}
.AiModal-subTitle {
  color: rgba(23,26,29,0.60);
  text-align: center;
  margin-bottom: 24rpx;
}
.AiModal-button {
  width: 100%;
}