integral.wxss 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. .main {
  2. float: left;
  3. width: 100%;
  4. height: 100%;
  5. /* background-image: linear-gradient(#ff0000, #ffffff); */
  6. background-color: #f9fafc;
  7. }
  8. .main .one {
  9. position: fixed;
  10. z-index: 9999;
  11. width: 100%;
  12. height: 80rpx;
  13. line-height: 80rpx;
  14. background-color: #409eff;
  15. color: #ffffff;
  16. text-align: center;
  17. }
  18. .main .two {
  19. position: absolute;
  20. top: 80rpx;
  21. width: 100%;
  22. }
  23. .main .two .integral {
  24. padding: 20rpx 30rpx;
  25. /* background-color: #f5f5f5; */
  26. }
  27. .main .two .integral .list {
  28. height: 110rpx;
  29. background-color: #ffffff;
  30. border-radius: 10rpx;
  31. padding: 15rpx;
  32. }
  33. .main .two .integral .list .status {
  34. width: 110rpx;
  35. height: 110rpx;
  36. background-color: #ff3300;
  37. border-radius: 50%;
  38. position: relative;
  39. float: left;
  40. text-align: center;
  41. line-height: 110rpx;
  42. }
  43. .main .two .integral .list .status .text {
  44. color: #ffffff;
  45. font-weight: bold;
  46. font-size: 30rpx;
  47. }
  48. .main .two .integral .list .left1 {
  49. float: left;
  50. }
  51. .main .two .integral .list .left1 .top1 {
  52. margin-left: 25rpx;
  53. }
  54. .main .two .integral .list .left1 .top1 .name {
  55. font-weight: bold;
  56. }
  57. .main .two .integral .list .left1 .top1 .num {
  58. margin-left: 20rpx;
  59. border: 1px solid #ff0000;
  60. color: #ff0000;
  61. padding: 0 10rpx;
  62. border-radius: 10rpx;
  63. font-size: 30rpx;
  64. }
  65. .main .two .integral .list .left1 .foot1 {
  66. font-size: 30rpx;
  67. color: #666;
  68. margin: 20rpx 0 0 0;
  69. margin-left: 25rpx;
  70. }
  71. .main .two .integral .list .right1 {
  72. color: #ff0000;
  73. text-align: right;
  74. }
  75. .main .two .integral .list .right1 .time {
  76. margin: 20rpx 0 0 0;
  77. color: #666;
  78. font-size: 30rpx;
  79. }