| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- @charset "UTF-8";
- /***
- 全局scss 变量和方法 存放处
- */
- /* 引入minxin */
- /* 颜色变量 */
- /*图片地址*/
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .app-content.data-v-c9d079e2 {
- min-height: calc(100vh - 100rpx);
- padding-bottom: 100rpx;
- }
- .module-com.data-v-c9d079e2 {
- margin-bottom: 20rpx;
- background-color: #fff;
- color: #666666;
- }
- .module-com .module-tit.data-v-c9d079e2 {
- padding: 20rpx 30rpx;
- font-size: 28rpx;
- }
- .module-com .module-det.data-v-c9d079e2 {
- padding: 0 30rpx;
- }
- .category-wrap.data-v-c9d079e2 {
- -webkit-box-align: start;
- -webkit-align-items: flex-start;
- align-items: flex-start;
- padding-bottom: 0 !important;
- }
- .category-wrap .tui-input.data-v-c9d079e2 {
- display: -webkit-box;
- display: flex;
- display: -webkit-flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: start;
- -webkit-justify-content: flex-start;
- justify-content: flex-start;
- -webkit-flex-wrap: wrap;
- flex-wrap: wrap;
- }
- .category-wrap .tui-input .admin-button-com.data-v-c9d079e2 {
- margin-right: 20rpx;
- margin-bottom: 20rpx;
- position: relative;
- z-index: 9999;
- }
- .summary-wrap .goods-summary.data-v-c9d079e2 {
- height: 400rpx;
- }
- .app-footer.data-v-c9d079e2 {
- -webkit-box-pack: space-evenly;
- -webkit-justify-content: space-evenly;
- justify-content: space-evenly;
- z-index: 9999;
- }
- .app-footer .admin-button-com.data-v-c9d079e2 {
- width: 46%;
- }
|