C端小程序
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

19 satır
329 B

  1. /* pages/site/site.wxss */
  2. .item{
  3. position: relative;
  4. text-align: center;
  5. width: 88%;
  6. height: 80rpx;
  7. line-height: 80rpx;
  8. border-radius: 16rpx;
  9. border: 1rpx #333 solid;
  10. margin: 20rpx auto
  11. }
  12. .logo{
  13. width: 50rpx;
  14. position: absolute;
  15. right: 10rpx;
  16. top: 0rpx;
  17. font-size: 36rpx;
  18. color: rgba(0, 0, 0, 0.8);
  19. }