12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- .lr-about-page {
- position: relative;
- width: 100%;
- height: 100%;
- background-color: #fff;
- }
- .lr-about-page > div {
- position: absolute;
- top: 50%;
- width: 100%;
- margin-top: -250px;
- }
- .lr-about-page .title {
- color: #000;
- font-size: 14px;
- text-align: center;
- margin: auto;
- width: 100%;
- padding: 10px 0px;
- }
- .lr-about-page .img {
- text-align: center;
- }
- .lr-about-page .des {
- color: #666;
- margin: auto;
- width: 100%;
- padding: 5px 15px;
- font-size: 14px;
- }
- .lr-about-page .ver {
- text-align: center;
- font-size: 12px;
- color: #999;
- padding-top: 20px;
- }
- .lr-article-title{
- width: 100%;
- height: 100%;
- font-size: 16px;
- text-align: center;
- font-weight: bold;
- }
- .value{
- text-align: center;
- }
- .contact-us{
- width: 100%;
- height: 100px;
- line-height: 100px;
- font-size: 18px;
- text-align: center;
- margin-top: 40%;
- background-color: #EFEFF4;
- border-style: none;
- }
- .lr-list-item{
- background-color: #fff;
- }
|