12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- .c-f17 {
- font-size: 17px;
- }
- .c-333 {
- color: #333;
- }
- .mr16 {
- margin-right: 16px;
- }
- .div-type-content li {
- height: 45px;
- }
- .div-type-content.c-list .cur-pit {
- padding-right: 0;
- }
- .div-type-content.c-list .c-list-info {
- border-bottom: 1px solid #dcdcdc;
- padding-right: 0;
- }
- .div-type-content.c-list li:last-child .c-list-info {
- border-bottom: 0;
- }
- .div-type-content.c-list>li,
- .div-type-content.c-list>.c-list-div {
- border-top: 0;
- }
- .c-list .c-list-key {
- margin-top: 15px;
- }
- .div-head-content {
- width: 100%;
- height: 105px;
- background: url(../images/wode_bg_img.png) no-repeat;
- background-size: 100% 105px;
- display: -webkit-box;
- position: relative;
- }
- .portrait-img {
- border-radius: 60px;
- margin: 22px;
- }
- .mt25 {
- margin-top: 25px;
- }
- .mt5 {
- margin-top: 5px;
- }
- .qiehuan-jiaren {
- position: absolute;
- top: 50%;
- right: 15px;
- margin-top: -17px;
- }
- .app-list {
- background-color: #fff;
- overflow: hidden;
- border-bottom: 1px solid #e1e1e1;
- }
- .app-list li {
- float: left;
- text-align: center;
- width: calc((100% - 3px) / 4);
- padding: 13px 0;
- font-size: 14px;
- color: #666;
- }
- .app-list li:nth-child(4n) {
- border-right: 0;
- }
- .weixing-icon{
- display: none;
- }
|