hotuser.wxss 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. /* pages/hotuser/hotuser.wxss */
  2. page{
  3. padding: 0 20rpx;
  4. }
  5. scroll-view{
  6. height: 100vh;
  7. }
  8. .win{
  9. position: relative;
  10. padding: 30rpx 0;
  11. padding-left: 59rpx;
  12. border-bottom: 1px solid #F5F5F5;
  13. }
  14. .win .number{
  15. width: 50rpx;
  16. position: absolute;
  17. top: 28rpx;
  18. left: 0;
  19. }
  20. .win .name view{
  21. float: right;
  22. color: #333;
  23. font-size: 24rpx;
  24. text-align: center;
  25. position: relative;
  26. top: 0;
  27. font-weight: 400;
  28. }
  29. .name{
  30. font-weight: 600;
  31. margin-bottom: 20rpx;
  32. }
  33. .name>text{
  34. font-size: 24rpx;
  35. color: #999;
  36. font-weight: 400;
  37. }
  38. .win .name view text{
  39. font-size: 36rpx;
  40. color: #E90001;
  41. display: inline;
  42. top: 0;
  43. }
  44. .win .tag{
  45. font-size: 26rpx;
  46. color: #999;
  47. border: 1px solid #999;
  48. margin-right: 8rpx;
  49. font-weight: 400;
  50. padding: 4rpx 10rpx;
  51. margin-bottom: 10rpx;
  52. display: inline-block;
  53. }
  54. .number{
  55. width: 38rpx;
  56. display: inline-block;
  57. text-align: center;
  58. color: #CE994F;
  59. font-size: 26rpx;
  60. font-weight: 600;
  61. margin-right: 10rpx;
  62. margin-top: 6rpx;
  63. }
  64. image.number{
  65. top: 25rpx;
  66. }
  67. .info{
  68. font-size: 28rpx;
  69. }