paymentSuccessed.wxss 3.29 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: red;
   text-align: center; 
   margin-top: 20rpx;
}

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

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

.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: 100%;
   /* margin-top: 30rpx; */
   height: 234rpx;
   background: gray; 
   display: flex;
}
.adView .ad{
   width: 100%;
   height: 234rpx; 
}

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