index.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. }
  5. .back {
  6. width: 40rpx;
  7. height: 40rpx;
  8. left: 15px;
  9. width: 40rpx;
  10. height: 40rpx;
  11. }
  12. .onea{
  13. font-weight: 600;
  14. position: absolute;
  15. top: -13%;
  16. left: 2%;
  17. }
  18. .line{
  19. margin: 0 auto;
  20. height: 1px;
  21. margin-left: -10px;
  22. margin-right: 10px;
  23. background-color: #D8D8D8;
  24. }
  25. .main .one {
  26. position: relative;
  27. text-align: left;
  28. font-size: 25px;
  29. font-weight: 500;
  30. margin-left: 30px;
  31. margin-top: 120px;
  32. margin-bottom: 85px;
  33. }
  34. .word{
  35. margin-bottom: 10px;
  36. }
  37. .main .two {
  38. position: relative;
  39. text-align: center;
  40. }
  41. .main .two .content {
  42. margin: 0 0 30px 30px;
  43. }
  44. .main .two .save {
  45. margin: 100px 10px;
  46. text-align: center;
  47. }
  48. .input{
  49. text-align: left;
  50. width: 30%;
  51. font-size: 13px;
  52. }
  53. .button{
  54. width: 300px !important;
  55. background-color: rgb(102, 177, 247);
  56. background-image: linear-gradient(to right, rgb(122, 69, 206) , rgb(0, 162, 255));
  57. border-radius: 30px;
  58. color:#ffffff;
  59. text-align: center;
  60. font-size: small;
  61. }
  62. .left1{
  63. float: left;
  64. width: 30%;
  65. text-align: left;
  66. font-size: 13px;
  67. }
  68. .right1{
  69. float: left;
  70. width: 70%;
  71. text-align: center;
  72. font-size: 13px;
  73. }