index.wxss 1.5 KB

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