12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- @charset "utf-8";
- .n-list {
- border: 1px solid #DCDCDC;
- margin: 0 10px;
- }
- .family-list .n-list-key {
- margin: 5px 0;
- }
- .family-list h2 {
- font-weight: bold;
- color: #323232;
- font-size: 16px;
- }
- .family-list .n-list-info p {
- margin-top: 10px;
- font-size: 12px;
- }
- .icon-add {
- display: inline-block;
- width: 30px;
- height: 30px;
- background-image: url(../images/tianjia_jiaren_icon.png);
- background-repeat: no-repeat;
- background-position: center;
- background-size: cover;
- }
- .family-list .red {
- color: #ff6a56;
- }
- .family-list .list-last {
- display: -webkit-box;
- display: -moz-box;
- display: box;
- -webkit-box-orient: vertical;
- -moz-box-orient: vertical;
- box-orient: vertical;
- -webkit-box-pack: center;
- -moz-box-pack: center;
- box-pack: center;
- height: 80px;
- border-style: dashed;
- }
- .family-list .list-last p {
- color: #dedede;
- font-size: 12px;
- }
|