index.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. /* pages/user/my_saw/index.wxss */
  2. .container{
  3. padding: 60rpx 44rpx 72rpx 44rpx;
  4. }
  5. .weui-tab__panel {
  6. padding-top: 0;
  7. }
  8. .saw_avatar {
  9. width: 80rpx;
  10. height: 80rpx;
  11. border-radius: 50%;
  12. }
  13. .weui-cell {
  14. padding: 10rpx 0 0;
  15. }
  16. .weui-cell__bd{
  17. margin-left: 30rpx;
  18. }
  19. .saw_name{
  20. font-size: 30rpx;
  21. }
  22. .saw_time{
  23. font-size: 24rpx;
  24. color: #999;
  25. }
  26. .weui-media-box{
  27. padding: 0;
  28. }
  29. .saw_content{
  30. margin: 20rpx 0;
  31. }
  32. .saw_exhibition{
  33. background: #eeeeee;
  34. height: 140rpx;
  35. display: flex;
  36. /* justify-content: center; */
  37. /* align-items: center; */
  38. }
  39. .saw_image{
  40. width: 140rpx;
  41. height: 140rpx;
  42. }
  43. .saw_exhibition_info{
  44. margin: 14rpx;
  45. }
  46. .saw_exhibition_info_title{
  47. font-weight: bold;
  48. }
  49. .saw_exhibition_info_txt{
  50. font-size: 22rpx;
  51. color: #999;
  52. }
  53. .fdkk-cells{
  54. background: #fff;
  55. margin-bottom: 20rpx;
  56. }
  57. .weui-tab__content_item:last-child > .fdkk-cells{
  58. margin-bottom: 0;
  59. }
  60. .item-img {
  61. width: 100%;
  62. height: 100%;
  63. }
  64. .iconfont {
  65. font-size: 22rpx;
  66. margin-right: 15rpx;
  67. }
  68. .icon-like{
  69. color: #E02F2F;
  70. }
  71. /* 没有收藏 */
  72. .noCollection{
  73. width: 100%;
  74. height: 100%;
  75. display: flex;
  76. justify-content: center;
  77. align-items: center;
  78. flex-direction: column;
  79. }
  80. .noCollection image{
  81. width: 450rpx;
  82. height: 450rpx;
  83. margin: 0 auto;
  84. margin-top: 196rpx;
  85. margin-bottom: 272rpx;
  86. }
  87. .noCollection text{
  88. color: #646464;
  89. font-size: 32rpx;
  90. opacity: 0.9;
  91. }