sharePage.wxss 955 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. page {
  2. box-sizing: border-box;
  3. }
  4. .item {
  5. padding: 0 20rpx;
  6. width: 50%;
  7. }
  8. .item>view {
  9. width: 90rpx;
  10. text-align: justify;
  11. text-align-last: justify;
  12. margin-right: 16rpx;
  13. }
  14. .card {
  15. padding: 20rpx 30rpx;
  16. border: 2rpx solid #ddd;
  17. width: 95%;
  18. margin: 20rpx auto;
  19. border-radius: 20rpx;
  20. box-shadow: 3rpx 1rpx 5px #ddd;
  21. }
  22. .circle {
  23. width: 20rpx;
  24. height: 20rpx;
  25. border-radius: 50%;
  26. background: #999;
  27. position: relative;
  28. left: 4rpx;
  29. margin-right: 38rpx;
  30. z-index: 20;
  31. }
  32. .title-circle {
  33. width: 28rpx;
  34. height: 28rpx;
  35. border-radius: 50%;
  36. background: #999;
  37. position: relative;
  38. z-index: 20;
  39. }
  40. .in-text {
  41. font-size: 22rpx;
  42. color: #666;
  43. }
  44. .long-line {
  45. border: 2rpx solid #ddd;
  46. height: calc(100vh - 780rpx);
  47. position: absolute;
  48. left: 62rpx;
  49. top: 24rpx;
  50. z-index: 0;
  51. }
  52. .card-title {
  53. font-size: 26rpx;
  54. margin-bottom: 8rpx;
  55. line-height: 30rpx;
  56. }
  57. .transInfos {
  58. background: rgb(197, 56, 56);
  59. }