Sanakey
2020-11-06 65c4a68484a8d6fee25d3bb94bb7a24da6dfc147
提交 | 用户 | age
d98d05 1 /* pages/followGoods/followGoods.wxss */
S 2 @import "../template/no-more/no-more-template";
3 @import "../template/goods-item-row/goods-item-row-template";
4
5
6 .item-container{
7   border-bottom: 1rpx solid #f1f1f1;
8 }
9 .item-list{
10   position: relative;
11 }
12 .item-list+.item-list{
13   border-top: 1rpx solid #f1f1f1;
14 }
15
16 .iconfont{
17   position: absolute;
18   right: 0;
19   top: 0;
20   display: block;
21   width: 80rpx;
22   height: 80rpx;
23   line-height: 80rpx;
24   text-align: center;
25 }
26 .goods-item{
27   align-items: inherit;
28 }