
/*====B:数据选择器 控件（独立页面）=========================================*/
.data-selector { display: flex; flex-direction: column; height: 100%; padding: 30px 30px 0 30px; }
.data-selector .header { text-align: center; background-color: #4caf50; padding: 10px; color: #fff; font-size: 1.2rem; border-bottom: 2px solid #1f8524; }
.data-selector .body { flex: 1; background-color: #fff; border: 1px solid #ddd; }
.data-selector .body .content { padding: 20px; }
.data-selector .bottom { text-align: right; padding: 20px 0; }
.data-selector .bottom button { margin: 0 5px; }

.data-item { border-radius: 20px; border: 1px solid #1e95d4; color: #1e95d4; display: flex; align-items: center; margin-bottom: 8px; overflow: hidden; }
.data-item i { margin-right: 4px; }
.data-item label span { padding-left: 14px !important; }
.data-item.radio { cursor: pointer; }
.data-item .title { padding: 6px 10px; color: #fff; flex: 1; background-color: #42A5F5; }

.data-item.green2 { border-color: #26a69a; color: #26a69a }
.data-item.green2 .title { background-color: #26a69a; }
/*====B:数据选择器 控件（独立页面）=========================================*/


/*====B:固定资产标签=========================================*/
.asset-card { overflow: hidden; font-size: 1.2rem; font-family: 'Microsoft YaHei'; padding: 20px 10px 0 10px; }
.asset-card .item { display: flex; margin: 5px 0 }
.asset-card .item .t { font-weight: bold }
.asset-desc { flex: 1 }
/*====E:固定资产标签=========================================*/





/*====B:盘点报告=========================================*/
.report p { text-indent: 2rem; font-size:1.2rem;line-height:2.5rem;}
/*====E:盘点报告=========================================*/


