| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181 |
- * {
- margin: 0;
- padding: 0;
- box-sizing: border-box
- }
- body, html {
- min-height: 100%;
- }
- body {
- background-repeat: no-repeat;
- background-position: center;
- background-attachment: fixed;
- z-index: -1;
- height: 100%;
- width: 100%;
- background-size: cover;
- background-image: url(../img/invitation_background.png);
- font-family: Microsoft YaHei, 微软雅黑, simhei;
- font-size: 18px;
- color:#333;
- }
- .x-join-bottom {
- bottom: 0;
- width: 100%;
- position: absolute;
- height: 55px;
- text-align: center;
- background-color: #fff;
- }
- .x-join-error{
- background: url("../img/error.png") no-repeat;
- width: 281px;
- height: 100px;
- background-position: center;
- position: absolute;
- top: 55%;
- left: 50%;
- margin-top: -200px;
- margin-left: -140px;
- text-align: center;
- }
- .x-join-center {
- width: 100%;
- height: 100%;
- /* left: 50%; */
- /* margin-left: -140px; */
- text-align: center;
- }
- .x-join-center .subtitle {
- margin-top: 30px;
- margin-left: -15px;
- display: block;
- height: 50px;
- background: url(../img/assets/dalogo@2x_1.png) no-repeat;
- background-size: contain;
- background-position: center;
- text-indent: -9999px;
- }
- .x-join-center .share-view {
- display: block;
- font-size: 18px;
- color:#333;
- margin: 5px auto;
- text-decoration: underline;
- }
- .x-join-center .share-step {
- margin: 40px auto 0px auto;
- overflow: hidden;
- }
- .x-join-center .share-step .share-step-tag {
- display: block;
- width: 30px;
- height: 30px;
- border: 2px solid #000;
- border-radius: 50%;
- font-weight: bold;
- float: left;
- margin-right: 10px;
- padding: 4px 3px 3px 2px;
- font-size: 14px;
- }
- .x-join-center .share-step .share-step-notify {
- display: block;
- line-height: 30px;
- vertical-align: middle;
- float: left;
- }
- .x-join-center .share-step .share-step1 {
- width: 30px;
- float: left;
- margin-top: 2px;
- margin-left: 4px;
- }
- .x-join-center .share-step .share-step2 {
- width: 160px;
- margin: 15px 5px 0 30px;
- }
- .input_style{
- -webkit-appearance: none;
- font-size: 14.5px;
- margin: 0 auto;
- padding-top: 3px;
- padding-left: 13px;
- width: 80%;
- margin-top: 18px;
- height: 40px;
- display: block;
- color: #555;
- background-color: #fff;
- background-image: none;
- border: 1px solid #ccc;
- border-radius:30px;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
- -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
- -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
- transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
- }
- .expand_icon{
- border: none;
- margin-left: 292px;
- position: absolute;
- margin-top: -26px;
- display: block;
- height: 16px;
- width: 28px;
- background: url(../img/assets/expand.png)no-repeat right;
- }
- .btn-check{
- padding-top: 4px;
- border-top-right-radius: 30px;
- border-bottom-right-radius: 30px;
- margin-top: -35px;
- margin-left: 30px;
- line-height: 20px;
- height: 30px;
- background: #fff;
- color: #369ab9;
- /* background-image: linear-gradient(to bottom, #69b5f7 0, #579dda 100%); */
- /* border-color: #428bca; */
- width: 110px;
- display: inline-block;
- /* padding: 0px; */
- margin-bottom: 0;
- font-size: 16px;
- font-weight: 400;
- text-align: center;
- white-space: nowrap;
- vertical-align: middle;
- cursor: pointer;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- border: 1px solid transparent;
- border-left: 2px solid #a9a9a9;
- }
- .btn-submit{
- color: #fff;
- background:#004CE0;
- border-color: #428bca;
- width: 135px;
- margin-top: 30px;
- display: inline-block;
- padding: 6px 12px;
- margin-bottom: 0;
- font-size: 14px;
- font-weight: 400;
- line-height: 1.42857143;
- text-align: center;
- white-space: nowrap;
- vertical-align: middle;
- cursor: pointer;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- border: 1px solid transparent;
- border-radius: 4px;
- }
|