paymentSuccessed.ttss 4.8 KB
/*********************alert*************************/ 
.drawer_screenBG {
  width: 100%;  
  height: 100%;  
  position: fixed;  
  background: #000;  
  opacity: 0.5;  
}

.drawer_screen { 
  width: 100%;  
  height: 100%;  
  position: fixed;  
  z-index: 1000;  
  overflow: hidden;  
  justify-content: center;
  display: flex;
  align-items: center;
}

.drawer_screen .drawer_box { 
  width: 545rpx;
  height: 444rpx;
  overflow: hidden; 
  justify-content: center; 
  display: flex;
  align-items: center;  
} 

.drawer_screen .drawer_box .dismissImage{
   width: 60rpx;
   height: 60rpx;
   position: absolute;
   top: 0rpx;  
   right: 0rpx;
}

.drawer_screen .drawer_box .drawer_box_backImage{
   width: 485rpx;
   height: 384rpx; 
   position: absolute;
   top: 30rpx;  
   left: 30rpx;
   background: gray; 
}

.drawer_screen .drawer_box .drawer_box_backImageButton{
   width: 485rpx;
   height: 384rpx; 
   position: absolute;
   top: 30rpx;  
   left: 30rpx;
   opacity: 0;  
}


/*********************end*************************/ 

.tip {
   width: 100%;
   height: 60rpx;
   background-color: #FC7A7F;
   flex-direction:row;
   display: flex;
   align-items: center;
}
.tip .icon{
   width:30rpx;
   height: 40rpx;
   margin-left: 5%;
}
.tip .detailText{
    max-width: 90%;
    height: 40rpx;
    font-family: PingFang SC;
    font-size: 24rpx;
    color: white;
    margin-left: 1%;
    line-height:40rpx;
    white-space: nowrap;
    text-overflow:ellipsis; 
    display: block;
    overflow: hidden;
}
.detail {
   width: 100%;
   background-color: white;
   margin-top: 50rpx;
   align-items: center;
   display: flex;
   flex-direction:column;
}

.detail .sucIcon {
   width: 150rpx;
   height: 150rpx;
}

.detail .sucText {
   width: 100%;
   height: 60rpx;
   align-items: center;
   background-color: white;
   font-family: PingFang SC;
   font-size: 20px;
   color: #D0091B;
   text-align: center; 
   margin-top: 20rpx;
}

.detail .sucDetailText {
   width: 100%;
   height: 40rpx;
   align-items: center;
   background-color: white;
   font-family: PingFang SC;
   font-size: 24rpx;
   color: #e0e0e0;
   text-align: center; 
   margin-top: 10rpx;
}

.detail .cell {
   width: 690rpx;
   height: 70rpx;
   display: flex;
   align-items: center;
   flex-direction: row;
   justify-content: space-between;
}

.detail .cell .cellName{
   font-size: 28rpx;
   line-height: 49rpx;
   color: #444444;
   font-family: PingFang SC Light;
}

.detail .cell .cellDetail{
   font-size: 28rpx;
   line-height: 49rpx;
   color: #444444;
   font-family: PingFang SC Light;
}
.detail .middletTip {
   width: 690rpx;
   height: 60rpx;
   display: flex;
   align-items: center;
   flex-direction: row;
}

.detail .middletTip .middletTipIcon{
   width: 30rpx;
   height: 30rpx;
}

.detail .middletTip .middletTipText{
   font-size: 22rpx;
   color: #444444;
   line-height: 49rpx;
   font-family: PingFang SC Light;
   margin-left: 10rpx;
}

.detail .buttonView {
   width: 100%;
   height: 120rpx;
   justify-content: space-around;
   flex-direction:row;
   display: flex;
   align-items: center;
   margin-top: 10rpx;
}

.detail .buttonView .button1{
   width: 40%;
   height: 60rpx;
   justify-content: center;
   display: flex;
   border:1px solid;
   border-color: black; 
   border-radius: 9rpx;
}

.detail .buttonView .button2{
   width: 40%;
   height: 60rpx;
   justify-content: center;
   display: flex;
   border:1px solid;
   border-color: black; 
   border-radius: 9rpx;
}

.detail .buttonView .button1 .buttonText1
{
   font-family: PingFang SC;
   font-size: 14px;
   color: black;
   text-align: center; 
   line-height: 60rpx;
   overflow: hidden;
}

.detail .buttonView .button2 .buttonText2
{
   font-family: PingFang SC;
   font-size: 14px;
   color: black;
   text-align: center; 
   line-height: 60rpx;
   overflow: hidden;
}
.adView {
   width: 690rpx;
   /* margin-top: 30rpx; */
   height: 234rpx;
   background: white; 
   display: flex;
   margin-left: 30rpx;
}
.adView .ad{
   width: 100%;
   height: 100%; 
}

.adView  .adButton{
   width: 750rpx;
   height: 234rpx;
   position: absolute; 
   opacity: 0;  
   background: gray;
}

.line {
   width: 100%;
   height: 2rpx;
   background: #f0f0f0;
   margin-top: 20rpx;
}

.swiper-box .wx-swiper-dots.wx-swiper-dots-horizontal{
     margin-bottom: 2rpx;
     background: #b0b0b0;
     padding-left: 8rpx;
     padding-right: 8rpx;
     border-radius: 24rpx;
     height: 24rpx;
     display: flex;
    flex-direction: row;
    align-items: center;
}
.swiper-box .wx-swiper-dot{
    width:16rpx;
    display: inline-flex;
    height: 16rpx;
    border-radius: 16rpx;
    /* margin-left: 10rpx; */
    justify-content:space-between;
}
.swiper-box .wx-swiper-dot::before{
    content: '';
    flex-grow: 1; 
    background: #d7d7d7;
    border-radius: 8rpx
}
.swiper-box .wx-swiper-dot-active::before{
    background:white;   
}