1234567891011121314151617181920212223242526272829303132333435363738394041 |
- .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 {
- width: 66px;
- height: 66px;
- border-radius: 90px;
- }
- .main .one .right {
- float: left;
- width: 75%;
- }
- .main .one .right .name {
- float: left;
- width: 100%;
- font-size: 16px;
- font-weight: bold;
- margin: 0 0 5px 0;
- }
- .main .two {
- float: left;
- width: 100%;
- }
|