comments.css 1.6 KB

123456789101112131415161718192021222324252627
  1. /* mine/comments/comments.wxss */
  2. page{padding-bottom: 190rpx;}
  3. .page{overflow: hidden;}
  4. .spinfo{padding: 30rpx 20rpx;border-bottom: 2rpx solid #eee;overflow: hidden;}
  5. .spinfo image{width: 108rpx;height: 108rpx;border-radius: 10rpx;border: 2rpx solid #E5E5E5;box-sizing: border-box;margin-right: 20rpx;}
  6. .spinfo .flex{overflow: hidden;}
  7. .name{font-size: 30rpx;color: #333;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
  8. .guige{font-size: 22rpx;color: #999;margin-top: 5rpx;align-items: center;}
  9. .ping{align-items: center;font-size: 28rpx;color: #333;padding: 30rpx 20rpx}
  10. .star{margin-left: 13rpx;}
  11. .star image{width: 44rpx;height: 42rpx;margin: 0 17rpx}
  12. .ping text{display: block;color: #999;margin-left: 13rpx;}
  13. .pingjia .ping{border-bottom: 2rpx solid #eee;}
  14. .pingjia .ping:last-child{border-bottom: none;}
  15. .con{padding: 0 20rpx 40rpx;}
  16. .tit{font-size: 28rpx;color: #333;padding: 35rpx 0;}
  17. .text{border: 2rpx solid #DFDFDF;height: 140rpx;border-radius: 6rpx;}
  18. .text textarea{width: 100%;border: none;padding: 10rpx 15rpx;height: 100rpx;box-sizing: border-box;}
  19. .text view{padding: 0 15rpx;text-align: right;font-size: 24rpx;color: #B1B1B1;}
  20. .imgbox{margin-top: 20rpx;}
  21. .img{margin-right: 20rpx;position: relative;}
  22. .img image{width: 120rpx;height: 120rpx;border-radius: 10rpx;}
  23. .img image.cuo{width: 30rpx;height: 30rpx;position: absolute;top: -5rpx;right: -5rpx;}
  24. .upload image{width: 120rpx;height: 120rpx;border-radius: 10rpx;}
  25. .submit{position: fixed;left: 40rpx;right: 40rpx;bottom: 60rpx;background: #F02637;height: 100rpx !important;line-height: 100rpx !important;border-radius: 10rpx !important;font-size: 36rpx;color: #fff;}