add.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
  4. * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
  5. * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
  6. */
  7. .add.data-v-8099e142 {
  8. height: 100%;
  9. background-image: url(/static/images/add-bg.png);
  10. background-size: 100%;
  11. background-repeat: no-repeat;
  12. }
  13. .add .form.data-v-8099e142 {
  14. margin: 0 28px;
  15. margin-top: 190px;
  16. }
  17. .add .form .item.data-v-8099e142 {
  18. padding: 18px 20px;
  19. background-color: #edf4e4;
  20. opacity: 1;
  21. border-radius: 8px;
  22. display: flex;
  23. align-items: center;
  24. margin-bottom: 15px;
  25. }
  26. .add .form .item .label.data-v-8099e142 {
  27. font-size: 16px;
  28. font-family: PingFang SC;
  29. font-weight: bold;
  30. line-height: 20px;
  31. color: #282828;
  32. opacity: 1;
  33. }
  34. .add .form .item .right.data-v-8099e142 {
  35. text-align: right;
  36. flex: 1;
  37. font-size: 12px;
  38. font-family: PingFang SC;
  39. font-weight: 400;
  40. line-height: 20px;
  41. color: #282828;
  42. opacity: 0.42;
  43. }
  44. .add .form .item .right .no.data-v-8099e142 {
  45. font-size: 12px;
  46. font-family: PingFang SC;
  47. font-weight: 400;
  48. line-height: 20px;
  49. color: #282828;
  50. opacity: 0.42;
  51. }
  52. .add .form .save.data-v-8099e142 {
  53. height: 56px;
  54. background: #3B7653;
  55. opacity: 1;
  56. border-radius: 8px;
  57. line-height: 56px;
  58. text-align: center;
  59. font-size: 18px;
  60. margin-top: 63px;
  61. font-family: PingFang SC;
  62. font-weight: bold;
  63. color: #FFFFFF;
  64. opacity: 1;
  65. }