change_pwd.wxss 680 B

123456789101112131415161718192021222324
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
  4. * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
  5. * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
  6. */
  7. .change.data-v-f59665fe {
  8. padding: 0 20px;
  9. margin-top: 10px;
  10. background-color: #fff;
  11. }
  12. .change .submit.data-v-f59665fe {
  13. height: 45px;
  14. width: 60%;
  15. line-height: 45px;
  16. margin: 0 auto;
  17. margin-top: 100px;
  18. background-color: #D12727;
  19. text-align: center;
  20. color: #fff;
  21. border-radius: 22px;
  22. font-size: 16px;
  23. }