123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265 |
- .webuploader-container {
- position: relative;
- display: inline-block;
- vertical-align: top
- }
- .webuploader-pick {
- position: relative;
- display: inline-block;
- cursor: pointer;
- background: #3bb4f2;
- padding: 4px 12px;
- color: #fff;
- text-align: center;
- border-radius: 3px;
- overflow: hidden
- }
- .banner_file {
- width: 100px;
- height: 30px;
- position: absolute;
- top: 0;
- left: 0;
- opacity: 0;
- }
- .btn {
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- -ms-border-radius: 3px;
- -o-border-radius: 3px;
- border-radius: 3px;
- background-color: #ff8400;
- color: #fff;
- display: inline-block;
- height: 28px;
- line-height: 28px;
- text-align: center;
- width: 72px;
- transition: background-color 0.2s linear 0s;
- border: none;
- cursor: pointer;
- margin: 0 0 20px;
- }
- .demo {
- width: 700px;
- margin: 0 auto
- }
- .btn:hover {
- background-color: #e95a00;
- text-decoration: none
- }
- .ul_pics li {
- float: left;
- width: 280px;
- height: 350px;
- border: 1px solid #ddd;
- padding: 2px;
- text-align: center;
- margin: 0 5px 5px 0;
- }
- .ul_pics li .img {
- width: 280px;
- height: 260px;
- display: table-cell;
- vertical-align: middle;
- }
- .ul_pics li img {
- max-width: 280px;
- max-height: 260px;
- vertical-align: middle;
- }
- .ul_pics li .input {
- width: 260px;
- height: 30px;
- border: 1px solid #ddd;
- text-indent: 10px;
- margin-top: 10px;
- }
- .ul_pics li .span {
- padding-top: 15px;
- display: block;
- cursor: pointer;
- }
- .progress {
- position: relative;
- padding: 1px;
- border-radius: 3px;
- margin: 60px 0 0 0;
- }
- .bar {
- background-color: green;
- display: block;
- width: 0%;
- height: 20px;
- border-radius: 3px;
- }
- .percent {
- position: absolute;
- height: 20px;
- display: inline-block;
- top: 3px;
- left: 2%;
- color: #fff
- }
- .Submission {
- width: 80%;
- position: relative;
- display: block;
- cursor: pointer;
- background: #3bb4f2;
- padding: 4px 12px;
- color: #fff;
- text-align: center;
- border-radius: 3px;
- overflow: hidden;
- margin: 50px auto;
- height: 50px;
- line-height: 50px;
- font-size: 16px;
- }
- .ul_pics3 li {
- float: left;
- width: 280px;
- height: 90px;
- border: 1px solid #ddd;
- padding: 2px;
- text-align: center;
- margin: 0 5px 5px 0;
- }
- .ul_pics3 li .input {
- width: 260px;
- height: 30px;
- border: 1px solid #ddd;
- text-indent: 10px;
- margin-top: 10px;
- }
- .ul_pics3 li .span {
- padding-top: 15px;
- display: block;
- cursor: pointer;
- }
- #ul_pics4 li {
- height: 170px;
- }
- #ul_pics4 li lable{
- display: block;
- float: left;
- margin-left: 10px;
- }
- #ul_pics4 li .number_select{
- text-align: left;
- text-indent: 10px;
- margin-top: 10px;
- }
- #ul_pics4 li .number_select select{
- width: 100px;
- margin-left: 10px;
- }
- .ul_pics_comment {
- }
- .ul_pics_comment li {
- width: 500px;
- border: 1px solid #ddd;
- margin: 10px;
- padding: 10px 0;
- float: left;
- }
- .ul_pics_comment .comment_header {
- padding: 5px 10px;
- }
- .ul_pics_comment .comment_header .comment_username {
- width: 260px;
- height: 30px;
- border: 1px solid #ddd;
- text-indent: 10px;
- }
- .ul_pics_comment .comment_header .comment_delete {
- float: right;
- cursor: pointer;
- }
- .comment_content {
- padding: 5px 10px;
- }
- .comment_content textarea {
- width: 100%;
- display: block;
- text-indent: 10px;
- resize:none
- }
- .comment_picture_warp {
- padding: 5px;
- overflow: hidden;
- }
- .comment_picture {
- width: 80px;
- height: 80px;
- float: left;
- position: relative;
- margin: 5px;
- }
- .comment_picture img {
- width: 100%;
- height: 100%;
- cursor: auto;
- }
- .comment_picture .closeimg{
- position: absolute;
- width: 20px;
- height: 20px;
- top: -5px;
- right: 0;
- cursor: pointer;
- display: none;
- }
- .comment_picture:hover .closeimg{
- display: block;
- }
- .comment_footer{
- padding: 5px;
- overflow: hidden;
- }
- .comment_footer_input{
- width: 150px;
- height: 20px;
- border: 1px solid #ddd;
- text-indent: 10px;
- display: block;
- float: right;
- }
|