index.wxss 1.2 KB

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