index.less 513 B

12345678910111213141516171819202122232425262728293031323334
  1. .operate-btn {
  2. position: fixed;
  3. left: 0;
  4. right: 0;
  5. bottom: 0;
  6. height: 90rpx;
  7. background: #fff;
  8. }
  9. .at-float-layout {
  10. z-index: 99999;
  11. }
  12. .tag-list {
  13. &-item {
  14. display: flex;
  15. justify-content: space-between;
  16. align-items: center;
  17. line-height: 60rpx;
  18. }
  19. }
  20. .cltips{
  21. text-align: center;
  22. font-size: 24px;
  23. color: #4395ff;
  24. margin: 30rpx 0;
  25. }
  26. .add-btn {
  27. height: 30PX;
  28. line-height: 28PX;
  29. padding: 0 10PX;
  30. font-size: 25rpx;
  31. }