sureload.wxss 1.7 KB
@import '../preview/preview.wxss';
/* @import '../teachplan/teachplanlistdetail/teachplanlistdetail.wxss'; */


.downandsave{
  width:686rpx;
  height:68rpx;
  background:linear-gradient(90deg,rgba(14,77,140,1),rgba(31,92,153,1));
  box-shadow:0rpx 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: 68rpx;
}
.swiper_item_img{
  position: relative
}
.headlogolimg{
  width:160rpx;
  height:55rpx;
  font-size: 0;
  position: absolute;
  right:0;
  top:0;
  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;
      
      
  }

  .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;
    flex-direction: column;
    justify-content: center;
    align-items: center
  }
  .savesuccess{
    color:#333;
    font-size: 30rpx;
    font-weight: bold;
    text-align: center;
    margin-top: 37rpx;
    padding: 0 32rpx;
  }

  .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; 
  }