preview.wxss 3.4 KB

.swiper_image {
  width:661rpx;
  height:1000rpx;
  font-size:0;
  margin:30rpx auto 0;
  position:relative;

}
.swiper_item_img{
   width:661rpx;
    height:1000rpx;
}
.swiper_item_img swiper-item {
    width:661rpx;
    height:1000rpx;

}
.swiper_item_img swiper-item image{
  width:100%;
  height:100%;
}
.dots{
    /* width: 156rpx; */
    height: 36rpx;
    display: flex;
    justify-content: center;
    /* flex-direction: row; */
    align-items: cneter;

    position: absolute;
    left:0;
    right:0;
    /* left: 320rpx; */
    /* left:0; */
    /* right:0; */
    bottom: 20rpx;
}
/*未选中时的小圆点样式 */
.dot{
    width: 15rpx;
    height: 15rpx;
    border-radius: 50%;
    margin-left:10rpx;
    /* margin-right: 26rpx; */
    background-color:#E9E9E9;
}

.active{
    width:15rpx;
    height: 15rpx;
    border-radius:50%;
    background-color: #155392;
   

}

.previewbottom{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-top:60rpx;
  padding: 0 32rpx;
  position: absolute;
  bottom:48rpx;
  left:0;
  right:0;

}

.continue{
  width:320rpx;
  height:60rpx;
  background:linear-gradient(90deg,rgba(14,77,140,1),rgba(31,92,153,1));
  box-shadow:0px 4rpx 16rpx 0rpx rgba(14,77,140,0.4), 0px 2px 6px 0px rgba(52, 209, 131, 0.35);
  border-radius:30rpx;
  color:#fff;
  font-size: 30rpx;
  text-align: center;
  line-height: 60rpx;
}
.swiper_item_img{
  position: relative
}
.headlogolimg{
  width:91rpx;
  height:91rpx;
  font-size: 0;
  position: absolute;
  right:10rpx;
  top:10rpx;
  z-index: 100;
}
.headlogolimg image{
  width:100%;
  height:100%;
}

.register{
    width: 100%;
    height: 100%;
    background-color: transparent;
    position:fixed;
    top:0rpx;
    left:0;
    right:0;
    bottom:0rpx;
    z-index: 5;

}
 .setlogolwrap{
      width:750rpx;
      height:100%;
      background: #ffffff;
      
      position: absolute;
      z-index: 6;
      /*left:0.4rem;*/
      /*top: 3rem;*/
      top:0rpx;
      
      
  }
  .setlogolimg{
    width:248rpx;
    height:248rpx;
    font-size: 0;
    margin: 72rpx auto 97rpx;
  }
  .setlogolwrapitem{
    width:500rpx;
    height:700rpx;
    position: absolute;
    background:rgba(255,255,255,1);
    box-shadow:0px 4px 20px 0px rgba(173,173,173,0.1);
    top:50%;
    left:50%;
    transform: translate(-50%,-50%)
  }

  .savelogol{
    width:400rpx;
    height:360rpx;
    background:rgba(255,255,255,1);
    box-shadow:0px 1rpx 30rpx 0rpx rgba(62,62,62,0.1);
    border-radius:30rpx;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    display:flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;

  }
  .gosee{
    width:200rpx;
    height:50rpx;
    background:rgba(30,91,152,1);
    border-radius:10rpx;
    color:#fff;
    font-size: 30rpx;
    text-align: center;
    line-height: 50rpx;
    margin:42rpx auto 0; 
   
  }
  .downsee{
    margin-left:40rpx;
  }
  .downlist{
  display:flex;
  justify-content: center
}

.canceldowm{
    width:200rpx;
    height:50rpx;
    border:1rpx solid rgba(30,91,152,1);
    border-radius:10rpx;
    color:rgba(30,91,152,1);
    font-size: 30rpx;
    text-align: center;
    line-height: 50rpx;
    margin:42rpx auto 0; 
}
.downwrap{
  width:512rpx;
}
  .savesuccess{
    color:#333;
    font-size: 30rpx;
    font-weight: bold;
    text-align: center;
    margin-top: 37rpx;
    padding: 0 32rpx;
  }