index.scss 823 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. @import "./index.skeleton.wxss";
  2. .role {
  3. position: relative;
  4. margin-top: -20rpx;
  5. .clear {
  6. position: absolute;
  7. height: 38px;
  8. line-height: 38px;
  9. width: 32px;
  10. z-index: 999;
  11. top: 0;
  12. right: 0;
  13. color: #666666;
  14. background-color: #fff;
  15. }
  16. .cell {
  17. padding-top: 14rpx !important;
  18. padding-bottom: 14rpx !important;
  19. }
  20. .cell-value {
  21. font-size: 26rpx;
  22. overflow: hidden;
  23. white-space: nowrap;
  24. text-overflow: ellipsis;
  25. padding-left: 10rpx;
  26. color: #333;
  27. }
  28. }
  29. .title-value {
  30. font-size: 26rpx;
  31. }
  32. .brand-box {
  33. margin-left: 30rpx;
  34. padding-bottom: 20rpx;
  35. .brand-tab-class {
  36. height: 52rpx;
  37. line-height: 52rpx;
  38. font-size: 24rpx;
  39. color: #666666;
  40. }
  41. .brand-active-class {
  42. border-radius: 26rpx;
  43. background-color: #FAFAFA;
  44. }
  45. }
  46. .division {
  47. height: 10rpx;
  48. background-color: #F4F5F7;
  49. }