index.wxss 1015 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. background-color: #eeeeee;
  5. padding: 10px 0 0 0;
  6. }
  7. .one {
  8. margin: 0 12px 10px 12px;
  9. background-color: #fff;
  10. height: 96px;
  11. }
  12. .two {
  13. background-color: #fff;
  14. }
  15. .two_l {
  16. width: 70%;
  17. float: left;
  18. margin: 10px 0 0 12px;
  19. }
  20. .two_r {
  21. width: 20%;
  22. float: left;
  23. padding: 13px 0 0 0;
  24. }
  25. .icon {
  26. height: 50px;
  27. width: 50px;
  28. padding: 12px;
  29. }
  30. .text1 {
  31. margin: 10px 0 10px 0;
  32. }
  33. .text2 {
  34. margin: 0 0 8px 0;
  35. font-size: 14px;
  36. color: #666;
  37. }
  38. .btn1 {
  39. width: 70px !important;
  40. height: 30px !important;
  41. background-color: rgba(136, 136, 136, 0.4);
  42. border-radius: 30px;
  43. color: #5e5e5e;
  44. }
  45. .btn2 {
  46. width: 70px !important;
  47. height: 30px !important;
  48. background-image: linear-gradient(to right, #f43f3f, #ce4bd2);
  49. border-radius: 30px;
  50. color: #ffffff;
  51. text-align: center;
  52. margin: 10px 0 0 0;
  53. }
  54. .text3 {
  55. font-size: 12px;
  56. margin: 0 0 0 20px;
  57. color: #f18080;
  58. }