1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- body {
- background-color: #13214e;
- position: fixed;
- width: 100%;
- height: 100%;
- }
- .flex {
- display: flex;
- }
- .f {
- flex: 1;
- }
- .row {
- width: 100%;
- }
- .s33 {
- width: 27.3333%;
- float: left;
- background-image: url(../img/u11.svg);
- background-size: 100% 100%;
- min-height: 350px;
- margin: 25px 10px 0px 25px;
- padding: 20px;
- overflow: hidden;
- position: relative;
- }
- iframe {
- border: 0px !important;
- border-radius: 5px;
- position: absolute;
- width: 93%;
- height: 270px;
- }
- .wordcloud{
- width: 300px;
- height: 300px;
- }
- .icon {
- padding: 5px;
- font-size: 28px;
- height: 40px;
- color: #699BE3;
- font-weight: 700;
- overflow: hidden;
- font-style: normal;
- margin-bottom: 20px;
- }
- .tb {
- float: left;
- }
- .btw {
- float: left;
- margin-left: 15px;
- margin-top: 4px;
- }
|