123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- /*<!-- 首页智慧医疗第一模块 -->*/
- .fond span {
- font-size: 22px;
- }
- .backgroundRou p {
- font-size: 16px;
- color: #727171;
- margin-top: 10px;
- }
- .backgroundRou h1 {
- color: #595757;
- }
- .fluid span {
- font-size: 35px;
- color: #ffffff;
- line-height: 110px;
- }
- .fluid p {
- font-size: 16px;
- color: #727171;
- margin-top: 10px;
- }
- .fluid h1 {
- color: #595757;
- }
- .containerCon p {
- font-size: 16px;
- color: #727171;
- margin-top: 10px;
- }
- .containerCon h1 {
- color: #595757;
- }
- .background {
- background-color: #fafbff;
- }
- .background .fond {
- text-align: center;
- font-size: 20px;
- color: #000000;
- }
- .caption{
- /*margin-bottom: 60px;*/
- }
- .background .caption p {
- font-size: 16px;
- line-height: 20px;
- color: #666;
- }
- /*<!-- 首页智慧医疗第二模块 -->*/
- .backgroundRou .fond{
- text-align: center;
- margin: 0 auto;
- }
- .col_w {
- width: 285px;
- height: 350px;
- box-shadow: 3px 3px 4px rgba(157,157,157,.2);
- }
- /*<!-- 首页智慧医疗第三模块 -->*/
- .fluid {
- background: url(../img/Medicalwisdom.jpg) no-repeat;
- background-size: cover;
- }
- .fond_bank_product{
- width: 40%;
- margin: 50px 0 0 50px;
- }
- .fond_bank_product .button span{
- font-size: 25px;
- color: #ffffff;
- line-height: 50px;
- }
- .fond_bank_product h2{
- font-size: 35px;
- color: #ffffff;
- line-height: 150px;
- }
- .fond_bank_product p{
- font-size:17px;
- color: #ffffff;
- line-height: 30px;
- }
- .button {
- border: 1px solid #cfcfcf;
- border-radius: 5px;
- width: 35%;
- height: 50px;
- margin-top: 40px;
- text-align: center;
- }
- .button_nue span {
- line-height: 40px;
- font-size: 15px;
- color: #fff;
- }
- .button_nue{
- width: 150px;
- height: 40px;
- border: 1px solid #fff;
- border-radius: 10px;
- margin-top: 40px;
- text-align: center;
- }
- .button span:last-child{
- margin: 0 auto;
- line-height: 50px;
- font-size: 20px;
- color: #ffffff;
- }
- /*<!-- 首页智慧医疗第四模块 -->*/
- .col-md-2 .pos_wz {
- position: relative;
- top: 0;
- left: 0;
- }
- .pos_wz_p {
- position: absolute;
- top: 0px;
- left: 10px;
- right: 10px;
- height: 78px;
- width: 170px;
- text-align: center;
- }
- .pos_wz_p span{
- font-size: 16px;
- color:#fff;
- line-height:78px;
- }
|