comment.wxss 358 B

12345678910111213141516171819202122232425262728
  1. /* pages/comment/comment.wxss */
  2. page{
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .navbox{
  7. width: 100%;
  8. height: 60rpx;
  9. }
  10. .item{
  11. width: 50%;
  12. height: 60rpx;
  13. line-height: 60rpx;
  14. text-align: center;
  15. float: left;
  16. color: #c9c9c9;
  17. font-size: 24rpx;
  18. font-weight: bold;
  19. }
  20. .select{
  21. color: rgb(0, 34, 66);
  22. }
  23. .center{
  24. background: #000;
  25. width: 100%;
  26. height: 1400rpx;
  27. }