Authored by 梁志锋

合并develop代码

  1 +.ps-list-page {
  2 + background-color: #f0f0f0;
1 3
  4 + .nav-tab, .ps-content {
  5 + width: 100%;
  6 + }
2 7
  8 + .nav-tab {
  9 + height: 60rem / $pxConvertRem;
  10 + padding: 10rem / $pxConvertRem 0;
  11 + background-color: #fff;
  12 + }
3 13
4 - 14 + .star-nav, .plus-nav {
  15 + box-sizing: border-box;
  16 + float: left;
  17 + width: 50%;
  18 + height: 60rem / $pxConvertRem;
  19 + line-height: 60rem / $pxConvertRem;
  20 + font-size: 16px;
  21 + text-align: center;
  22 + color: #ccc;
5 23
6 &.focus { 24 &.focus {
7 color: #000; 25 color: #000;