| 1234567891011121314151617181920212223242526272829303132333435 |
- @charset "UTF-8";
- .circle_top{
- padding: 5% 3%;
- height: auto;
- }
- .circle_top .posting{
- height: 25px;
- width: 25px;
- float: right;
- padding-bottom: 20px;
- }
- .circle_top .avatar{
- width: 13%;
- height: 13%;
- clear: both;
- margin-right: 2%;
- }
- .showImg{
- margin-left: 15%;
- }
- .showImg img{
- width: 30%;
- height: 30%;
- margin-top: 5%;
- float: left;
- margin-right: 3%;
- }
- .collect{
- clear: both;
- height: 40px;
- padding-top: 15px;
- }
- .collect img{
- width: 60%;
- }
|