123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- /*样式重置*/
- .demo-comtop {
- top: 0;
- right: 0;
- left: 0;
- background-color: #17B3EC;
- -webkit-box-shadow: none !important;
- box-shadow: none !important;
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- width: 100%;
- height: 45px;
- line-height: 44px;
- color: #333;
- text-align: center;
- font-size: 18px;
- position: relative;
- z-index: 9999;
- box-sizing: border-box;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -ms-box-sizing: border-box;
- }
- .h174{
- height: 174px;
- background-color: #17B3EC;
- }
- #star {
- position: absolute;
- top: 50%;
- right: 10px;
- margin-top: -10px;
- width: 20px;
- height: 20px;
- background-image: url(../images/sousuohuodong_icon.png);
- background-size: 20px;
- background-repeat: no-repeat;
- }
- .text,.pic{
- display: inline-block;
- z-index: 10000;
- }
- .text{
- width: calc(100% - 115px);
- text-align: center;
- margin-top: 34px;
- }
- .text>p:nth-of-type(1){
- font-size: 30px;
- color: #ffffff;
-
- }.text>p:nth-of-type(2){
- font-size: 18px;
- color: #8ae0ff;
- text-indent: 25px;
- }
- .pic{
- background:url(../images/paihang_img.png) no-repeat;
- background-size: contain;
- position: absolute;
- top: 25px;
- right: 20px;
- width: 115px;
- height: 140px;
- }
- .c-list-action {
- text-align: center;
- right: 20px!important;
- width: 100px;
- }
- .c-list-action>span{
- font-size:20px ;
- color: #333;
- }
- .c-list-action>a{
- font-size:14px ;
- color: #FFA244;
- }
- .c-list > li {
- font-size: 16px;
- color: #333;
- position: relative;
- display: -webkit-box;
- margin-left: 15px;
- border-top: none;
- }
- .c-list>li:nth-of-type(1)>div:nth-of-type(1){
- background: url(../images/paiming01_icon.png) no-repeat center;
- text-align: center;
- line-height: 65px;
- background-size: 30px 30px;
- vertical-align: middle;
- }
- .c-list>li:nth-of-type(2)>div:nth-of-type(1){
- background: url(../images/paiming02_icon.png) no-repeat center;
- text-align: center;
- line-height: 65px;
- background-size: 30px 30px;
-
- }
- .c-list>li:nth-of-type(3)>div:nth-of-type(1){
- background: url(../images/paiming03_icon.png) no-repeat center;
- text-align: center;
- line-height: 65px;
- background-size: 30px 30px;
- }
- .c-list .c-list-indent-m {
- border-top: 1px solid #f1f1f1;
- vertical-align: middle
- }
- .inlineBlock{
- display: inline-block;
- }
- .c-list-indent-m p{
- font-size: 20px;
- height: 65px;
- line-height: 65px;
- color: #333;
- vertical-align: middle;
- }
- .c-list .c-avatar-m{
- display: inline-block;
- width: 45px;
- height: 45px;
- font-size: 14px;
- vertical-align: middle;
- }
- .c-list-indent-m {
- padding-right: 130px !important;
- }
- .c-list-action {
- display: inline-block;
- vertical-align: middle;
- }
|