index copy.wxss 702 B

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