大数据平台的小程序版本

fanPortraits.wxss 1.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. /* pages/hrDetail/fanPortraits/fanPortraits.wxss */
  2. .loadingView{
  3. width: 100%;
  4. padding: 40rpx;
  5. text-align: center;
  6. font-size: 24rpx;
  7. color: #444444;
  8. background: #fff;
  9. }
  10. .content {
  11. background: #fff;
  12. padding: 30rpx 20rpx;
  13. }
  14. .loadingView .dataLoadingImg{
  15. width: 318rpx;
  16. height: 253rpx;
  17. margin: auto;
  18. }
  19. .echartsDiv{
  20. width: 100%;
  21. height: 560rpx;
  22. position: relative;
  23. background: #fff;
  24. }
  25. .canvas::before {
  26. content: "";
  27. position: absolute;
  28. left: 40rpx;
  29. top: 12rpx;
  30. width: 20rpx;
  31. height: 20rpx;
  32. background: #1c87ff;
  33. }
  34. .sexView{
  35. position: relative;
  36. }
  37. .man,.woman{
  38. position: absolute;
  39. text-align: center;
  40. z-index: 1;
  41. }
  42. .man image,.woman image{
  43. width: 80rpx;
  44. margin: auto;
  45. height: 66rpx;
  46. }
  47. .manText{
  48. display: block;
  49. font-size: 30rpx;
  50. line-height: 40rpx;
  51. font-weight: bold;
  52. padding-top: 6rpx;
  53. }
  54. .manView{
  55. font-size: 20rpx;
  56. line-height: 40rpx;
  57. }
  58. .woman{
  59. color: #FF5A7B;
  60. right: 60rpx;
  61. bottom: 40rpx;
  62. }
  63. .man{
  64. color: #2296F3;
  65. left: 60rpx;
  66. bottom: 40rpx;
  67. }