1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- #header {
- height: 128px;
- width: 100%;
- background: url('../images/index_bg.png') no-repeat;
- background-size: cover;
- background-position: center;
- display: flex;
- display: -webkit-box;
- -webkit-box-align: center;
- }
- .mr7{margin-right: 7px;}
- .mb60{margin-bottom: 60px;}
- .ptb8{
- padding-top: 8px;
- padding-bottom: 8px;
- }
- .info{text-indent: 28px; line-height: 1.8;font-size: 14px;}
- .di-photo img{
- width: 60px;
- height: 60px;
- border: 3px solid #FFF;
- border-radius: 50%;
- }
- .di-photo{
- margin-left: 10px;
- margin-right: 10px;
- }
- .doc-info{
- color: #FFF;
- }
- .bottom-btn-box{
- position: fixed;
- bottom: 0;
- left:0;
- width: 100%;
- height: auto;
- box-sizing: border-box;
- }
- .c-btn-E0A526{
- background-color: #e0a526;
- }
- .di-list{
- padding: 10px 10px 0px 10px;
- }
- .di-list li{
- display: inline-block;
- padding: 2px 10px;
- border: solid 1px #DCDCDC;
- border-radius: 20px;
- margin-right: 10px;
- text-align: center;
- color: #333;
- font-size: 14px;
- margin-bottom: 5px;
- margin-top: 5px;
- }
- .di-list li:last-child{
- margin-right: 0px;
- }
- .di-list span{
- display: inline-block;
- padding-left: 28px;
- color: #333;
- font-size: 14px;
- }
|