1234567891011121314151617181920212223242526272829 |
- .container{
- padding: 0;
- }
- .title{
- text-align: center;
- font-size: 18px;
- font-weight: bold;
- color: #222;
- margin-top: 30px;
- }
- .img-style{
- width: 100%;
- height: 150px;
- display: block;
- margin-bottom: 10px;
- }
- .btn_box{
- width: 300px !important;
- margin: 0 auto;
- background: #1296db;
- color: #ffffff;
- font-size: 14px;
- text-align: center;
- height: 35px;
- border-radius: 3px;
- line-height: 20px;
- position: absolute;
- bottom: 50px;
- }
|