success.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
  4. * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
  5. * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
  6. */
  7. .success.data-v-8d0e9808 {
  8. text-align: center;
  9. }
  10. .success image.data-v-8d0e9808 {
  11. width: 90px;
  12. height: 90px;
  13. margin: 0 auto;
  14. margin-top: 30%;
  15. }
  16. .success .tip.data-v-8d0e9808 {
  17. font-size: 12px;
  18. font-family: PingFang SC;
  19. font-weight: 400;
  20. line-height: 20px;
  21. color: #282828;
  22. margin-top: 5px;
  23. opacity: 1;
  24. }
  25. .success .text.data-v-8d0e9808 {
  26. font-size: 14px;
  27. font-family: PingFang SC;
  28. font-weight: 400;
  29. line-height: 20px;
  30. margin: 0 40px;
  31. margin-top: 22px;
  32. color: #6C6C6C;
  33. opacity: 1;
  34. text-align: left;
  35. }
  36. .success .back.data-v-8d0e9808 {
  37. width: 108px;
  38. height: 35px;
  39. line-height: 35px;
  40. margin: 0 auto;
  41. margin-top: 50px;
  42. border: 1px solid #707070;
  43. opacity: 1;
  44. border-radius: 21px;
  45. }