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.

12 satır
297 B

  1. /* component/FMViewModeControl/FMViewModeControl.wxss */
  2. .fm-control-mode {
  3. width: 84rpx;
  4. height: 84rpx;
  5. position: absolute;
  6. background-color: white;
  7. box-shadow: rgba(0, 0, 0, 0.3) 4rpx 4rpx 6rpx;
  8. border-radius: 4rpx;
  9. bottom: 700rpx;
  10. right: 40rpx;
  11. z-index: 1;
  12. }