12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- /* components/toufang/index.wxss */
- .youshikehubody{
- margin: 0 5px;
- box-shadow: 0 0 5px #eee;
- }
- .titleHead {
- color: #000;
- padding: 5px 5px 5px 10px;
- font-size: 17px;
- margin-bottom: 15px;
- margin-top: 15px;
- border-bottom: 1rpx solid #eee;
- }
- .f2-canvas {
- height: 56.25vw;
- }
- .after {
- width: 3px;
- height: 1.2em;
- margin-left: -5px;
- display: inline-block;
- border-radius: 3px;
- vertical-align: middle;
- background-color: #44aae1;
- }
- .btns {
- float: right;
- font-size: 12px;
- margin-top: 3px;
- }
- .col {
- padding: .5em 0;
- text-align: center;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .rowText:nth-child(odd) .col {
- background-color: #eee;
- }
|