index.wxss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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. .weui-tab__content_item:last-child > .fdkk-cells{
  54. margin-bottom: 0;
  55. }
  56. .item-img {
  57. width: 100%;
  58. height: 100%;
  59. }
  60. .iconfont {
  61. font-size: 22rpx;
  62. margin-right: 15rpx;
  63. }
  64. .icon-like{
  65. color: #E02F2F;
  66. }
  67. /* 没有收藏 */
  68. .noCollection{
  69. width: 100%;
  70. height: 100%;
  71. display: flex;
  72. justify-content: center;
  73. align-items: center;
  74. flex-direction: column;
  75. }
  76. .noCollection image{
  77. width: 450rpx;
  78. height: 450rpx;
  79. margin: 0 auto;
  80. margin-top: 196rpx;
  81. margin-bottom: 272rpx;
  82. }
  83. .noCollection text{
  84. color: #646464;
  85. font-size: 32rpx;
  86. opacity: 0.9;
  87. }