app.wxss 758 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. /**app.wxss**/
  2. .container {
  3. height: 100%;
  4. font-family: PingFangSC-Medium;
  5. padding: 0 38rpx;
  6. }
  7. .clearfix::after {
  8. visibility: hidden;
  9. display: block;
  10. font-size: 0;
  11. content: " ";
  12. clear: both;
  13. height: 0;
  14. }
  15. .fl-left {
  16. float: left;
  17. }
  18. .fl-right {
  19. float: right;
  20. }
  21. .open-button {
  22. border: none;
  23. background: none;
  24. margin: 0;
  25. padding: 0;
  26. }
  27. .open-button::after {
  28. width: 0;
  29. height: 0;
  30. }
  31. button.btn-big {
  32. margin: 0 auto 60rpx;
  33. width: 670rpx;
  34. height: 90rpx;
  35. background: #0091ff;
  36. border-radius: 45rpx;
  37. line-height: 90rpx;
  38. font-size: 32rpx;
  39. box-shadow: 0 20rpx 40rpx 0 RGBA(0, 148, 255, 0.3);
  40. font-family: PingFangSC;
  41. font-weight: 400;
  42. color: rgba(255, 255, 255, 1);
  43. }
  44. button.btn-big::after {
  45. border: none;
  46. }