ranking.wxss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. /* pages/ranking/ranking.wxss */
  2. .list{
  3. background: #EB8104;
  4. line-height: 120rpx;
  5. border-radius:24rpx;
  6. display: flex;
  7. justify-content: space-between;
  8. padding: 0 24rpx;
  9. margin:20rpx 24rpx;
  10. box-shadow:0px 3rpx 0px 0px rgba(0, 0, 0, 1);
  11. font-weight: bold;
  12. }
  13. .list-num{
  14. width: 48rpx;
  15. height: 56rpx;
  16. margin-right: 24rpx;
  17. position: relative;
  18. top: 14rpx;
  19. }
  20. .list-head{
  21. width: 80rpx;
  22. height: 80rpx;
  23. border-radius: 50%;
  24. position: relative;
  25. top: 24rpx;
  26. margin-right: 24rpx;
  27. }
  28. .list-info{
  29. color: #393939;
  30. font-size: 30rpx;
  31. width: 80%;
  32. }
  33. .list-core{
  34. color: #393939;
  35. font-size: 30rpx;
  36. }
  37. .list-core-active{
  38. color: #76CDFF;
  39. -webkit-text-stroke: 2rpx #393939;
  40. }
  41. .list-text{
  42. margin: 0 38rpx 0 14rpx;
  43. }
  44. .list-info-sex{
  45. width: 38rpx;
  46. height: 38rpx;
  47. position: relative;
  48. top: 13rpx;
  49. margin-left: 22rpx
  50. }
  51. .women-img{
  52. width: 35rpx;
  53. height: 47rpx;
  54. position: relative;
  55. top: 13rpx;
  56. margin-left: 22rpx
  57. }
  58. .list-info-name{
  59. display: inline;
  60. word-break: break-word;
  61. /* width: 40%; */
  62. overflow: hidden;
  63. }
  64. .li-nodata{
  65. text-align: center;
  66. margin: 250rpx auto;
  67. }
  68. .li-nodata-img{
  69. width: 337rpx;
  70. height: 350rpx;
  71. }