order.css 2.2 KB
Newer Older
D
v1.2.0  
devil_gong 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
/**
 * 列表
 */
.form-keyword { width: 55% !important; display: initial !important; }
.more-submit input { display: none; }
.param-where, .param-date input { display: initial !important; }
@media only screen and (max-width: 641px) {
	.param-where { width: 100% !important; margin-left: 0px !important; }
	.param-date input { width: 47% !important; }
}
@media only screen and (min-width: 641px) {
	.param-where { width: 32% !important; float: left; }
	.param-date input { width: 45% !important; }
	.param-where:nth-child(1), .param-where:nth-child(4) { margin-left: 0px !important; }
}
@media only screen and (max-width: 321px) {
	.view-operation button { margin: 2px 0px; }
}

.am-table .th-goods { width: 30%; }
.am-table .goods-images { width: 60px; height: 60px; float: left; margin-right: 5px; }
.am-table .th-receive-address { width: 15%; }
.am-table .goods-item { padding: 5px 0; }
.am-table .goods-item, .am-table .goods-item .base { overflow: hidden; }
.am-table .goods-item .other .fl { width: 60%; }
.am-table .goods-item:not(:last-child), .am-table .order-no { border-bottom: 1px solid #eee; }
.am-table .order-no { font-weight: 700; color: #333;}

G
gongfuxiang 已提交
29 30 31 32 33
/**
 * 弹窗
 */
form.am-form .am-form-group { padding-right: 5px; }

D
v1.2.0  
devil_gong 已提交
34 35

/**
D
钱包  
devil_gong 已提交
36
 * 业务弹窗
D
v1.2.0  
devil_gong 已提交
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
 */
.business-item h3 { border-bottom: 3px solid #e3e3e3; margin:5px 0 0 0; font-size: 14px;font-weight: 700; }
.business-item ul { padding: 10px 3px 5px 5px; overflow: hidden; }
.business-item ul li { border:1px solid transparent ;overflow: hidden; float: left; cursor: pointer; padding: 5px; border: 1px solid #eee; margin: 0 10px 10px 0; }
.business-item ul  li img { width: 36px; height: 36px; }
.business-item ul li.selected { border-color: #d2364c ; position: relative; }
.business-item ul li.selected i.icon-active { position: absolute; width: 10px; height: 10px; font-size: 0; line-height: 0; right: 0px; bottom: 0px; background: url(../images/sys_item_selected.gif) no-repeat right bottom; }
@media only screen and (min-width:640px) {
  .business-item ul li {width:calc(33% - 5px); }
  .business-item ul li:nth-child(3n) { margin-right: 0; }
}
@media only screen and (max-width:640px) {
  .business-item ul li { width: calc(50% - 5px); }
  .business-item ul li:nth-child(2n) { margin-right: 0; }
}