C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

FMAllLayerControl.wxss 275 B

1234567891011
  1. /* component/FMAllLayerControl/FMAllLayerControl.wxss */
  2. .fm-control-layer {
  3. width: 84rpx;
  4. position: absolute;
  5. background-color: white;
  6. box-shadow: rgba(0, 0, 0, 0.3) 4rpx 4rpx 6rpx;
  7. border-radius: 4rpx;
  8. top: 328rpx;
  9. left: 40rpx;
  10. z-index: 1;
  11. }