.cy-content-table { position: fixed; width: 100%; height: 95%; padding: 5% 25rpx; overflow: scroll; } .cy-content-table .cy-table-row { width: 213rpx; height: 460rpx; background-color: white; border-radius: 25rpx; float: left; margin: 20rpx 10rpx; position: relative; overflow: hidden; } .cy-store-image { width: 100%; height: 50%; } .cy-store-image image{ width: 95%; height: 90%; } .cy-exchange { width: 100%; height: 110rpx; } .cy-exchange view { width: 120rpx; height: 40rpx; line-height: 40rpx; background-color: #004585; color: white; border-radius: 25rpx; font-size: 10px; } .cy-des { width: 100%; height: 105rpx; } .cy-des view { width: 100%; height: 40rpx; font-size: 12px; text-align: center; } .cy-store-name { width: auto; height: 100%; font-size: 15px; color: #004585; font-weight: 400; line-height: 40rpx; } .cy-store-unit { width: auto; height: 100%; color: #a6a6a6; margin-left: 4rpx; line-height: 40rpx; } .cy-store-ell { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }