index.wxss 546 B

12345678910111213141516171819202122232425262728293031323334
  1. /* components/toufang/index.wxss */
  2. .titleHead {
  3. color: #000;
  4. padding: 5px 5px 5px 10px;
  5. font-size: 17px;
  6. margin-bottom: 15px;
  7. margin-top: 15px;
  8. border-bottom: 1rpx solid #eee;
  9. }
  10. .f2-canvas{
  11. height: 56.25vw;
  12. }
  13. .after {
  14. width: 3px;
  15. height: 1.2em;
  16. margin-left: -5px;
  17. display: inline-block;
  18. border-radius: 3px;
  19. vertical-align: middle;
  20. background-color: #44aae1;
  21. }
  22. .btns{
  23. float: right;
  24. font-size: 12px;
  25. margin-top: 3px;
  26. }
  27. .col{
  28. padding: .5em 0;
  29. overflow:hidden;
  30. text-overflow:ellipsis;
  31. white-space:nowrap
  32. }