index.css 1004 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. .quan_container {
  2. background-image: url("https://img.shuimuai.com/web/index_item_quan.png");
  3. background-position: center;
  4. background-size: 100% 100%;
  5. width: 340px;
  6. height: 115px;
  7. margin: 10px auto;
  8. }
  9. .quan_container_gray {
  10. background-image: url("https://img.shuimuai.com/web/quan_huise.png");
  11. background-position: center;
  12. background-size: 100% 100%;
  13. width: 340px;
  14. height: 115px;
  15. margin: 10px auto;
  16. }
  17. /*标题*/
  18. .title {
  19. font-size: 15px;
  20. font-weight: 400;
  21. color: #030000;
  22. line-height: 24px;
  23. }
  24. /*子标题*/
  25. .sub-title {
  26. font-size: 10px;
  27. font-weight: 400;
  28. color: #030000;
  29. line-height: 24px;
  30. }
  31. /*分钟数*/
  32. .time {
  33. font-size: 36px;
  34. font-weight: 400;
  35. color: #030000;
  36. line-height: 24px;
  37. }
  38. /*分钟二字*/
  39. .time_text {
  40. font-size: 12px;
  41. font-weight: 400;
  42. color: #030000;
  43. line-height: 24px;
  44. }
  45. /*领取二字*/
  46. .get_ticket_text {
  47. font-size: 18px;
  48. font-weight: 400;
  49. color: #FFFFFF;
  50. line-height: 24px;
  51. margin: 45px 0px;
  52. }
  53. .quan_list {
  54. }