ly.css 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. .f16-w500-c151515 {
  2. font-size: 16px !important;
  3. font-weight: 500 !important;
  4. color: #151515 !important;
  5. font: Source Han Sans SC;
  6. }
  7. .w194-h34 {
  8. width: 194px !important;
  9. height: 34px !important;
  10. }
  11. .apps-tit {
  12. font-size: 16px !important;
  13. font-weight: 500 !important;
  14. color: #151515 !important;
  15. margin-right: 5px
  16. }
  17. .apps-titbox {
  18. text-align: left;
  19. }
  20. .apps-num {
  21. font-size: 32px !important;
  22. font-weight: 500 !important;
  23. color: #151515 !important;
  24. display: block;
  25. }
  26. .apps-numbox {
  27. height: 80px;
  28. text-align: left;
  29. display: flex;
  30. align-items: end;
  31. padding-bottom: 5px;
  32. }
  33. .apps-numbox-n {
  34. height: 80px;
  35. text-align: left;
  36. display: flex;
  37. }
  38. .apps-right-line {
  39. position: absolute;
  40. top: 30px;
  41. right: 0;
  42. background-color: #e5e5e5;
  43. width: 1px;
  44. height: 60px;
  45. }
  46. .apps-buyBtn {
  47. width: 100px !important;
  48. height: 36px;
  49. font-size: 16px !important;
  50. font-weight: 500 !important;
  51. margin-top: 40px !important;
  52. }
  53. .apps-buyBtn-font {
  54. transform: translate(1px, 3px);
  55. display: inline-block;
  56. }
  57. .app-bloder-btn{
  58. width: 70px;
  59. height: 34px;
  60. display: inline-block;
  61. margin-left: 10px;
  62. background-color: #fff;
  63. color: #2168F8;
  64. border: 1px solid #2168F8;
  65. border-radius: 4px;
  66. text-align: center;
  67. line-height: 32px;
  68. font-weight: 500;
  69. cursor: pointer;
  70. }
  71. .app-bloder-btn::before{
  72. content: '' !important;
  73. }