tb.acss 1.1 KB

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