|
- * {
- padding: 0;
- margin: 0;
- list-style: none;
- font-family: "黑体";
- }
- html, body {
- width: 100%;
- height: 100%;
- -webkit-tap-highlight-color: rgba(0,0,0,0);
- }
- body { background-color: #FFFFFF; }
- img { border: none; }
- a {
- display: block;
- color: #333;
- border: none;
- }
- a:link { text-decoration: none; }
- a:visited { text-decoration: none; }
- a:hover { text-decoration: none; }
- .wrapper{
- display: block;
- position: relative;
- width: 100%;
- max-width: 960px;
- height: auto;
- margin: auto;
- }
- .header {
- width: 100%;
- height: 36px;
- padding: 8px 0;
- line-height: 36px;
- text-align: center;
- color: #fff;
- font-size: 28px;
- background-color: #000000;
- }
- .header a {
- position: absolute;
- left: 40px;
- font-size: 28px;
- color: #fff;
- }
- .left_img {
- position: absolute;
- float: left;
- top: 5px;
- left: 10px;
- }
- .right_img {
- position: absolute;
- float: right;
- right: 10px;
- }
- .content {
- width: 100%;
- height: auto;
- background-color: #FFFFFF;
- }
- .info-box-title {
- padding-bottom: 15px;
- font-size: 20px;
- color: #3b5998;
- text-align: left;
- }
- .info-box-main {
- position: relative;
- padding: 3% 2%;
- font-size: 1em;
- color: #707070;
- text-align: left;
- background-color: #fff;
- border: 1px solid #dcdcdc;
- overflow: hidden;
- }
- .msg-box-btn {
- height: 45px;
- line-height: 45px;
- margin: auto;
- margin-top: 40px;
- text-align: center;
- color: #fff;
- font-size: 18px;
- border-radius: 2px;
- background-color: #3b5998;
- cursor: pointer;
- }
- .info-box-input-box {
- position: relative;
- margin: 10px 0;
- border: 1px solid #dcdcdc;
- border-radius: 5px;
- background-color: #fff;
- overflow: hidden;
- }
- .info-box-input-row {
- width: 100%;
- height: 40px;
- line-height: 40px;
- border-bottom: 1px solid #dcdcdc;
- }
- .info-box-input {
- width: 100%;
- height: 40px;
- padding: 5px;
- line-height: 30px;
- color: #707070;
- font-size: 16px;
- border: none;
- background: none;
- outline: none;
- }
- .info-box-select {
- position: absolute;
- top: 0px;
- left: 0px;
- height: 100%;
- opacity: 0;
- }
- .last-row { border-bottom: none; }
- .select-option {
- position: relative;
- width: 76%;
- right: -1px;
- background-color: #fff;
- overflow: hidden;
- }
- .option, .option-btn {
- position: relative;
- display: inline-block;
- float: left;
- overflow: hidden;
- }
- .option-btn {
- float: right;
- width: 20%;
- right: -1px;
- font-size: 24px;
- text-align: center;
- color: #a0a0a0;
- background-color: #eeeeee;
- border-left: 1px solid #dcdcdc;
- border-right: 1px solid #eeeeee;
- border-top-right-radius: 5px;
- border-bottom-right-radius: 5px;
- }
- .upload-input {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- opacity: 0;
- cursor: pointer;
- }
- .upload-btn {
- position: relative;
- overflow: hidden;
- width: 90%;
- height: 42px;
- line-height: 42px;
- margin: auto;
- margin-top: 3%;
- margin-bottom: 3%;
- font-size: 16px;
- text-align: center;
- color: #fff;
- cursor: pointer;
- background-color: #3b5998;
- }
- .submit {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- opacity: 0;
- cursor: pointer;
- }
- .return-msg {
- width: 100%;
- font-size: 12px;
- text-align: left;
- line-height: 25px;
- color: #C03;
- }
- .btn-more{
- width:75%;
- display: hidden;
- padding: 5px 10px;
- background-color: #fff;
- border-radius: 2px;
- overflow: hidden;
- text-align: center;
- margin-left: 10%;
- margin-top: 5px;
- font-size:20px;
- margin-bottom: 30px;
- }
|