index.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. background-color: #ffffff;
  5. }
  6. .main .one {
  7. float: left;
  8. width: 100%;
  9. padding: 30% 0 0 0;
  10. margin: 0 0 50px 0;
  11. }
  12. .main .one view {
  13. padding: 0 30px;
  14. font-size: 25px;
  15. }
  16. .main .one view:nth-child(1) {
  17. margin: 0 0 10px 0;
  18. }
  19. .main .two {
  20. float: left;
  21. width: 100%;
  22. }
  23. .main .two .content {
  24. margin: 0 30px 10px 30px;
  25. border-bottom: 1px solid #f1f1;
  26. padding: 5px 0;
  27. }
  28. .main .two .content input {
  29. font-size: 12px;
  30. color: #666;
  31. }
  32. .main .two .content .picker {
  33. font-size: 12px;
  34. color: #666;
  35. }
  36. .main .two .btn .btn_1 {
  37. text-align: right;
  38. padding: 0 18px 0 0;
  39. }
  40. .main .two .btn .btn_1 button {
  41. background: transparent;
  42. font-size: 13px;
  43. color: #409eff;
  44. }
  45. .main .two .btn .btn_2 {
  46. text-align: center;
  47. margin: 50px 0 10px 0;
  48. }
  49. .main .two .btn .btn_2 button {
  50. width: 80%;
  51. border-radius: 25px;
  52. color: #ffffff;
  53. background-color: rgb(102, 177, 247);
  54. background-image: linear-gradient(to right, rgb(122, 69, 206), rgb(0, 162, 255));
  55. }
  56. .main .two .btn .btn_3 {
  57. text-align: center;
  58. }
  59. .main .two .btn .btn_3 button {
  60. background-color: transparent;
  61. color: #ff0000;
  62. }