|
@@ -0,0 +1,500 @@
|
|
|
|
+.my-member {
|
|
|
|
+ padding-right: 55px;
|
|
|
|
+ padding-left: 55px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section {
|
|
|
|
+ padding-top: 40px;
|
|
|
|
+ padding-bottom: 40px;
|
|
|
|
+ font-size: 18px;
|
|
|
|
+ color: #282828;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section > div:nth-child(2) {
|
|
|
|
+ position: relative;
|
|
|
|
+ padding: 0 50px;
|
|
|
|
+ margin: 40px 0 0;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:first-child > div:last-child {
|
|
|
|
+ display: -webkit-box;
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
+ display: -moz-box;
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
+ display: flex;
|
|
|
|
+ -webkit-box-align: center;
|
|
|
|
+ -webkit-align-items: center;
|
|
|
|
+ -moz-box-align: center;
|
|
|
|
+ -ms-flex-align: center;
|
|
|
|
+ align-items: center;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:first-child ul {
|
|
|
|
+ -webkit-box-flex: 1;
|
|
|
|
+ -webkit-flex: 1;
|
|
|
|
+ -moz-box-flex: 1;
|
|
|
|
+ -ms-flex: 1;
|
|
|
|
+ flex: 1;
|
|
|
|
+ display: -webkit-box;
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
+ display: -moz-box;
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
+ display: flex;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:first-child li {
|
|
|
|
+ display: -webkit-box;
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
+ display: -moz-box;
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
+ display: flex;
|
|
|
|
+ -webkit-box-align: center;
|
|
|
|
+ -webkit-align-items: center;
|
|
|
|
+ -moz-box-align: center;
|
|
|
|
+ -ms-flex-align: center;
|
|
|
|
+ align-items: center;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:first-child li ~ li {
|
|
|
|
+ margin-left: 105px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:first-child img {
|
|
|
|
+ display: block;
|
|
|
|
+ width: 60px;
|
|
|
|
+ height: 60px;
|
|
|
|
+ padding: 7px;
|
|
|
|
+ border-radius: 50%;
|
|
|
|
+ background-color: #fff5e8;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:first-child li > div:last-child {
|
|
|
|
+ -webkit-box-flex: 1;
|
|
|
|
+ -webkit-flex: 1;
|
|
|
|
+ -moz-box-flex: 1;
|
|
|
|
+ -ms-flex: 1;
|
|
|
|
+ flex: 1;
|
|
|
|
+ margin-left: 20px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:first-child li > div > div:last-child {
|
|
|
|
+ margin-top: 5px;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ color: #999;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:first-child .el-button {
|
|
|
|
+ padding: 14px 40px;
|
|
|
|
+ border-color: #fbe1b8;
|
|
|
|
+ border-radius: 22px;
|
|
|
|
+ background: -webkit-gradient(linear, right top, left top, from(#eeb669), to(#fbe1b8));
|
|
|
|
+ background: -webkit-linear-gradient(right, #eeb669 0%, #fbe1b8 100%);
|
|
|
|
+ background: -moz-linear-gradient(right, #eeb669 0%, #fbe1b8 100%);
|
|
|
|
+ background: -o-linear-gradient(right, #eeb669 0%, #fbe1b8 100%);
|
|
|
|
+ background: linear-gradient(270deg, #eeb669 0%, #fbe1b8 100%);
|
|
|
|
+ -webkit-box-shadow: 0 3px 20px rgba(235, 209, 173, 0.8);
|
|
|
|
+ box-shadow: 0 3px 20px rgba(235, 209, 173, 0.8);
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ color: #9f620e;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:nth-child(2) .swiper-slide {
|
|
|
|
+ /* width: auto; */
|
|
|
|
+ width: 380px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:nth-child(2) .swiper-slide label {
|
|
|
|
+ /* display: block; */
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:nth-child(2) input + div {
|
|
|
|
+ position: relative;
|
|
|
|
+ /* width: 280px; */
|
|
|
|
+ padding: 0 15px;
|
|
|
|
+ border: 1px solid #D4D4D4;
|
|
|
|
+ border-radius: 8px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:nth-child(2) input:checked + div {
|
|
|
|
+ border-color: #CCA568;
|
|
|
|
+ -webkit-box-shadow: 0px 3px 15px rgba(161, 126, 71, 0.2);
|
|
|
|
+ box-shadow: 0px 3px 15px rgba(161, 126, 71, 0.2);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:nth-child(2) input + div > div:first-child {
|
|
|
|
+ display: -webkit-box;
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
+ display: -moz-box;
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
+ display: flex;
|
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
|
+ -webkit-box-direction: normal;
|
|
|
|
+ -webkit-flex-direction: column;
|
|
|
|
+ -moz-box-orient: vertical;
|
|
|
|
+ -moz-box-direction: normal;
|
|
|
|
+ -ms-flex-direction: column;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ -webkit-box-pack: center;
|
|
|
|
+ -webkit-justify-content: center;
|
|
|
|
+ -moz-box-pack: center;
|
|
|
|
+ -ms-flex-pack: center;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ -webkit-box-align: center;
|
|
|
|
+ -webkit-align-items: center;
|
|
|
|
+ -moz-box-align: center;
|
|
|
|
+ -ms-flex-align: center;
|
|
|
|
+ align-items: center;
|
|
|
|
+ height: 150px;
|
|
|
|
+ font-size: 20px;
|
|
|
|
+ color: #282828;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:nth-child(2) img {
|
|
|
|
+ display: block;
|
|
|
|
+ width: 50px;
|
|
|
|
+ height: 45px;
|
|
|
|
+ margin-bottom: 15px;
|
|
|
|
+ -o-object-fit: cover;
|
|
|
|
+ object-fit: cover;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:nth-child(2) input + div > div:nth-child(2) {
|
|
|
|
+ display: -webkit-box;
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
+ display: -moz-box;
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
+ display: flex;
|
|
|
|
+ -webkit-box-pack: center;
|
|
|
|
+ -webkit-justify-content: center;
|
|
|
|
+ -moz-box-pack: center;
|
|
|
|
+ -ms-flex-pack: center;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ -webkit-box-align: center;
|
|
|
|
+ -webkit-align-items: center;
|
|
|
|
+ -moz-box-align: center;
|
|
|
|
+ -ms-flex-align: center;
|
|
|
|
+ align-items: center;
|
|
|
|
+ height: 70px;
|
|
|
|
+ border-top: 1px dashed #d4d4d4;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ line-height: 70px;
|
|
|
|
+ text-align: center;
|
|
|
|
+ color: #cca568;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:nth-child(2) input + div .el-icon-check {
|
|
|
|
+ position: absolute;
|
|
|
|
+ right: 0;
|
|
|
|
+ bottom: 0;
|
|
|
|
+ z-index: 2;
|
|
|
|
+ width: 22px;
|
|
|
|
+ height: 21px;
|
|
|
|
+ border-radius: 0 0 8px 0;
|
|
|
|
+ background-color: #cca568;
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ line-height: 21px;
|
|
|
|
+ text-align: center;
|
|
|
|
+ color: #fff;
|
|
|
|
+ opacity: 0;
|
|
|
|
+ -webkit-transition: 0.3s;
|
|
|
|
+ -o-transition: 0.3s;
|
|
|
|
+ -moz-transition: 0.3s;
|
|
|
|
+ transition: 0.3s;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:nth-child(2) input + div .el-icon-check::after {
|
|
|
|
+ content: "";
|
|
|
|
+ position: absolute;
|
|
|
|
+ right: 0;
|
|
|
|
+ bottom: 0;
|
|
|
|
+ z-index: -1;
|
|
|
|
+ border-width: 21px 22px;
|
|
|
|
+ border-style: solid;
|
|
|
|
+ border-color: transparent #cca568 #CCA568 transparent;
|
|
|
|
+ border-radius: 0 0 8px 0;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:nth-child(2) input:checked + div .el-icon-check {
|
|
|
|
+ opacity: 1;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:nth-child(2) span:first-child {
|
|
|
|
+ font-size: 36px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:nth-child(2) span:last-child,
|
|
|
|
+.my-member .section:nth-child(2) del {
|
|
|
|
+ margin-left: 5px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:nth-child(3) > div:nth-child(2) {
|
|
|
|
+ display: -webkit-box;
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
+ display: -moz-box;
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
+ display: flex;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:nth-child(3) label ~ label {
|
|
|
|
+ margin-left: 20px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:nth-child(3) input + div {
|
|
|
|
+ position: relative;
|
|
|
|
+ display: -webkit-box;
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
+ display: -moz-box;
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
+ display: flex;
|
|
|
|
+ -webkit-box-pack: center;
|
|
|
|
+ -webkit-justify-content: center;
|
|
|
|
+ -moz-box-pack: center;
|
|
|
|
+ -ms-flex-pack: center;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ -webkit-box-align: center;
|
|
|
|
+ -webkit-align-items: center;
|
|
|
|
+ -moz-box-align: center;
|
|
|
|
+ -ms-flex-align: center;
|
|
|
|
+ align-items: center;
|
|
|
|
+ width: 220px;
|
|
|
|
+ height: 86px;
|
|
|
|
+ border: 1px solid #d4d4d4;
|
|
|
|
+ border-radius: 8px;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ line-height: 36px;
|
|
|
|
+ color: #4e4e4e;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:nth-child(3) input:checked + div {
|
|
|
|
+ border-color: #2c8eff;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:nth-child(3) input + div > div {
|
|
|
|
+ padding-left: 48px;
|
|
|
|
+ background: url("../../../images/alipay.png") left center/36px 36px no-repeat;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:nth-child(3) label:first-child input + div > div {
|
|
|
|
+ padding-left: 52px;
|
|
|
|
+ background-image: url("../../../images/wxpay.png");
|
|
|
|
+ -o-background-size: 40px 36px;
|
|
|
|
+ background-size: 40px 36px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:nth-child(3) input + div > div > div {
|
|
|
|
+ margin-top: 6px;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ color: #969696;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:nth-child(3) > div:last-child {
|
|
|
|
+ display: -webkit-box;
|
|
|
|
+ display: -webkit-flex;
|
|
|
|
+ display: -moz-box;
|
|
|
|
+ display: -ms-flexbox;
|
|
|
|
+ display: flex;
|
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
|
+ -webkit-box-direction: normal;
|
|
|
|
+ -webkit-flex-direction: column;
|
|
|
|
+ -moz-box-orient: vertical;
|
|
|
|
+ -moz-box-direction: normal;
|
|
|
|
+ -ms-flex-direction: column;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ -webkit-box-pack: center;
|
|
|
|
+ -webkit-justify-content: center;
|
|
|
|
+ -moz-box-pack: center;
|
|
|
|
+ -ms-flex-pack: center;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ -webkit-box-align: center;
|
|
|
|
+ -webkit-align-items: center;
|
|
|
|
+ -moz-box-align: center;
|
|
|
|
+ -ms-flex-align: center;
|
|
|
|
+ align-items: center;
|
|
|
|
+ padding-top: 87px;
|
|
|
|
+ padding-bottom: 100px;
|
|
|
|
+ margin-bottom: -40px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:nth-child(3) > div:last-child .pay-tip {
|
|
|
|
+ margin-top: 30px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:nth-child(3) > div:last-child .btn-group {
|
|
|
|
+ font-size: 0;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:nth-child(3) > div:last-child .btn-group a {
|
|
|
|
+ display: inline-block;
|
|
|
|
+ width: 150px;
|
|
|
|
+ height: 42px;
|
|
|
|
+ border-radius: 21px;
|
|
|
|
+ margin: 50px 0 0;
|
|
|
|
+ background: #2C8EFF;
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ line-height: 42px;
|
|
|
|
+ text-align: center;
|
|
|
|
+ color: #FFFFFF;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:nth-child(3) > div:last-child .btn-group a ~ a {
|
|
|
|
+ display: inline-block;
|
|
|
|
+ border: 1px solid #999999;
|
|
|
|
+ border-radius: 21px;
|
|
|
|
+ margin: 0 0 0 30px;
|
|
|
|
+ background: transparent;
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ line-height: 40px;
|
|
|
|
+ text-align: center;
|
|
|
|
+ color: #999999;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:nth-child(3) > div > div:last-child {
|
|
|
|
+ margin-top: 30px;
|
|
|
|
+ font-size: 18px;
|
|
|
|
+ color: #666;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:nth-child(3) div > span {
|
|
|
|
+ vertical-align: sub;
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ font-size: 30px;
|
|
|
|
+ color: #ff6b00;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:nth-child(3) .el-icon-check {
|
|
|
|
+ position: absolute;
|
|
|
|
+ right: 0;
|
|
|
|
+ bottom: 0;
|
|
|
|
+ z-index: 2;
|
|
|
|
+ width: 17px;
|
|
|
|
+ height: 16px;
|
|
|
|
+ background-color: #2c8eff;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ line-height: 16px;
|
|
|
|
+ text-align: center;
|
|
|
|
+ color: #fff;
|
|
|
|
+ opacity: 0;
|
|
|
|
+ -webkit-transition: 0.3s;
|
|
|
|
+ -o-transition: 0.3s;
|
|
|
|
+ -moz-transition: 0.3s;
|
|
|
|
+ transition: 0.3s;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:nth-child(3) .el-icon-check::after {
|
|
|
|
+ content: "";
|
|
|
|
+ position: absolute;
|
|
|
|
+ right: 0;
|
|
|
|
+ bottom: 0;
|
|
|
|
+ z-index: -1;
|
|
|
|
+ border-width: 16px 17px;
|
|
|
|
+ border-style: solid;
|
|
|
|
+ border-color: transparent #2c8eff #2c8eff transparent;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:nth-child(3) input:checked + div .el-icon-check {
|
|
|
|
+ opacity: 1;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:nth-child(3) .el-button {
|
|
|
|
+ padding: 15px 68px;
|
|
|
|
+ border-color: #2c8eff;
|
|
|
|
+ border-radius: 23px;
|
|
|
|
+ background-color: #2c8eff;
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ color: #fff;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .el-button:focus, .my-member .el-button:hover {
|
|
|
|
+ border-color: #c6e2ff;
|
|
|
|
+ background-color: #ecf5ff;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:nth-child(3) .el-button--primary:focus, .my-member .section:nth-child(3) .el-button--primary:hover {
|
|
|
|
+ border-color: #66b1ff;
|
|
|
|
+ background-color: #66b1ff;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:nth-child(4) {
|
|
|
|
+ border-top: 1px dashed #d0d0d0;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .section:nth-child(4) ol {
|
|
|
|
+ padding-left: 1em;
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ line-height: 26px;
|
|
|
|
+ color: #999;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .el-dialog {
|
|
|
|
+ border-radius: 8px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .el-dialog__headerbtn {
|
|
|
|
+ font-size: 20px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .el-dialog__headerbtn .el-dialog__close {
|
|
|
|
+ color: #8a8a8a;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .el-dialog__header {
|
|
|
|
+ padding-top: 30px;
|
|
|
|
+ padding-bottom: 0;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .el-dialog__title {
|
|
|
|
+ padding-right: 114px;
|
|
|
|
+ padding-left: 114px;
|
|
|
|
+ background: url("../../../images/member1.png") right center/94px 12px no-repeat,url("../../../images/member2.png") left center/94px 12px no-repeat;
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ font-size: 24px;
|
|
|
|
+ color: #9f620e;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .el-dialog--center .el-dialog__body {
|
|
|
|
+ padding: 40px 50px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .el-form-item {
|
|
|
|
+ margin-bottom: 20px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .el-form-item:last-child {
|
|
|
|
+ margin-top: 50px;
|
|
|
|
+ margin-bottom: 0;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .el-input__inner {
|
|
|
|
+ height: 50px;
|
|
|
|
+ border-color: #dbdbdb;
|
|
|
|
+ border-radius: 25px;
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ line-height: 50px;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .el-input__inner:hover {
|
|
|
|
+ border-color: #c0c4cc;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .el-input.is-active .el-input__inner, .my-member .el-input__inner:focus {
|
|
|
|
+ border-color: #cca568;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .el-dialog .el-button {
|
|
|
|
+ width: 100%;
|
|
|
|
+ padding-top: 16px;
|
|
|
|
+ padding-bottom: 16px;
|
|
|
|
+ border-color: #cca568;
|
|
|
|
+ border-radius: 25px;
|
|
|
|
+ background-color: #cca568;
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ color: #fff;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-member .swiper-button-next:after, .my-member .swiper-button-prev:after {
|
|
|
|
+ font-size: 35px;
|
|
|
|
+ color: #E5E5E5;
|
|
|
|
+}
|