123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153 |
- .item img{
- /* height: 450px!important; */
- width: 100%!important
- }
- .fc{
- display: flex;
- display: -webkit-flex;
- align-items: center;
- justify-content: center;
- flex-wrap: wrap
- }
- .fcolumn{
- display: flex;
- display: -webkit-flex;
- align-items: center;
- justify-content: center;
- flex-direction: column
- }
- .carousel-indicators .active{
- width: 36px;
- }
- .box_container:after {
- clear: both;
- }
- .box{
- width:414px;
- height: 366px;
- border: 1px solid #ccc;
- margin-top: 20px;
- float: left;
- margin-right: 20px
- }
- .lastBox{
- margin-right:0
- }
- .box_head{
- padding: 20px 24px 0 20px
- }
- .box_title{
- color: #f9a821;
- font-size: 20px;
- font-weight: bold;
- margin-right: 10px
- }
- .box_title_remark{
- color: #909090;
- font-size: 14px
- }
- .box_content{
- color: #666666;
- font-size: 16px;
- margin-top: 50px;
- padding: 0 20px;
- height: 84px;
- text-indent: 32px;
- line-height: 28px;
- }
- .box_bottom{
- padding: 0 20px;
- margin-top: 20px;
- display: flex;
- display: -webkit-flex;
- }
- .box_bottom img{
- height: 150px;
- }
- .box_button{
- width:90px;
- height: 32px;
- border-radius: 2px;
- background: #0ad8c8;
- border: none;
- outline: none;
- color: #ececec;
- margin-right: 45px
- }
- .box_button:hover{
- transform: scale(1.1);
- -webkit-transform: scale(1.1);
- }
- .mt20{
- margin-top: 20px;
- }
- .box_largeBtn{
- width:336px;
- height: 44px;
- background: #0ad8c8;
- border: none;
- outline: none;
- color: #fefefe;
- border-radius: 2px;
- margin-top: 40px
- }
- .box_select{
- color: #c1c1c1;
- border: 1px solid #ccc;
- width: 336px;
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding-right: 20px;
- margin-top: 20px;
- border-radius: 2px
- }
- .frendBox{
- margin-top: 30px;
- width: 100%
- }
- .frendBox_head{
- font-size: 20px;
- color: #323232
- }
- .frendBox_content{
- font-size: 16px;
- color: #323232;
- overflow: hidden;
- }
- .frendBox_content_box{
- border: 1px solid #ccc;
- height: 60px;
- padding-left: 10px;
- margin-right: 20px;
- float: left;
- width:305px;
- margin-top: 20px;
- }
- .frendBox_content_box img{
- margin-right: 20px;
- }
- .mb60{
- margin-bottom: 60px
- }
- .dropdown-menu{
- max-height:300px ;
- overflow: auto;
- }
- @media (min-width: 1300px){
- .container {
- width: 1300px;
- }
- }
- @media (max-width: 943px){
- .lastBox{
- margin-right:20px
- }
- }
|