/** * 首页 */ .wallet-content-base .am-panel-bd, .wallet-content-base .items { padding: 10px; } .wallet-content-base .am-panel-bd .am-gallery { padding: 0; } .wallet-content-base .items { border: 1px dashed #eee; } /** * 模块 */ .wallet-content-module .am-panel-bd, .wallet-content-module .am-panel-bd .am-gallery { padding: 0; } .wallet-content-module .module-items { text-align: left; padding: 10px; margin: 10px; border-radius: 3px; background: #f0f0f0; position: relative; } .wallet-content-module .module-items p, .wallet-content-module .module-items .small { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .wallet-content-module .module-items p { max-width: 100%; } .wallet-content-module .module-items .small { max-width: calc(100% - 40px); } .wallet-content-module .module-items p { font-size: 14px; font-weight: 700; margin: 0; color: #666; } .wallet-content-module .module-items p.total { margin: 0 0 5px 0; color: #333; font-size: 26px; font-weight: 700; } .wallet-content-module .module-items .small span { color: #888; font-size: 12px; } .wallet-content-module .module-items .top-right { position: absolute; top: 10px; right: 10px; color: #888; } .wallet-content-module .module-items .view-to { position: absolute; right: 10px; bottom: 10px; color: #666; }