index.wxss 981 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. .logo {
  12. height: 50px;
  13. width: 50px;
  14. padding: 12px;
  15. }
  16. .text1 {
  17. position: relative;
  18. left: 10px;
  19. top: -45px;
  20. }
  21. .text2 {
  22. position: relative;
  23. left: -70px;
  24. top: -10px;
  25. font-size: 14px;
  26. color: #666;
  27. }
  28. .btn1 {
  29. position: relative;
  30. left: 50px;
  31. top: -4px;
  32. width: 80px !important;
  33. height: 30px !important;
  34. background-color: rgba(136, 136, 136, 0.4);
  35. border-radius: 30px;
  36. color: #5e5e5e;
  37. font-size: 14px;
  38. margin: 4px 0 4px 0;
  39. }
  40. .btn2 {
  41. position: relative;
  42. top: -4px;
  43. left: 140px;
  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. font-size: 14px;
  51. margin: 4px 0 4px 0;
  52. }