diff --git a/src/components/grid-cell.wpy b/src/components/grid-cell.wpy index b53a3ac..21b99b7 100644 --- a/src/components/grid-cell.wpy +++ b/src/components/grid-cell.wpy @@ -3,15 +3,24 @@ width: 33.333333%; text-align: center; overflow: hidden; + margin-bottom:5px; } .grid-cell-item .item-inner{ margin: 5rpx; color: #666; font-size: 28rpx; } + .grid-cell-item .item-image .item-score { + position: absolute; + right: 5px; + bottom: 0; + font-weight: bold; + color: #fd6300; + } .grid-cell-item .item-image{ width: 100%; height: 300rpx; + position: relative; } .grid-cell-item .bigstar{ width: 120rpx; @@ -29,11 +38,13 @@