index.wxss 813 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. .select{
  14. font-size: 15px;
  15. }
  16. .youshikehubody{
  17. margin: 0 5px;
  18. box-shadow: 0 0 5px #eee;
  19. }
  20. .rowText:nth-child(odd) .col {
  21. background-color: #eee;
  22. }
  23. .after {
  24. width: 3px;
  25. height: 1.2em;
  26. margin-left: -5px;
  27. display: inline-block;
  28. border-radius: 3px;
  29. vertical-align: middle;
  30. background-color: #44aae1;
  31. }.btns{
  32. float: right;
  33. height: 20px;
  34. line-height: 20px;
  35. margin-right: 10rpx;
  36. }
  37. .title {
  38. font-size: 16px;
  39. font-weight: 500;
  40. padding-left: 10rpx;
  41. color: #44aae1;
  42. }
  43. .col{
  44. padding: .5em 0;
  45. overflow:hidden;
  46. text-overflow:ellipsis;
  47. white-space:nowrap
  48. }