integralIndex.wxss 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. /* 积分中心 */
  2. @import"../memberIndex/memberIndex.wxss";
  3. page {
  4. background: #f6f7f9;
  5. }
  6. .integral-index {
  7. position: relative;
  8. }
  9. .integral-index .integral-msg {
  10. width: 750rpx;
  11. height: 290rpx;
  12. position: relative;
  13. }
  14. .integral-index .integral-msg .bg {
  15. position: absolute;
  16. left: 0;
  17. top: 0;
  18. width: 100%;
  19. height: 100%;
  20. }
  21. .integral-index .integral-msg .my-integral {
  22. display: flex;
  23. padding: 90rpx 30rpx 0;
  24. color: #fff;
  25. position: relative;
  26. align-items: center;
  27. }
  28. .integral-index .integral-msg .my-integral .number-box .text {
  29. font-size: 24rpx;
  30. }
  31. .integral-index .integral-msg .my-integral .number-box .number {
  32. font-size: 90rpx;
  33. font-family: arial;
  34. margin-top: 10rpx;
  35. }
  36. .integral-index .integral-msg .my-integral .det {
  37. font-size: 24rpx;
  38. margin-left: 20rpx;
  39. margin-top: 76rpx;
  40. }
  41. .integral-index .integral-msg .my-integral .det image {
  42. width: 12rpx;
  43. height: 20rpx;
  44. }
  45. .integral-index .integral-msg .make {
  46. position: absolute;
  47. right: 30rpx;
  48. bottom: 70rpx;
  49. padding: 6rpx 12rpx 6rpx 6rpx;
  50. background: #fff;
  51. color: #ee3f0f;
  52. font-size: 24rpx;
  53. height: 42rpx;
  54. line-height: 42rpx;
  55. border-radius: 54rpx;
  56. }
  57. .integral-index .integral-msg .make image {
  58. width: 42rpx;
  59. height: 42rpx;
  60. vertical-align: top;
  61. margin-left: 4rpx;
  62. }
  63. /* 积分中心 */
  64. .empty {
  65. display: block;
  66. height: 200rpx;
  67. line-height: 200rpx;
  68. font-size: 30rpx;
  69. color: #888;
  70. text-align: center;
  71. }
  72. /* 加载完毕 */
  73. .all{
  74. height: 80rpx;
  75. line-height: 80rpx;
  76. margin-top: 30rpx;
  77. }