payfinish.wxss 736 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .container {
  2. background-color: #f0f0f0;
  3. color: #1e1e1e;
  4. font-weight: 500;
  5. }
  6. .universalpic_select_on_green_100x100 {
  7. width: 100rpx;
  8. height: 100rpx;
  9. top: 190rpx;
  10. position: fixed;
  11. }
  12. .text1{
  13. font-size: 64rpx;
  14. top:320rpx;
  15. position: fixed;
  16. }
  17. .text2{
  18. position: fixed;
  19. bottom:284rpx;
  20. font-size:28rpx;
  21. color:#B3443B;
  22. text-decoration: underline;
  23. }
  24. .panel1{
  25. position: fixed;
  26. bottom:275rpx;
  27. font-size:36rpx;
  28. font-weight: 400;
  29. }
  30. .universalpic_attention_gray_50x50{
  31. width: 50rpx;
  32. height: 50rpx;
  33. margin-right: 20rpx;
  34. }
  35. .footer{
  36. width: 100%;
  37. height: 140rpx;
  38. position: fixed;
  39. bottom: 0;
  40. line-height: 140rpx;
  41. font-size:48rpx;
  42. color:#fff;
  43. text-align: center;
  44. background-color: #03AF69;
  45. }