add.wxss 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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-277780fa {
  21. min-height: calc(100vh - 20rpx);
  22. padding-top: 20rpx;
  23. }
  24. .module-com.data-v-277780fa {
  25. margin-bottom: 20rpx;
  26. }
  27. .module-com .line-img-wrap.data-v-277780fa {
  28. display: block;
  29. }
  30. .module-com .line-img-wrap .line-img.data-v-277780fa {
  31. margin-top: 30rpx;
  32. }
  33. .module-com .goods-blo.data-v-277780fa {
  34. display: block;
  35. }
  36. .module-com .goods-blo .goods-list-wrap .goods-list.data-v-277780fa {
  37. display: -webkit-box;
  38. display: flex;
  39. display: -webkit-flex;
  40. -webkit-box-align: center;
  41. -webkit-align-items: center;
  42. align-items: center;
  43. -webkit-box-pack: start;
  44. -webkit-justify-content: flex-start;
  45. justify-content: flex-start;
  46. margin-bottom: 20rpx;
  47. }
  48. .module-com .goods-blo .goods-list-wrap .goods-list .list-img.data-v-277780fa {
  49. width: 120rpx;
  50. height: 120rpx;
  51. margin-right: 20rpx;
  52. }
  53. .module-com .goods-blo .goods-list-wrap .goods-list .list-img ._img.data-v-277780fa {
  54. height: 100%;
  55. }
  56. .module-com .goods-blo .goods-list-wrap .goods-list .list-right .app-price.data-v-277780fa {
  57. margin-top: 10rpx;
  58. }
  59. .module-com .goods-blo .admin-button-com.data-v-277780fa {
  60. width: 125rpx;
  61. }
  62. .module-com .ad-name.data-v-277780fa {
  63. color: #666666;
  64. margin-right: 20rpx;
  65. }
  66. .confirm-btn.data-v-277780fa {
  67. width: calc(100% - 60rpx);
  68. margin: 60rpx 30rpx 20rpx;
  69. }
  70. .confirm-btn .admin-button-com.data-v-277780fa {
  71. width: 100%;
  72. }
  73. .checkbox-text.data-v-277780fa {
  74. font-size: 20rpx;
  75. }
  76. .app-img-upload.data-v-277780fa {
  77. display: -webkit-box;
  78. display: -webkit-flex;
  79. display: flex;
  80. -webkit-box-orient: vertical;
  81. -webkit-box-direction: normal;
  82. -webkit-flex-direction: column;
  83. flex-direction: column;
  84. }