tb.acss 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .radio {
  2. margin-bottom: 20rpx;
  3. }
  4. .main{
  5. padding: 0.24rem 0.32rem;
  6. font-size: 32rpx;
  7. background-color: #fff;
  8. border-bottom: 1px solid #f1f1f1;
  9. position: relative;
  10. margin-top: 0.24rem;
  11. }
  12. .margin-b{
  13. margin-bottom: 1rem;
  14. }
  15. .userList{
  16. height: 0.4rem;
  17. font-size: 0.3rem;
  18. overflow: hidden;
  19. text-overflow: ellipsis;
  20. white-space: nowrap;
  21. position: absolute;
  22. top: 1.6rem;
  23. left: 0.9rem;
  24. right: 1rem;
  25. border: 1px solid #f1f1f1;
  26. padding: 0.1rem 0.24rem;
  27. border-radius: 3px;
  28. }
  29. .box{
  30. position: fixed;
  31. top: 0;
  32. left: 0;
  33. right: 0;
  34. bottom: 0;
  35. background: rgba(0,0,0,0.2);
  36. z-index: 999;
  37. transform: translate(0,100%);
  38. }
  39. .StaffFooter {
  40. position: fixed;
  41. left: 0;
  42. right: 0;
  43. bottom: 0;
  44. background: #fff;
  45. padding: 0.1rem;
  46. border-top: 1px solid #f1f1f1;
  47. }
  48. .staffBtn {
  49. background: #26A2FF;
  50. color: #fff;
  51. border-radius: 0.06rem;
  52. height: 0.88rem;
  53. text-align: center;
  54. line-height: 0.88rem;
  55. padding: 0 0.2rem;
  56. }
  57. .f-left {
  58. overflow-x: auto;
  59. }
  60. .f-left {
  61. margin-right: 0.1rem;
  62. overflow-x: auto;
  63. }