app.wxss 494 B

123456789101112131415161718192021222324252627282930313233343536
  1. /**app.wxss**/
  2. .sg-bg {
  3. width: 100%;
  4. position: fixed;
  5. top: 0;
  6. left: 0;
  7. z-index: -1;
  8. }
  9. .sg-pad-top {
  10. padding-top: 30rpx;
  11. }
  12. .sg-pad-lg {
  13. padding: 50rpx;
  14. box-sizing: border-box;
  15. }
  16. .sg-center {
  17. text-align: center;
  18. }
  19. .sg-primary-color {
  20. color: #195ED7;
  21. }
  22. .sg-bold {
  23. font-weight: bold;
  24. }
  25. .sg-bottom-border {
  26. border-bottom: 1px solid #ebedf0;
  27. }
  28. .sg-margin-top {
  29. margin-top: 50rpx;
  30. }
  31. .sg-wechat-btn {
  32. background-color: transparent;
  33. }
  34. .sg-wechat-btn:after {
  35. border: none;
  36. }