| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449 |
- * {
- font-family: "微软雅黑";
- }
- li {
- list-style: none
- }
- @font-face {
- font-family: 'iconfont';
- src: url('fonts/iconfont.eot');
- /* IE9*/
- src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'),
- /* IE6-IE8 */
- url('fonts/iconfont.woff') format('woff'),
- /* chrome、firefox */
- url('fonts/iconfont.ttf') format('truetype'),
- /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
- url('fonts/iconfont.svg#iconfont') format('svg');
- /* iOS 4.1- */
- }
- .iconfont {
- font-family: "iconfont";
- font-size: 25px;
- font-style: normal;
- }
- .fl {
- float: left;
- }
- .fr {
- float: right;
- }
- .bc {
- background-color: #F5F5F5;
- border: 2px solid #EBEBEB;
- padding: 25px 20px;
- }
- .size-14 {
- font-size: 14px;
- font-weight: normal;
- }
- .ba {
- background-color: #F5F5F5;
- border: 2px solid #EBEBEB;
- padding: 0px;
- }
- .left_box {
- background-color: #FFFFFF;
- }
- .rows {
- display: -webkit-box;
- }
- .lazur {
- color: #23c6c8;
- }
- .bottom_line {
- border-bottom: 2px solid #CCCCCC;
- }
- .clear {
- margin: 0;
- padding: 0;
- margin-top: 2%;
- }
- .widgets {
- padding: 15px 20px;
- margin-bottom: 25px;
- margin-top: 35px;
- }
- /*.ss{
- background: url(img/huan.png) no-repeat;
- background-size: contain;
- background-position: center;
- margin-left: 20px;
- }*/
- .fenxian {
- border: 2px solid #CCCCCC;
- margin-bottom: 10px;
- display: inherit;
- position: absolute;
- width: 100%;
- TOP: 50%;
- }
- .left1 {
- LEFT: 15px;
- }
- .left2 {
- right: 15px;
- }
- .rowTitle {
- position: absolute;
- font-size: 16px;
- top: 40px;
- left: 45px;
- font-weight: 800;
- padding-bottom: 10px;
- border-bottom: 2px solid #CCCCCC;
- letter-spacing: 4px;
- }
- .num_box {
- background-color: #fefefe;
- border: 1px solid #EBEBEB;
- border-radius: 5px;
- margin-top: 10px;
- -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
- height: 318px;
- }
- .size-16 {
- font-size: 16px !important;
- }
- .size-14 {
- font-size: 14px !important;
- }
- .size-15 {
- font-size: 15px !important;
- }
- .size-12 {
- font-size: 12px !important;
- }
- .min_bottom {
- margin-bottom: 5px !important;
- }
- .fa-4x {
- font-size: 3em;
- color: #FFFFFF;
- background-color: #67cdcb;
- padding: 10px;
- border-radius: 5px;
- }
- .bg_green {
- background: -webkit-linear-gradient(left, #accafd, #b8dcfc);
- background: -moz-linear-gradient(left, #accafd, #b8dcfc);
- background: -o-linear-gradient(left, #accafd, #b8dcfc);
- background: -webkit-gradient(linear, 100% 0, 0 0, from(#b8dcfc), to(#accafd));
- background: linear-gradient(left, #accafd, #b8dcfc);
- /* Opera 11.1 - 12.0 */
- /* Firefox 3.6 - 15 */
- /* 标准的语法 */
- }
- .bg_blue {
- /* Safari 5.1 - 6.0 */
- background: -webkit-linear-gradient(left, #f26997, #f080ce);
- background: -moz-linear-gradient(left, #f26997, #f080ce);
- background: -o-linear-gradient(left, #f26997, #f080ce);
- background: -webkit-gradient(linear, 100% 0, 0 0, from(#f080ce), to(#f26997));
- background: linear-gradient(left, #f26997, #f080ce);
- /* Opera 11.1 - 12.0 */
- /* Firefox 3.6 - 15 */
- /* 标准的语法 */
- }
- .bg_red {
- background: -webkit-linear-gradient(left, #fbc356, #fa9182);
- background: -moz-linear-gradient(left, #fbc356, #fa9182);
- background: -o-linear-gradient(left, #fbc356, #fa9182);
- background: -webkit-gradient(linear, 100% 0, 0 0, from(#fa9182), to(#fbc356));
- background: linear-gradient(left, #fbc356, #fa9182);
- /* Opera 11.1 - 12.0 */
- /* Firefox 3.6 - 15 */
- /* 标准的语法 */
- }
- .bg_black {
- background: -webkit-linear-gradient(left, #88eec0, #8bdedd);
- background: -moz-linear-gradient(left, #88eec0, #8bdedd);
- background: -o-linear-gradient(left, #88eec0, #8bdedd);
- background: -webkit-gradient(linear, 100% 0, 0 0, from(#8bdedd), to(#88eec0));
- background: linear-gradient(left, #88eec0, #8bdedd);
- /* Opera 11.1 - 12.0 */
- /* Firefox 3.6 - 15 */
- /* 标准的语法 */
- }
- .bg_wj {
- background: -webkit-linear-gradient(left, #6c77da, #7351ac);
- background: -moz-linear-gradient(left, #6c77da, #7351ac);
- background: -o-linear-gradient(left, #6c77da, #7351ac);
- background: -webkit-gradient(linear, 100% 0, 0 0, from(#7351ac), to(#6c77da));
- background: linear-gradient(left, #6c77da, #7351ac);
- /* Opera 11.1 - 12.0 */
- /* Firefox 3.6 - 15 */
- /* 标准的语法 */
- }
- .jg {
- letter-spacing: 2px;
- margin-top: -3px;
- font-weight: bolder;
- }
- .mt {
- margin-top: 10px;
- }
- .ibox-content {
- /* padding: 20px 20px 95px; */
- background-color: #fefefe;
- border: 1px solid #EBEBEB;
- border-radius: 5px;
- -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
- box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
- }
- .size-20 {
- font-size: 20px;
- color: #4078ad;
- }
- .border_top {
- border-top: none;
- }
- /*.margin-tops{
- margin-top:-50px;
- }*/
- .padding-left-min {
- padding-left: 0;
- padding-top: 5px;
- text-align: center;
- }
- .mins-left {
- padding-left: 30px;
- padding-right: 0;
- }
- .widget h2,
- .widget h3 {
- margin-top: 0px;
- }
- .col-sm-2 {
- width: 20%;
- }
- .col-sm-4 {
- width: 29%;
- }
- .min_right {
- margin-right: 15px;
- }
- .col-xs-3 {
- padding-left: 5px;
- }
- .huan {
- background: url(./img/huan.png)no-repeat;
- }
- .min-padding {
- padding-bottom: 10px;
- padding-top: 10px;
- border-bottom-width: 1px;
- border-radius: 5px !important;
- padding-left: 10px;
- padding-right: 5px;
- }
- .progress {
- height: 5px;
- background-color: #CCCCCC;
- }
- .progress-bar-ff {
- background-color: #FFF;
- }
- .ff {
- color: #FFFFFF;
- }
- .c-bottom {
- margin-top: 5px;
- }
- .bg-purple {
- background: -ms-linear-gradient(right, #ea76dd, #8a9cf4);
- background: -webkit-gradient(linear, 100% 0, 0 0, from(#ea76dd), to(#8a9cf4));
- background: -webkit-linear-gradient(right, #ea76dd, #8a9cf4);
- background: -moz-linear-gradient(right, #ea76dd, #8a9cf4);
- background: -o-linear-gradient(right, #ea76dd, #8a9cf4);
- background: linear-gradient(right, #ea76dd, #8a9cf4);
- background: #ea76dd;
- /* Opera 11.1 - 12.0 */
- /* Firefox 3.6 - 15 */
- /* 标准的语法 */
- }
- .bg-blues {
- background: -ms-linear-gradient(right, #67aefe, #67aefe);
- background: -webkit-linear-gradient(right, #67aefe, #67aefe);
- background: -moz-linear-gradient(right, #67aefe, #7bd7fe);
- background: -o-linear-gradient(right, #67aefe, #7bd7fe);
- background: -webkit-gradient(linear, 100% 0, 0 0, from(#67aefe), to(#7bd7fe));
- background: linear-gradient(right, #67aefe, #7bd7fe);
- background: #67aefe;
- /* Opera 11.1 - 12.0 */
- /* Firefox 3.6 - 15 */
- /* 标准的语法 */
- }
- .bg-yellow {
- background: -ms-linear-gradient(right, #f95a84, #f86953);
- background: -webkit-linear-gradient(right, #f95a84, #f86953);
- background: -moz-linear-gradient(right, #f95a84, #f86953);
- background: -o-linear-gradient(right, #f95a84, #f86953);
- background: -webkit-gradient(linear, 100% 0, 0 0, from(#f95a84), to(#f86953));
- background: linear-gradient(right, #f95a84, #f86953);
- background: #f95a84;
- /* Opera 11.1 - 12.0 */
- /* Firefox 3.6 - 15 */
- /* 标准的语法 */
- }
- /*.p-xl{
- border-width: 5px;
- border-style: solid;
- border-color: #69cbd0 #69cbd0 #be8bd6 #47bde3 ;
- border-radius: 50%;
- }*/
- .c-bottom {
- width: 29%;
- overflow: hidden;
- margin-right: 5px;
- float: left;
- }
- .c-bottom ul {
- overflow: hidden;
- width: 100%;
- padding-left: 0px;
- list-style: none;
- margin-top: 3px;
- cursor: pointer;
- }
- .Text {
- width: 100%;
- text-align: center;
- }
- .TG{
- margin-top: 16px;
- margin-bottom: 10px;
- padding-right: 15px;
- font-size: 15px;
- }
- .TG li{
- padding:6px 10px;
- border-bottom: 1px dashed rgb(104,203,207);
- }
- .TG li span:nth-child(1){
- color: rgb(241,110,162);
- font-weight: 700;
- display: inline-block;
- width: 200px;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- vertical-align: middle;
- }
- .TG li span:nth-child(2){
- float: right;
- padding-right: 10px;
- }
- .TG ul{
- animation: row 10s linear infinite;
- }
- @keyframes row{
- 0%{}
- 100%{
- transform: translateY(-50%);
- }
- }
- .rowCont{
- width: 20px;
- display: inline-block;
- font-size: 18px;
- position: absolute;
- top: 111px;
- left: 27px;
- color: rgb(104,203,207);
- }
- .questype li{
- list-style: none;
- float: left;
- padding: 5px 10px;
- width: 30%;
- margin-left: 10px;
- margin-bottom: 10px;
- color: #fff;
- }
- .questype li:nth-child(1){
- background-color: rgb(103,174,253);
- }
- .questype li:nth-child(2){
- background-color: rgb(234,118,221);
- }
- .questype li:nth-child(3){
- background-color: rgb(248,90,132);
- }
- .questype li:nth-child(4){
- background-color: rgb(113,89,132);
- }
- .questype li:nth-child(5){
- background-color: rgb(104,203,207);
- }
- .questype li div:nth-child(1){
- text-align: right;
- margin-bottom: 12px;
- border-bottom: 1px dashed;
- padding-bottom: 7px;
- }
- .questype li div:nth-child(2) p{
- text-align: center;
- float: left;
- width: 50%;
- }
- .questype li label{
- width: 100%;
- }
|