app.scss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. @import '~@/uni.scss';
  2. /* start--演示页面使用的统一样式--start */
  3. .u-demo {
  4. padding: 25px 20px;
  5. }
  6. .u-demo-wrap {
  7. border-width: 1px;
  8. border-color: #ddd;
  9. border-style: dashed;
  10. background-color: rgb(250, 250, 250);
  11. padding: 20px 10px;
  12. border-radius: 3px;
  13. }
  14. .u-demo-area {
  15. text-align: center;
  16. }
  17. .u-no-demo-here {
  18. color: $u-tips-color;
  19. font-size: 13px;
  20. }
  21. .u-demo-result-line {
  22. border-width: 1px;
  23. border-color: #ddd;
  24. border-style: dashed;
  25. padding: 5px 20px;
  26. margin-top: 30px;
  27. border-radius: 5px;
  28. background-color: rgb(240, 240, 240);
  29. color: $u-content-color;
  30. font-size: 16px;
  31. /* #ifndef APP-NVUE */
  32. word-break: break-word;
  33. display: inline-block;
  34. /* #endif */
  35. text-align: left;
  36. }
  37. .u-demo-title,
  38. .u-config-title {
  39. text-align: center;
  40. font-size: 16px;
  41. font-weight: bold;
  42. margin-bottom: 20px;
  43. }
  44. .u-config-item {
  45. margin-top: 25px;
  46. }
  47. .u-config-title {
  48. margin-top: 20px;
  49. padding-bottom: 5px;
  50. }
  51. .u-item-title {
  52. position: relative;
  53. font-size: 15px;
  54. padding-left: 8px;
  55. line-height: 1;
  56. margin-bottom: 11px;
  57. }
  58. .u-item-title:after {
  59. position: absolute;
  60. width: 4px;
  61. top: -1px;
  62. height: 16px;
  63. /* #ifndef APP-NVUE */
  64. content: '';
  65. /* #endif */
  66. left: 0;
  67. border-radius: 10px;
  68. background-color: $u-content-color;
  69. }
  70. /* end--演示页面使用的统一样式--end */