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.

23 lines
522 B

  1. /* component/FMScrollGroupsControl/FMScrollGroupsControl.wxss */
  2. .fm-control-groups-btn {
  3. width: 84rpx;
  4. height: 84px;
  5. position: absolute;
  6. background-color: white;
  7. box-shadow: rgba(0, 0, 0, 0.3) 4rpx 4rpx 6rpx;
  8. border-radius: 4rpx;
  9. top: 40rpx;
  10. left: 40rpx;
  11. z-index: 1;
  12. }
  13. .fm-layer-list {
  14. width: 84rpx;
  15. position: absolute;
  16. background-color: white;
  17. box-shadow: rgba(0, 0, 0, 0.3) 4rpx 4rpx 6rpx;
  18. border-radius: 4rpx;
  19. top: 184rpx;
  20. left: 40rpx;
  21. z-index: 1;
  22. }