ly.css 1.7 KB

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