| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- @charset "UTF-8";
- /***
- 全局scss 变量和方法 存放处
- */
- /* 引入minxin */
- /* 颜色变量 */
- /*图片地址*/
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .print-order .axis-slot-wrap.data-v-64caf151 {
- top: -4rpx !important;
- }
- .print-order .axis-det.data-v-64caf151 {
- display: -webkit-box;
- display: flex;
- display: -webkit-flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- margin-top: 50rpx;
- margin-bottom: 10rpx;
- }
- .print-order .axis-det .admin-button-com.data-v-64caf151 {
- width: 48%;
- }
- .down-order .axis-det.data-v-64caf151 {
- margin-top: 14rpx;
- }
- .write_button.data-v-64caf151 {
- padding-bottom: 25rpx;
- }
|