123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- .bgc-f2f3f4{
- background-color: #f2f3f4;
- }
- .c-ff9526{
- color: #ff9526;
- }
- .c-ff5e6c{
- color: #ff5e6c;
- }
- .c-f25{
- font-size: 25px;
- }
- .plr30{
- padding-left: 30px;
- padding-right: 30px;
- }
- .p30{
- padding: 30px;
- }
- .c-radius-5{
- border-radius: 5px;
- }
- .qiehuan-txt{
- color:#17B3EC;
- text-decoration: underline;
- /*padding-left: 10px;*/
- }
- .date-icon{
- float: right;
- width: 20px;
- height: 20px;
- margin-top: 3px;
- }
- .p15{
- padding: 15px;
- }
- .labelIcon{
- background-repeat: no-repeat;
- background-image: url(../images/weixinzhifu_bg_img.png);
- background-size: 100% 100%;
- padding:10px 10px 15px 15px;
- height: 100px;
- color:#ffffff;
- margin-top: 15px;
- }
- .labelIcon.weixin{
- background-image: url(../images/weixinzhifu_bg_img.png);
- }
- .labelIcon.zhifubao{
- background-image: url(../images/zhifubaozhifu_bg_img.png);
- }
- .labelIcon.yinlian{
- background-image: url(../images/yinlianzhifu_bg_img.png);
- }
- .labelIcon.xianjin{
- background-image: url(../images/xianjichongzhi_bg_img.png);
- }
- .circle-btn{
- position: absolute;
- bottom: 80px;
- right: 20px;
- width: 45px;
- height: 45px;
- border-radius: 50%;
- background-color: #4DCD70;
- border: 1px solid #12AA3C;
- font-size: 12px;
- color: #FFFFFF;
- text-align: center;
- }
- .jiuzhen{
-
- }
- .jiuzhen .card-icon{
- background-repeat: no-repeat;
- background-image: url(../images/biaoqian_lvse_img.png);
- background-size: 100% 100%;
- padding:4px 10px 4px 18px;
- color:#ffffff;
- }
- .jiuzhen .c-btn-full,.jiuzhen .c-btn-big{
- background: #4dcd70;
- border-bottom-left-radius: 5px;
- border-bottom-right-radius: 5px;
- }
- .zhuyuan{
-
- }
- .zhuyuan .card-icon{
- background-repeat: no-repeat;
- background-image: url(../images/biaoqian_hongse_img.png);
- background-size: 100% 100%;
- padding:4px 10px 4px 18px;
- color:#ffffff;
- }
- .zhuyuan .c-btn-full,.zhuyuan .c-btn-big{
- background: #FF5E6C;
- border-bottom-left-radius: 5px;
- border-bottom-right-radius: 5px;
- }
- .p-fix-bottom-0{
- position: fixed;bottom: 0px;
- }
|