termsOfService.wxss 763 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .clausePopup {
  2. position: fixed;
  3. left: 0;
  4. right: 0;
  5. top: 0;
  6. bottom: 0;
  7. background: rgba(0,0,0,0.7);
  8. display: flex;
  9. justify-content: center;
  10. align-items: center;
  11. flex-direction: column;
  12. }
  13. .btn-rechargeNow {
  14. width: 328rpx;
  15. height: 70rpx;
  16. line-height: 70rpx;
  17. text-align: center;
  18. background-color: #fe7124;
  19. background: linear-gradient(to right, #ff7a21 0%, #feb25a 100%);
  20. text-align: center;
  21. color: #fff;
  22. border-radius: 16rpx;
  23. margin: 0 auto;
  24. margin-top: 40rpx;
  25. }
  26. .clauseList {
  27. height: 65%;
  28. width: 80%;
  29. background: #fff;
  30. border-radius: 20rpx;
  31. font-size: 30rpx;
  32. color: #999;
  33. padding: 0 3%;
  34. line-height: 1.5;
  35. }
  36. .clauseList .title {
  37. font-size: 34rpx;
  38. color: #000;
  39. text-align: center;
  40. margin: 30rpx 0;
  41. }