| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- * {
- margin: 0;
- padding: 0;
- }
- .lod-bar {
- background-image: linear-gradient(rgb(218, 235, 255) 0%, rgb(255, 255, 255) 40.6%);
- padding-top: 5%;
- }
- .lod-bar-y {
- height: 230px;
- border-radius: 0px 0px 80% 0px;
- }
- .lod-logo {
- width: 243px;
- height: 200px;
- background: url(../images/logo3.png) no-repeat;
- background-size: 70%;
- background-position-x: center;
- background-position-y: center;
- margin: 0 auto;
- }
- .lod-ma30 {
- margin-top: 30px;
- }
- .lod-wj {
- overflow: hidden;
- margin: 50px 36px;
- color: #a9a9a9;
- font-size: 14px;
- }
- .lod-sj {
- position: absolute;
- bottom: 0px;
- height: 100px;
- width: 100%;
- }
- .lod-qq {
- background: url(../images/qq.png) no-repeat;
- background-size: 25px;
- height: 35px;
- background-position-x: right;
- }
- .lod-wx {
- background: url(../images/wx.png) no-repeat;
- background-size: 30px;
- height: 35px;
- background-position-x: center;
- }
- .lod-wb {
- background: url(../images/wb.png) no-repeat;
- background-size: 30px;
- height: 35px;
- background-position-x: left;
- }
|