integral.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. /* pages/integral/integral.wxss */
  2. .container1 {
  3. width: 100%;
  4. height: 150px;
  5. background-color: #d3cbcb98;
  6. display: flex;
  7. justify-content: center;
  8. align-items: flex-end;
  9. }
  10. /* 背景图片 */
  11. .img01 {
  12. background-image: url(https://ts1.cn.mm.bing.net/th/id/R-C.7412649ca197124b5081c202af45a672?rik=bkHOQ4UQ4RVLfg&riu=http%3a%2f%2fimg1.mydrivers.com%2fimg%2f20190604%2f237e0d6424204034921b06fb4a3cd2c9.jpg&ehk=IVLlaJ6yR9ONk7CuAQ86cH3Sks07i4WOTk64ucLPL4w%3d&risl=&pid=ImgRaw&r=0);
  13. width: 650rpx;
  14. height: 120px;
  15. border-top-left-radius: 10px;
  16. border-top-right-radius: 10px;
  17. }
  18. /* 积分获取规则靠右排列 */
  19. .text01 {
  20. display: flex;
  21. justify-content: flex-end;
  22. margin-top: 10px;
  23. margin-right: 10px;
  24. font-size: 12px;
  25. color: white;
  26. }
  27. /* 积分图标和文字 */
  28. .text02 {
  29. display: flex;
  30. margin-left: 10px;
  31. }
  32. .jifen-img {
  33. width: 18px;
  34. height: 18px;
  35. }
  36. .jifen-text {
  37. font-size: 12px;
  38. color: white;
  39. margin-left: 5px;
  40. }
  41. /* 708 */
  42. .nub {
  43. margin-left: 10px;
  44. color: white;
  45. font-size: 26px;
  46. }
  47. /* 入账中|收支明细 */
  48. .text03 {
  49. margin-top: 10px;
  50. margin-bottom: 10px;
  51. font-size: 14px;
  52. display: flex;
  53. }
  54. .account {
  55. color: rgb(214, 100, 34) ;
  56. width: 50%;
  57. text-align: center;
  58. border-right: 1px solid rgb(214, 214, 214);
  59. }
  60. .account-detail {
  61. color: rgb(126, 126, 126);
  62. width: 50%;
  63. text-align: center;
  64. }
  65. /* 增加积分排列 */
  66. .text04{
  67. border-top: 1px solid rgb(214, 214, 214);
  68. display: flex;
  69. /* flex-direction: column; */
  70. justify-content: space-between;
  71. width: 90%;
  72. }
  73. .text04-1 {
  74. margin-top: 10px;
  75. margin-bottom: 10px;
  76. margin-left: 60rpx;
  77. display: flex;
  78. flex-direction: column;
  79. }
  80. .order{
  81. font-size: 13px;
  82. }
  83. .time01{
  84. font-size: 10px;
  85. color: darkgrey;
  86. }
  87. .increase-points{
  88. margin-top: 10px;
  89. font-size: 14px;
  90. color: rgb(214, 100, 34) ;
  91. margin-right: -340rpx;
  92. }
  93. .text-special{
  94. border-bottom: 1px solid rgb(214, 214, 214);
  95. }