invitationPolite.wxss 2.1 KB
@import  "../../../wxParse/wxParse/wxParse.wxss";
page{
        width: 100%;
        height: 100%;
}
.page{
         width: 100%;
        height: 100%;
}
.page.active{
        overflow-y: hidden
}

.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;
}
/*面对面邀请弹框*/
.face_mask_share{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.7);
        z-index: 99
}
.face_share_diceng{
        width: 700rpx;
        height: 780rpx;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        background: #fff
}
.face_share_diceng image{
        width: 100%;
        height: 100%
}