123456789101112131415161718192021222324252627282930313233343536373839404142 |
- body,
- html {
- background: #FFFFFF;
- }
- .mui-content>div {
- padding: 30px;
- background: #FFFFFF;
- }
- .float {
- float: left;
- }
- .code-img {
- width: 45px;
- height: 45px;
- }
- img {
- width: 100%;
- }
- .code-word {
- padding-left: 10px;
- }
- .code-word div:first-child {
- font-size: 15px;
- }
- .code-word div:last-child {
- font-size: 13px;
- margin-top: 10px;
- /*color: #018eef;*/
- }
- .mui-content>.img-box {
- width: 100%;
- padding: 50px;
- padding-top: 0;
- }
|