purchase-a-imformation.wxss 788 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. @import "../../public/page/purchase-imformation.wxss";
  2. @import "../../../../public/pages/public-view.wxss";
  3. Page {
  4. background-color: white;
  5. }
  6. /* line-view */
  7. .line-view {
  8. background-color: white;
  9. width: 100%;
  10. height: 0.7px;
  11. display: flex;
  12. }
  13. .line-view view {
  14. background-color: #eeeeee;
  15. width: 304rpx;
  16. height: 0.7px;
  17. }
  18. .line-view>view:first-child {
  19. margin-left: 30rpx;
  20. margin-right: auto;
  21. }
  22. .line-view>view:last-child {
  23. margin-right: 30rpx;
  24. }
  25. /* list-view */
  26. .list-view {
  27. background-color: white;
  28. width: 100%;
  29. display: flex;
  30. }
  31. .list-view>text {
  32. font-size: 28rpx;
  33. line-height: 52rpx;
  34. margin: 30rpx 30rpx;
  35. }
  36. .list-view>text:first-child {
  37. color: #999999;
  38. }
  39. .list-view>text:last-child {
  40. color: #666666;
  41. margin-left: auto;
  42. text-align: right;
  43. }