/* pages/shop.wxss */ .list-box { width: 100%; height: 100%; color: #262626; padding: 10px; } .container { padding: 0; margin: 0; color: #333333; background: #262626; } .list-item{ border:1px solid #dcdcdc; margin: 5px; padding: 2px; text-indent: 12px; width: 90%; height: 250px; background: #ffffff; border-radius: 10px; box-shadow: 0 10px 15px rgba(255,255,255,.6); } .item-title { font-weight: bold; } .item-content { color: #333333; } .item-box { padding: 5px 0; margin:2px 0; width: 100%; text-align: center; text-indent: 0; } .item-img{ max-height: 150px; width: 80%; }