invitationPolite.wxss 1.5 KB
@import  "../../../wxParse/wxParse/wxParse.wxss";

.list {
  font-size: 26rpx;
  color: #222;
}

.banner_img image {
  width: 100%;
}

.banner_list {
  width: 93%;
  padding: 40rpx 69rpx 51rpx 69rpx;
  background-color: #fff;
  box-shadow: 10px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 16rpx;
  position: relative;
  bottom: 60rpx;
  left: 25rpx;
}

.banner_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.line1, .line2 {
  width: 115rpx;
  height: 3rpx;
  background: linear-gradient(to right, #bbb, #fff);
}

.line2 {
  background: linear-gradient(to right, #fff, #bbb);
}

.title {
  font-size: 30rpx;
  font-weight: bold;
  color: #222;
}

.banner_content {
  font-size: 24rpx;
  color: #222;
  margin-top: 40rpx;
}

.num_box {
  display: flex;
  align-items: baseline;
  color: #ff5757;
}

.num {
  font-size: 48rpx;
}

.content_item {
  padding: 0 27rpx;
}

.content {
  font-size: 24rpx;
  color: #222;
}

.content_character {
  margin-top: 25rpx;
}

.bottom_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 45rpx 0;
}

.btn1 {
  width: 362rpx;
  height: 80rpx;
  font-size: 26rpx;
  color: #333;
  text-align: center;
  line-height: 80rpx;
  background: rgba(255, 218, 68, 1);
  border-radius: 40rpx;
  box-shadow: 15rpx 0rpx 30rpx rgba(255, 204, 68, 0.6);
}
.btn2 {
  width: 242rpx;
  height: 80rpx;
  font-size: 26rpx;
  color: #333;
  text-align: center;
  line-height: 80rpx;
  border-radius: 40rpx;
  border: 1rpx solid #888888;
  margin-left: 45rpx;
}