123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- @charset "utf-8";
- /* powerFloat */
- .float_ajax_box {
- border: 1px solid #ccc;
- background-color: #fff;
- }
- .float_loading {
- width: 100px;
- height: 100px;
- background: url(http://www.zhangxinxu.com/study/image/loading.gif) no-repeat center;
- }
- .float_ajax_image {
- padding: 5px;
- }
- .float_ajax_error {
- width: 200px;
- padding: 40px 0;
- text-align: center;
- }
- .float_list_ul {
- margin: 0;
- padding: 1px;
- border: 1px solid #beceeb;
- background-color: #fff;
- font-size: 12px;
- list-style-type: none;
- }
- .float_list_a {
- display:block;
- text-decoration: none;
- }
- .float_list_a:hover {
- background-color:#f0f3f9;
- color: #333;
- text-decoration: none;
- }
- .float_list_ul li {
- line-height: 20px;
- border-top: 1px solid #f0f3f9;
- text-indent: 5px;
- }
- .float_list_ul li:first-child {
- border-top: 0;
- }
- .float_list_null {
- padding: 40px 20px;
- text-align: center;
- }
- .float_remind_box {
- border: 1px solid #F7CE39;
- background: #ffffe0;
- padding: 5px 10px;
- }
- .float_tip_box {
- line-height: 18px;
- padding: 0 3px;
- background-color: #ffffe0;
- -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
- -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
- box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
- border: 1px solid #333;
- position:absolute;
- }
- .float_doing_box {
- border: 1px solid #F7CE39;
- background: #ffffe0 url(http://www.zhangxinxu.com/study/image/loading_s.gif) no-repeat 5px center;
- padding: 5px 10px 5px 25px;
- font-size: 12px;
- position: absolute;
- }
- .float_corner {
- font-size: 18px;
- font-family: '宋体';
- position: absolute;
- left: -6000px;
- overflow: hidden;
- }
- .float_corner .corner {
- position: absolute;
- }
- .float_corner .corner_1 {
- /*可去除*/
- color: #ccc;
- }
- .float_corner .corner_2 {
- /*可去除*/
- color: #fff;
- }
- .float_corner_top, .float_corner_bottom {
- width: 16px;
- height: 8px;
- }
- .float_corner_top {
- line-height: 14px;
- }
- .float_corner_bottom {
- line-height: 17px;
- }
- .float_corner_left, .float_corner_right {
- width: 8px;
- height: 16px;
- }
- .float_corner_top .corner, .float_corner_bottom .corner {
- left: 0;
- }
- .float_corner_right .corner, .float_corner_left .corner{
- top: -2px;
- }
- .float_corner_bottom .corner_1 {
- }
- .float_corner_bottom .corner_2 {
- top: 1px;
- }
- .float_corner_left .corner_1 {
- right: 0;
- }
- .float_corner_left .corner_2 {
- right: 1px;
- }
- .float_corner_top .corner_1 {
- bottom: 0;
- }
- .float_corner_top .corner_2 {
- bottom: 1px;
- }
- .float_corner_right .corner_2 {
- left: 1px;
- }
|