index.wxss 936 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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;
  9. background-color: #fff;
  10. }
  11. .logo {
  12. height: 50px;
  13. width: 45px;
  14. padding: 12px;
  15. }
  16. .text1 {
  17. position: relative;
  18. left: 10px;
  19. top: -45px;
  20. }
  21. .text2 {
  22. position: relative;
  23. left: -23px;
  24. top: -10px;
  25. }
  26. /* .btnl{
  27. width: 50%;
  28. float: left;
  29. }
  30. .btnr{
  31. width: 50%;
  32. float: left;
  33. } */
  34. .btn1 {
  35. position: relative;
  36. left: 50px;
  37. top: 5px;
  38. width: 80px !important;
  39. background-image: linear-gradient(to right, #6c51fb, #1262fe);
  40. border-radius: 30px;
  41. color: #ffffff;
  42. font-size: small;
  43. }
  44. .btn2 {
  45. position: relative;
  46. top: -31px;
  47. left: 225px;
  48. width: 80px !important;
  49. background-image: linear-gradient(to right, #6c51fb, #1262fe);
  50. border-radius: 30px;
  51. color: #ffffff;
  52. text-align: center;
  53. font-size: small;
  54. }