add.wxss 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. @charset "UTF-8";
  2. /***
  3. 全局scss 变量和方法 存放处
  4. */
  5. /* 引入minxin */
  6. /* 颜色变量 */
  7. /*图片地址*/
  8. /* 行为相关颜色 */
  9. /* 文字基本颜色 */
  10. /* 背景颜色 */
  11. /* 边框颜色 */
  12. /* 尺寸变量 */
  13. /* 文字尺寸 */
  14. /* 图片尺寸 */
  15. /* Border Radius */
  16. /* 水平间距 */
  17. /* 垂直间距 */
  18. /* 透明度 */
  19. /* 文章场景相关 */
  20. .app-content.data-v-c9d079e2 {
  21. min-height: calc(100vh - 100rpx);
  22. padding-bottom: 100rpx;
  23. }
  24. .module-com.data-v-c9d079e2 {
  25. margin-bottom: 20rpx;
  26. background-color: #fff;
  27. color: #666666;
  28. }
  29. .module-com .module-tit.data-v-c9d079e2 {
  30. padding: 20rpx 30rpx;
  31. font-size: 28rpx;
  32. }
  33. .module-com .module-det.data-v-c9d079e2 {
  34. padding: 0 30rpx;
  35. }
  36. .category-wrap.data-v-c9d079e2 {
  37. -webkit-box-align: start;
  38. -webkit-align-items: flex-start;
  39. align-items: flex-start;
  40. padding-bottom: 0 !important;
  41. }
  42. .category-wrap .tui-input.data-v-c9d079e2 {
  43. display: -webkit-box;
  44. display: flex;
  45. display: -webkit-flex;
  46. -webkit-box-align: center;
  47. -webkit-align-items: center;
  48. align-items: center;
  49. -webkit-box-pack: start;
  50. -webkit-justify-content: flex-start;
  51. justify-content: flex-start;
  52. -webkit-flex-wrap: wrap;
  53. flex-wrap: wrap;
  54. }
  55. .category-wrap .tui-input .admin-button-com.data-v-c9d079e2 {
  56. margin-right: 20rpx;
  57. margin-bottom: 20rpx;
  58. position: relative;
  59. z-index: 9999;
  60. }
  61. .summary-wrap .goods-summary.data-v-c9d079e2 {
  62. height: 400rpx;
  63. }
  64. .app-footer.data-v-c9d079e2 {
  65. -webkit-box-pack: space-evenly;
  66. -webkit-justify-content: space-evenly;
  67. justify-content: space-evenly;
  68. z-index: 9999;
  69. }
  70. .app-footer .admin-button-com.data-v-c9d079e2 {
  71. width: 46%;
  72. }