paySuccess.acss 863 Bytes
Newer Older
liang ce committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
.paymentDetails{
  width: 686rpx;
  height: 692rpx;
  margin-left: 32rpx;
  margin-top: 40rpx;
  padding-top: 72rpx;
  background-image: url('./../../assets/paySuccessBg.png');
  background-size: 686rpx;
  background-repeat: no-repeat;
  text-align: center;
}
.paymentDetails image{
  width: 160rpx;
  height: 160rpx;
}
.paymentDetails>view:nth-of-type(2){
  margin-top: 40rpx;
}
.payMsg{
  margin-top: 180rpx;
  padding: 0 40rpx;
  font-size: 32rpx;
}
.payMsg view{
  display: flex;
}
.payMsg view:nth-of-type(1){
  margin-bottom: 40rpx;
}
.payMsg view text:nth-of-type(1){
  width: 156rpx;
  opacity: .5;
  color: #030303;
  text-align: left;
}
.payMsg view text:nth-of-type(2){
  flex: 1;
  text-align: right;
}
.clickSure{
  margin: 40rpx auto;
  width: 750rpx;
  padding-left: 32rpx;
}
.clickSure button{
  display: block;
  width: 686rpx;
  height: 88rpx;
}