SliderVerify.wxss 2.0 KB
/* components/SliderVerify/SliderVerify.wxss */
/* 滑动验证 */
.slide_model {
    width: 100%;
    height: 100vh;
    z-index: 10;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .slide_model>view {
    float: left;
    z-index: 1;
    position: relative;
    width: calc(300px + 60rpx);
    background-color: rgb(255, 255, 255);
    border-radius: 8px
  }
  
  .canvas_img {
    width: 300px;
    height: 150px;
    position: relative;
    background-color: rgb(255, 255, 255);
    float: left;
    margin: 30rpx 30rpx 0;
  }
  
  .canvas_view {
    width: 50px;
    height: 50px;
    position: absolute;
    background: #fff;
    z-index: 2;
  }
  
  .canfile_image {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    z-index: 3;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  }
  
  .canvas_kus {
    width: 40px;
    height: 40px;
    background-color: #fff;
    font-size: 36rpx;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #ddd;
    color: #fff;
  }
  
  .canvas_srinl {
    width: 300px;
    /* height: 104px; */
    height: 150px;
  }
  
  .canvas_width {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    background-color: #1991FA;
    width: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  
  .cuIcon-back_android {
    transform: rotate(180deg);
  }
  
  .canvas_slide {
    width: 300px;
    height: 40px;
    background: #eee;
    text-align: center;
    /* padding-left: 50rpx; */
    line-height: 80rpx;
    float: left;
    margin: 30rpx;
    position: relative;
    font-size: 26rpx;
  }
  
  .canvas_guil {
    width: 100%;
    border-top: 1px solid #f4f4f4;
    height: 80rpx;
    display: flex;
    align-items: center;
    float: left;
    font-size: 35rpx;
    color: #666;
  }
  
  .canvas_guil>view {
    margin-left: 30rpx;
  }