friends_sort.wxss 807 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. @import "../../utils/animate.wxss";
  2. @import "../../utils/base_bg.wxss";
  3. .title {
  4. text-align: center;
  5. }
  6. .sort {
  7. width: 80%;
  8. height: 80rpx;
  9. margin: 30rpx auto;
  10. line-height: 80rpx;
  11. text-align: center;
  12. font-size: 38rpx;
  13. border: 4rpx solid white;
  14. border-radius: 10rpx;
  15. background: transparent;
  16. color: #fff;
  17. }
  18. .fadeIn {
  19. background: #e03e39;
  20. }
  21. .enrollToast {
  22. position: absolute;
  23. top: 0;
  24. left: 0;
  25. width: 100%;
  26. height: 110%;
  27. font-size: 36rpx;
  28. }
  29. .enrollToast .toast {
  30. position: absolute;
  31. width: 100%;
  32. height: 100%;
  33. opacity: 0.8;
  34. background: #666;
  35. z-index: 100;
  36. }
  37. .enrollToast .content {
  38. position: relative;
  39. top: 50%;
  40. z-index: 200;
  41. width: 70%;
  42. height: 20%;
  43. background: #fff;
  44. left: 5%;
  45. border-radius: 10rpx;
  46. padding:100rpx 10%;
  47. opacity: 0.9;
  48. }