index.wxss 897 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. }
  11. .one_l {
  12. width: 25%;
  13. float: left;
  14. }
  15. .one_r {
  16. width: 70%;
  17. float: left;
  18. }
  19. .icon {
  20. height: 50px;
  21. width: 50px;
  22. padding: 12px;
  23. }
  24. .text1 {
  25. margin: 10px 0 10px 0;
  26. }
  27. .text2 {
  28. margin: 0 0 8px 0;
  29. font-size: 14px;
  30. color: #666;
  31. }
  32. .btn {
  33. width: 100%;
  34. }
  35. .btn1 {
  36. width: 80px !important;
  37. height: 30px !important;
  38. background-color: rgba(136, 136, 136, 0.4);
  39. border-radius: 30px;
  40. color: #5e5e5e;
  41. margin:4px 0px 4px -45px;
  42. }
  43. .btn2 {
  44. width: 80px !important;
  45. height: 30px !important;
  46. background-image: linear-gradient(to right, #f43f3f, #ce4bd2);
  47. border-radius: 30px;
  48. color: #ffffff;
  49. text-align: center;
  50. margin: 4px 0 4px 100px;
  51. }