paymentPopup.wxss 506 B

1234567891011121314151617181920212223242526272829303132333435
  1. .content{
  2. background: #fff;
  3. width: 70%;
  4. position: relative;
  5. top: 0;
  6. bottom: 0;
  7. right: 0;
  8. left: 0;
  9. margin: 40% auto auto;
  10. border-radius: 20rpx;
  11. font-size: 28rpx;
  12. text-align: center;
  13. padding: 30rpx;
  14. }
  15. .article{
  16. }
  17. .red{
  18. color: #ee3a43;
  19. }
  20. .article .title{
  21. font-weight: bold;
  22. margin-bottom: 15rpx;
  23. }
  24. .btns{
  25. margin-top: 40rpx;
  26. display: flex;
  27. flex-direction: row;
  28. align-items: center;
  29. justify-content: space-between;
  30. }
  31. .btns button{
  32. font-size: 30rpx;
  33. line-height: 2;
  34. }