1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- .main {
- float: left;
- width: 100%;
- }
- .main .one {
- float: left;
- width: 95%;
- padding: 8px;
- border-bottom: 1px solid #f1f1f1;
- }
- .main .one .left {
- float: left;
- width: 25%;
- text-align: center;
- }
- .main .one .left .image {
- display: block;
- width: 66px;
- height: 66px;
- overflow: hidden;
- border-radius: 50%;
- margin: 0 12px;
- }
- .main .one .right {
- float: left;
- width: 75%;
- }
- .main .one .right .name {
- float: left;
- width: 100%;
- }
- .main .one .right .name .other {
- float: left;
- width: 100%;
- margin: 0 0 5px 0;
- font-size: 16px;
- font-weight: bold;
- margin: 0 0 5px 0;
- }
- .main .two {
- float: left;
- width: 100%;
- }
|