| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215 |
- /*我的项目*/
- .cont {
- position: relative;
- cursor: pointer;
- }
- .cont_cont>div {
- border-bottom: 1px solid #f2f5f4;
- text-align: left;
- padding-top: 10px;
- }
- .cont_detail {
- border: 1px solid #c8d6d9;
- border-radius: 5px;
- position: absolute;
- z-index: 9999;
- top: 23px;
- width: 400px;
- display: none;
- left: -19%;
- }
- .cont_detail:before {
- display: block;
- content: "";
- height: 13px;
- width: 13px;
- border: 1px solid #c8d6d9;
- border-bottom: 0;
- border-right: 0;
- background: #ebebeb;
- position: absolute;
- left: 50%;
- top: -7px;
- transform: rotate(46deg);
- -ms-transform: rotate(46deg);
- /* IE 9 */
- -moz-transform: rotate(46deg);
- /* Firefox */
- -webkit-transform: rotate(46deg);
- /* Safari 和 Chrome */
- -o-transform: rotate(46deg);
- /* Opera */
- }
- .title {
- border-top-right-radius: 5px;
- border-top-left-radius: 5px;
- }
- .title>div:first-child {
- float: left;
- }
- .title>div:last-child {
- float: right;
- }
- .title {
- padding: 10px;
- }
- .cont_cont {
- background: #fff;
- border-radius: 5px;
- padding: 0 10px;
- }
- .title {
- background: #ebebeb;
- }
- .img_box {
- width: 105px;
- height: 66px;
- float: left;
- }
- .img_box img {
- width: 100%;
- height: 100%;
- }
- .cont_cont_head>div:last-child {
- /*float: left;
- padding-left: 15px;
- text-align: left;*/
- color: #333;
- font-size: 14px;
- }
- /*.cont_cont_head>div:last-child p:last-child {
- font-size: 12px;
- }*/
- .show {
- display: block;
- }
- .cont_detail ul li {
- float: initial;
- line-height: 23px;
- }
- .cont_detail ul {
- padding: 0;
- }
- .zhaiYao {
- width: 98%;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .states {
- padding: 3px 5px;
- text-align: center;
- display: inline-block;
- color: #fff;
- border-radius: 3px;
- }
- .cont_cont_middel ul li>div {
- display: inline-block;
- width: 50%;
- }
- .cont_cont_foot ul li>div {
- display: inline-block;
- width: 30%;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- padding-left: 3px;
- }
- .cont_cont_foot ul li>div:first-child {
- width: 40%;
- }
- .cont_cont_foot ul li:first-child>div {
- display: inline-block;
- width: 33%;
- }
- .cont_cont_foot .more {
- text-align: right;
- color: #249fea;
- }
- .input_wraper {
- display: inline-block;
- width: 58px;
- height: 21px;
- line-height: 21px;
- border: 1px solid #dfdfdf;
- background: #fff;
- vertical-align: middle;
- }
- .input_wraper .rmb {
- float: left;
- width: 16px;
- text-align: center;
- font-family: arial, verdana;
- color: #999;
- }
- .input_wraper .price-input {
- float: left;
- width: 40px;
- border: 0 none;
- outline: none;
- height: 21px;
- line-height: 21px;
- background: transparent;
- }
- .head_portrait {
- width: 50px;
- height: 50px;
- }
- .table_con {
- cursor: pointer;
- color: #249fea;
- }
- .module_img {
- width: 40px;
- height: 40px;
- display: inline-block;
- }
- .deliver_wocode{
- display: inline-block;
- position: relative;
- }
- .deliver_wocode b{
- display: inline-block;
- font-weight: normal;
- position: absolute;
- right: -8px;
- top: -17px;
- letter-spacing: 1px;
- font-size: 12px;
- color: white;
- padding: 0 2px;
- background-color: #fc3d18;
- }
|