836 lines
15 KiB
CSS
836 lines
15 KiB
CSS
@import url("../../../common/css/flex.scss");
|
|
body {
|
|
width: 100%;
|
|
background: #fff;
|
|
box-sizing: border-box;
|
|
padding-bottom: 0.53333rem;
|
|
}
|
|
|
|
.header {
|
|
width: 10rem;
|
|
height: 7.46667rem;
|
|
margin: 0 auto -5.9rem;
|
|
position: relative;
|
|
background: url(../images/header.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
box-sizing: border-box;
|
|
padding-top: 0.26667rem;
|
|
}
|
|
|
|
.header .box {
|
|
width: 100%;
|
|
height: 0.85333rem;
|
|
position: absolute;
|
|
}
|
|
|
|
.header .box .left {
|
|
position: absolute;
|
|
left: 0.53333rem;
|
|
top: 0;
|
|
height: 0.85333rem;
|
|
line-height: 0.85333rem;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.header .box .left .logo {
|
|
display: inline-block;
|
|
width: 0.85333rem;
|
|
height: 0.85333rem;
|
|
margin-right: 0.21333rem;
|
|
border-radius: 0.2rem;
|
|
}
|
|
|
|
.header .box .left b {
|
|
color: #1F1B4F;
|
|
font-size: 0.42667rem;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.header .box .right {
|
|
position: absolute;
|
|
right: 0.53333rem;
|
|
top: 0;
|
|
height: 0.85333rem;
|
|
line-height: 0.85333rem;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.header .box .right .didianIcon {
|
|
width: 0.32rem;
|
|
height: 0.32rem;
|
|
display: inline-block;
|
|
margin-right: 0.16rem;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.header .box .right i {
|
|
font-style: normal;
|
|
color: #1F1B4F;
|
|
font-size: 0.37333rem;
|
|
margin-right: 0.05333rem;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.header .box .right .moreIcon {
|
|
width: 0.32rem;
|
|
height: 0.21333rem;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.bindingBox {
|
|
width: 9.73333rem;
|
|
height: 1.65333rem;
|
|
background: url(../images/inputBG.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
position: relative;
|
|
margin: 0 auto 0.33333rem;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.bindingBox .binding {
|
|
width: 9.14667rem;
|
|
height: 1.06667rem;
|
|
background: #FAFBFC;
|
|
border: 0.02667rem solid #fff;
|
|
margin: 0.29rem auto 0;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
box-sizing: border-box;
|
|
padding: 0 0.08rem 0 0.42667rem;
|
|
border-radius: 1.06667rem;
|
|
}
|
|
|
|
.bindingBox .binding input {
|
|
border: none;
|
|
background: none;
|
|
outline: none;
|
|
height: 100%;
|
|
width: 6.4rem;
|
|
color: #1F1B4F;
|
|
font-size: 0.37333rem;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.bindingBox .binding input::placeholder {
|
|
color: #B3B3C3;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.bindingBox .binding .but {
|
|
width: 1.92rem;
|
|
height: 0.90667rem;
|
|
background: linear-gradient(90deg, #5AECFA 0%, #9DB4FF 49%, #CF70FF 100%);
|
|
border-radius: 0.90667rem;
|
|
text-align: center;
|
|
line-height: 0.90667rem;
|
|
color: #fff;
|
|
margin-top: 0.05333rem;
|
|
}
|
|
|
|
.userinfo {
|
|
width: 9.36rem;
|
|
height: 1.65333rem;
|
|
position: relative;
|
|
background: #fff;
|
|
border-radius: 0.37333rem;
|
|
margin: 0 auto 0.33333rem;
|
|
}
|
|
|
|
.userinfo img {
|
|
position: absolute;
|
|
width: 1.28rem;
|
|
height: 1.28rem;
|
|
border-radius: 50%;
|
|
left: 0.42667rem;
|
|
top: 0.18667rem;
|
|
}
|
|
|
|
.userinfo .name {
|
|
width: 4rem;
|
|
position: absolute;
|
|
left: 1.92rem;
|
|
top: 0.32rem;
|
|
color: #1F1B4F;
|
|
font-size: 0.37333rem;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.userinfo .id {
|
|
width: 4rem;
|
|
position: absolute;
|
|
left: 1.92rem;
|
|
bottom: 0.29333rem;
|
|
color: #8A8CAB;
|
|
font-size: 0.37333rem;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.userinfo .but {
|
|
width: 1.97333rem;
|
|
height: 0.85333rem;
|
|
border-radius: 0.85333rem;
|
|
line-height: 0.85333rem;
|
|
text-align: center;
|
|
color: #9168FA;
|
|
border: 0.02667rem solid #9168FA;
|
|
position: absolute;
|
|
right: 0.42667rem;
|
|
top: 0.4rem;
|
|
}
|
|
|
|
.tab {
|
|
width: 10rem;
|
|
height: 1.6rem;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin: 0 auto 0;
|
|
position: relative;
|
|
}
|
|
|
|
.tab div {
|
|
width: 50%;
|
|
height: 1.06667rem;
|
|
line-height: 1.17333rem;
|
|
text-align: center;
|
|
color: #6D6B89;
|
|
font-size: 0.42667rem;
|
|
position: relative;
|
|
}
|
|
|
|
.tab div span {
|
|
position: absolute;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
bottom: -0.05333rem;
|
|
width: 0.42667rem;
|
|
height: 0.10667rem;
|
|
border-radius: 0.10667rem;
|
|
background: linear-gradient(90deg, #5AECFA 0%, #9DB4FF 49%, #CF70FF 100%);
|
|
display: none;
|
|
}
|
|
|
|
.tab .active {
|
|
color: #1F1B4F;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.tab .active span {
|
|
display: block;
|
|
}
|
|
|
|
.tab1 {
|
|
background: url(../images/tab1.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.tab2 {
|
|
background: url(../images/tab2.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.tabs {
|
|
position: relative;
|
|
}
|
|
|
|
.tabs i {
|
|
position: absolute;
|
|
width: 0.96rem;
|
|
height: 0.48rem;
|
|
line-height: 0.48rem;
|
|
border-radius: 2.66667rem 2.66667rem 2.66667rem 0.05333rem;
|
|
top: 0;
|
|
right: 0.64rem;
|
|
background: linear-gradient(127deg, #895BFF 0%, #BC76FF 100%);
|
|
color: #fff;
|
|
font-size: 0.26667rem;
|
|
}
|
|
|
|
.page1 {
|
|
width: 10rem;
|
|
position: relative;
|
|
background: #fff;
|
|
margin: 0 auto 0;
|
|
position: relative;
|
|
}
|
|
|
|
.page1 h3 {
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
padding-left: 0.42667rem;
|
|
margin-bottom: 0.32rem;
|
|
color: #1F1B4F;
|
|
font-size: 0.42667rem;
|
|
}
|
|
|
|
.page1 .way {
|
|
width: 9.14667rem;
|
|
margin: 0 auto 0.53333rem;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.page1 .way div {
|
|
width: 2.93333rem;
|
|
height: 2.13333rem;
|
|
background: rgba(245, 246, 250, 0.8);
|
|
border-radius: 0.21333rem;
|
|
position: relative;
|
|
margin-bottom: 0.26667rem;
|
|
box-sizing: border-box;
|
|
margin-right: 0.17rem;
|
|
}
|
|
|
|
.page1 .way div img {
|
|
display: block;
|
|
width: 1.12rem;
|
|
height: 1.12rem;
|
|
margin: 0.24rem auto 0.10667rem;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.page1 .way div p {
|
|
font-weight: bold;
|
|
color: #1F1B4F;
|
|
font-size: 0.32rem;
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
|
|
.page1 .way div span {
|
|
width: 0.96rem;
|
|
height: 0.48rem;
|
|
line-height: 0.48rem;
|
|
background: linear-gradient(127deg, #895BFF 0%, #BC76FF 100%);
|
|
border-radius: 2.66667rem 2.66667rem 2.66667rem 0.05333rem;
|
|
position: absolute;
|
|
right: -0.16rem;
|
|
top: -0.16rem;
|
|
text-align: center;
|
|
color: #FFFFFF;
|
|
font-size: 0.26667rem;
|
|
}
|
|
|
|
.page1 .way .active {
|
|
box-sizing: border-box;
|
|
border: 0.02667rem solid #9168FA;
|
|
}
|
|
|
|
.page1 .position {
|
|
width: 9.14667rem;
|
|
margin: 0 auto 0.53333rem;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.page1 .position div {
|
|
width: 2.93333rem;
|
|
height: 1.86667rem;
|
|
background: rgba(245, 246, 250, 0.8);
|
|
border-radius: 0.21333rem;
|
|
position: relative;
|
|
margin-bottom: 0.26667rem;
|
|
box-sizing: border-box;
|
|
margin-right: 0.17rem;
|
|
}
|
|
|
|
.page1 .position div p {
|
|
width: 100%;
|
|
text-align: center;
|
|
margin-top: 0.42667rem;
|
|
vertical-align: middle;
|
|
color: #1F1B4F;
|
|
font-weight: bold;
|
|
font-size: 0.42667rem;
|
|
margin-bottom: 0.10667rem;
|
|
}
|
|
|
|
.page1 .position div p img {
|
|
width: 0.53333rem;
|
|
height: 0.56rem;
|
|
display: inline-block;
|
|
margin-right: 0.05333rem;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.page1 .position div span {
|
|
width: 100%;
|
|
text-align: center;
|
|
color: #8A8CAB;
|
|
font-size: 0.32rem;
|
|
display: block;
|
|
}
|
|
|
|
.page1 .position .active {
|
|
border: 0.02667rem solid #9168FA;
|
|
}
|
|
|
|
.page1 .payButBox {
|
|
position: fixed;
|
|
z-index: 2;
|
|
bottom: 0rem;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
width: 10rem;
|
|
height: 2.2rem;
|
|
box-shadow: 0px 0px 0.21333rem 0px rgba(201, 208, 218, 0.32);
|
|
border-radius: 0.42667rem 0.42667rem 0px 0px;
|
|
background: #fff;
|
|
}
|
|
|
|
.page1 .payButBox .payBut {
|
|
width: 8.08rem;
|
|
height: 1.28rem;
|
|
line-height: 1.28rem;
|
|
text-align: center;
|
|
color: #FFFFFF;
|
|
font-size: 0.42667rem;
|
|
font-weight: bold;
|
|
background: linear-gradient(90deg, #5AECFA 0%, #9DB4FF 49%, #CF70FF 100%);
|
|
border-radius: 1.28rem;
|
|
margin: 0.45rem auto 0.4rem;
|
|
}
|
|
|
|
.page2 {
|
|
width: 10rem;
|
|
position: relative;
|
|
background: #fff;
|
|
margin: 0 auto 0;
|
|
display: none;
|
|
}
|
|
|
|
.page2 .rule {
|
|
width: 9.14667rem;
|
|
color: #B3B3C3;
|
|
font-size: 0.32rem;
|
|
margin: 0 auto;
|
|
text-align: left;
|
|
}
|
|
|
|
.page2 .rule p {
|
|
margin-bottom: 0.05333rem;
|
|
line-height: 0.45rem;
|
|
text-align: left;
|
|
}
|
|
|
|
.page2 h3 {
|
|
width: 9.14667rem;
|
|
color: #1F1B4F;
|
|
font-size: 0.42667rem;
|
|
font-weight: bold;
|
|
margin: 0.32rem auto 0.32rem;
|
|
}
|
|
|
|
.page2 ul {
|
|
width: 9.6rem;
|
|
margin: 0 auto 0.61333rem;
|
|
}
|
|
|
|
.page2 ul li {
|
|
width: 100%;
|
|
height: 1.89333rem;
|
|
background: rgba(245, 246, 250, 0.8);
|
|
border-radius: 0.37333rem;
|
|
box-sizing: border-box;
|
|
padding: 0 0.32rem 0 0.42667rem;
|
|
overflow: hidden;
|
|
margin-bottom: 0.26667rem;
|
|
}
|
|
|
|
.page2 ul li .left {
|
|
float: left;
|
|
}
|
|
|
|
.page2 ul li .left .name {
|
|
width: 5rem;
|
|
margin-top: 0.4rem;
|
|
margin-bottom: 0.2rem;
|
|
}
|
|
|
|
.page2 ul li .left .name b {
|
|
color: #1F1B4F;
|
|
font-size: 0.37333rem;
|
|
font-weight: bold;
|
|
height: 0.42667rem;
|
|
border-radius: 0.42667rem;
|
|
line-height: 0.42667rem;
|
|
float: left;
|
|
margin-right: 0.16rem;
|
|
float: left;
|
|
}
|
|
|
|
.page2 ul li .left .name span {
|
|
width: 1.01333rem;
|
|
height: 0.42667rem;
|
|
border-radius: 0.42667rem;
|
|
line-height: 0.42667rem;
|
|
background: rgba(110, 115, 151, 0.5);
|
|
color: #FFFFFF;
|
|
font-size: 0.26667rem;
|
|
overflow: hidden;
|
|
position: relative;
|
|
display: inline-block;
|
|
text-align: center;
|
|
text-indent: 6px;
|
|
float: left;
|
|
}
|
|
|
|
.page2 ul li .left .name span i {
|
|
width: 0.10667rem;
|
|
height: 0.10667rem;
|
|
border-radius: 50%;
|
|
background: #21EB57;
|
|
margin-right: 0.13333rem;
|
|
display: inline-block;
|
|
position: absolute;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
left: 0.13333rem;
|
|
}
|
|
|
|
.page2 ul li .left .id {
|
|
width: 100%;
|
|
color: #8A8CAB;
|
|
font-size: 0.32rem;
|
|
float: left;
|
|
margin-top: 0.14rem;
|
|
}
|
|
|
|
.page2 ul li .copy {
|
|
width: 1.76rem;
|
|
height: 0.77333rem;
|
|
border-radius: 0.77333rem;
|
|
line-height: 0.77333rem;
|
|
text-align: center;
|
|
border: 0.02667rem solid #9168FA;
|
|
background: #F5F6FA;
|
|
font-size: 0.32rem;
|
|
color: #9168FA;
|
|
float: right;
|
|
margin-top: 0.56rem;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.page2 ul li .but {
|
|
width: 1.76rem;
|
|
height: 0.77333rem;
|
|
border-radius: 0.77333rem;
|
|
line-height: 0.77333rem;
|
|
text-align: center;
|
|
background: linear-gradient(90deg, #5AECFA 0%, #9DB4FF 49%, #CF70FF 100%);
|
|
font-size: 0.32rem;
|
|
color: #fff;
|
|
float: right;
|
|
margin-left: 0.21333rem;
|
|
margin-top: 0.56rem;
|
|
}
|
|
|
|
.page2 ul .null {
|
|
margin-top: 1.6rem;
|
|
width: 100%;
|
|
background: #fff;
|
|
height: auto;
|
|
margin-bottom: 1.6rem;
|
|
}
|
|
|
|
.page2 ul .null img {
|
|
display: block;
|
|
width: 3.84rem;
|
|
height: 3.14667rem;
|
|
margin: 0 auto 0.42667rem;
|
|
}
|
|
|
|
.page2 ul .null p {
|
|
width: 100%;
|
|
text-align: center;
|
|
color: #8A8CAB;
|
|
font-size: 0.37333rem;
|
|
}
|
|
|
|
.area {
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
background: rgba(0, 0, 0, 0.4);
|
|
z-index: 99;
|
|
display: none;
|
|
}
|
|
|
|
.area .area_in {
|
|
width: 10rem;
|
|
border-radius: 0.74667rem 0.74667rem 0px 0px;
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
background: #fff;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.area .area_in h3 {
|
|
width: 100%;
|
|
text-align: center;
|
|
color: #1F1B4F;
|
|
font-size: 0.37333rem;
|
|
font-weight: bold;
|
|
height: 1.36rem;
|
|
line-height: 1.36rem;
|
|
border-bottom: 0.01333rem solid #EBEEF5;
|
|
}
|
|
|
|
.area .area_in p {
|
|
width: 100%;
|
|
text-align: center;
|
|
height: 1.36rem;
|
|
line-height: 1.36rem;
|
|
color: #1F1B4F;
|
|
font-size: 0.37333rem;
|
|
border-bottom: 0.01333rem solid #EBEEF5;
|
|
}
|
|
|
|
.area .area_in .active {
|
|
color: #9168FA;
|
|
}
|
|
|
|
.rule {
|
|
width: 100%;
|
|
text-align: center;
|
|
color: #B3B3C3;
|
|
font-size: 0.32rem;
|
|
margin-bottom: 3rem;
|
|
}
|
|
|
|
.rule p {
|
|
width: 100%;
|
|
vertical-align: middle;
|
|
margin-bottom: 0.16rem;
|
|
}
|
|
|
|
.rule p img {
|
|
width: 0.37333rem;
|
|
height: 0.37333rem;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
margin-right: 0.16rem;
|
|
}
|
|
|
|
.rule p a {
|
|
color: #1F1B4F;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.userNull {
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
background: rgba(0, 0, 0, 0.4);
|
|
z-index: 99;
|
|
display: none;
|
|
}
|
|
|
|
.userNull .userNull_in {
|
|
width: 8.50667rem;
|
|
height: 4.69333rem;
|
|
border-radius: 0.53333rem;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
background: #fff;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.userNull .userNull_in p {
|
|
width: 100%;
|
|
text-align: center;
|
|
color: #1F1B4F;
|
|
font-size: 0.42667rem;
|
|
margin: 1.54667rem auto 0.85333rem;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.userNull .userNull_in .but {
|
|
width: 5.94667rem;
|
|
height: 1.12rem;
|
|
border-radius: 1.12rem;
|
|
line-height: 1.12rem;
|
|
text-align: center;
|
|
color: #FFFFFF;
|
|
font-size: 0.42667rem;
|
|
background: linear-gradient(90deg, #5AECFA 0%, #9DB4FF 49%, #CF70FF 100%);
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.toastMasge {
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
background: rgba(0, 0, 0, 0.4);
|
|
z-index: 99;
|
|
display: none;
|
|
}
|
|
|
|
.toastMasge .toastMasge_in {
|
|
width: 8.50667rem;
|
|
height: 4.69333rem;
|
|
border-radius: 0.53333rem;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
background: #fff;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.toastMasge .toastMasge_in p {
|
|
width: 100%;
|
|
text-align: center;
|
|
color: #1F1B4F;
|
|
font-size: 0.42667rem;
|
|
margin: 1.54667rem auto 0.85333rem;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.toastMasge .toastMasge_in .but {
|
|
width: 5.94667rem;
|
|
height: 1.12rem;
|
|
border-radius: 1.12rem;
|
|
line-height: 1.12rem;
|
|
text-align: center;
|
|
color: #FFFFFF;
|
|
font-size: 0.42667rem;
|
|
background: linear-gradient(90deg, #5AECFA 0%, #9DB4FF 49%, #CF70FF 100%);
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.sure {
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
background: rgba(0, 0, 0, 0.4);
|
|
z-index: 99;
|
|
display: none;
|
|
}
|
|
|
|
.sure .sure_in {
|
|
width: 8.50667rem;
|
|
height: 7.73333rem;
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
background: #fff;
|
|
border-radius: 0.53333rem;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.sure .sure_in h3 {
|
|
width: 100%;
|
|
text-align: center;
|
|
color: #1F1B4F;
|
|
font-size: 0.42667rem;
|
|
font-weight: bold;
|
|
margin: 0.74667rem auto 0.42667rem;
|
|
}
|
|
|
|
.sure .sure_in img {
|
|
display: block;
|
|
width: 2.34667rem;
|
|
height: 2.34667rem;
|
|
border-radius: 50%;
|
|
margin: 0 auto 0.16rem;
|
|
}
|
|
|
|
.sure .sure_in p {
|
|
width: 100%;
|
|
text-align: center;
|
|
color: #1F1B4F;
|
|
font-size: 0.42667rem;
|
|
margin: 0 auto 0.13333rem;
|
|
}
|
|
|
|
.sure .sure_in b {
|
|
display: block;
|
|
width: 100%;
|
|
text-align: center;
|
|
color: #8A8CAB;
|
|
font-size: 0.37333rem;
|
|
margin-bottom: 0.53333rem;
|
|
}
|
|
|
|
.sure .sure_in b i {
|
|
font-style: normal;
|
|
}
|
|
|
|
.sure .sure_in .close {
|
|
float: left;
|
|
width: 3.30667rem;
|
|
height: 1.12rem;
|
|
line-height: 1.12rem;
|
|
border-radius: 1.12rem;
|
|
margin-left: 0.74667rem;
|
|
text-align: center;
|
|
color: #fff;
|
|
font-size: 0.42667rem;
|
|
background: #E6E6F0;
|
|
}
|
|
|
|
.sure .sure_in .ok {
|
|
float: right;
|
|
width: 3.30667rem;
|
|
height: 1.12rem;
|
|
line-height: 1.12rem;
|
|
border-radius: 1.12rem;
|
|
margin-right: 0.74667rem;
|
|
text-align: center;
|
|
color: #fff;
|
|
font-size: 0.42667rem;
|
|
background: linear-gradient(90deg, #5AECFA 0%, #9DB4FF 49%, #CF70FF 100%);
|
|
}
|
|
|
|
.selectAddress {
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background: rgba(0, 0, 0, 0.6);
|
|
z-index: 9;
|
|
}
|
|
|
|
.selectAddress .selectAddress_in {
|
|
width: 8.50667rem;
|
|
height: 6.50667rem;
|
|
background: #fff;
|
|
border-radius: 0.53333rem;
|
|
position: relative;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
|
|
.selectAddress .selectAddress_in .title {
|
|
width: 100%;
|
|
text-align: center;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0.74667rem;
|
|
color: #1F1B4F;
|
|
font-size: 0.42667rem;
|
|
font-weight: 600;
|
|
}
|