_index.css
498 Bytes
.user-order {
$headerHeight: 40px;
$headerColor: #f5f5f5;
$borderColor: #f1f1f1;
$fontColor: #616161;
$bigWidth: 355px;
$normalWidth: 138px;
$goodImgWidth: 65px;
$goodImgHeight: 90px;
$smallSize: 12px;
$normalSize: 14px;
$bigSize: 16px;
$smallSpace: 8px;
$space: 20px;
$bigSpace: 30px;
$skyBlue: #379ed6;
$black: #1b1b1b;
@import "nav";
@import "table";
@import "express";
@import "detail";
}
@import "dialog";