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.

11 lines
294 B

  1. /* component/FMScrollGroupsControl/FMScrollGroupsControl.wxss */
  2. .fm-control-groups {
  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: 40rpx; */
  9. bottom: 350rpx;
  10. right: 40rpx;
  11. }