index.wxss 995 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. /* width: 50px; */
  27. }
  28. .text2 {
  29. margin: 0 0 8px 0;
  30. font-size: 14px;
  31. color: #666;
  32. }
  33. .btn {
  34. width: 100%;
  35. }
  36. .btn1 {
  37. width: 80px !important;
  38. height: 30px !important;
  39. background-color: rgba(136, 136, 136, 0.4);
  40. border-radius: 30px;
  41. color: #5e5e5e;
  42. margin:4px 0px 4px -45px;
  43. }
  44. .btn2 {
  45. width: 80px !important;
  46. height: 30px !important;
  47. background-image: linear-gradient(to right, #f43f3f, #ce4bd2);
  48. border-radius: 30px;
  49. color: #ffffff;
  50. text-align: center;
  51. margin: 4px 0 4px 100px;
  52. }
  53. .text3{
  54. font-size: 12px;
  55. margin: 0 0 0 20px;
  56. color: #f18080;
  57. }