| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- @charset "UTF-8";
- /***
- 全局scss 变量和方法 存放处
- */
- /* 引入minxin */
- /* 颜色变量 */
- /*图片地址*/
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .app-content.data-v-277780fa {
- min-height: calc(100vh - 20rpx);
- padding-top: 20rpx;
- }
- .module-com.data-v-277780fa {
- margin-bottom: 20rpx;
- }
- .module-com .line-img-wrap.data-v-277780fa {
- display: block;
- }
- .module-com .line-img-wrap .line-img.data-v-277780fa {
- margin-top: 30rpx;
- }
- .module-com .goods-blo.data-v-277780fa {
- display: block;
- }
- .module-com .goods-blo .goods-list-wrap .goods-list.data-v-277780fa {
- 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;
- margin-bottom: 20rpx;
- }
- .module-com .goods-blo .goods-list-wrap .goods-list .list-img.data-v-277780fa {
- width: 120rpx;
- height: 120rpx;
- margin-right: 20rpx;
- }
- .module-com .goods-blo .goods-list-wrap .goods-list .list-img ._img.data-v-277780fa {
- height: 100%;
- }
- .module-com .goods-blo .goods-list-wrap .goods-list .list-right .app-price.data-v-277780fa {
- margin-top: 10rpx;
- }
- .module-com .goods-blo .admin-button-com.data-v-277780fa {
- width: 125rpx;
- }
- .module-com .ad-name.data-v-277780fa {
- color: #666666;
- margin-right: 20rpx;
- }
- .confirm-btn.data-v-277780fa {
- width: calc(100% - 60rpx);
- margin: 60rpx 30rpx 20rpx;
- }
- .confirm-btn .admin-button-com.data-v-277780fa {
- width: 100%;
- }
- .checkbox-text.data-v-277780fa {
- font-size: 20rpx;
- }
- .app-img-upload.data-v-277780fa {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- }
|