163 lines
2.7 KiB
CSS

page {
background-color: #f6f7fb;
}
.container {
background-color: #fff;
}
.row {
display: flex;
align-items: flex-start;
margin: 0 30rpx;
padding-top: 30rpx;
}
.row_label {
display: flex;
font-size: 28rpx;
color: #999999;
white-space: nowrap;
}
.row_label span {
color: #FF370B;
}
.row_con {
flex: 1;
border-bottom: 1rpx solid #EBEBEB;
margin-left: 84rpx;
padding-left: 12rpx;
padding-bottom: 30rpx;
}
.tabList {
display: flex;
align-items: center;
justify-content: center;
margin-top: 45rpx;
}
.tabItem {
flex: 1;
text-align: center;
font-size: 32rpx;
color: #999999;
border-right: 1rpx solid #EBEBEB;
padding: 14rpx 0;
}
.tabItem:last-child {
border-right: 0;
}
.active {
color: #222222;
position: relative;
}
.active::after {
content: '';
width: 100%;
height: 2rpx;
background-color: #FF370B;
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: -5rpx;
}
.row_con .u-input {
background-color: transparent !important;
}
.currentAddress {
background: #F6F6FA;
border-radius: 10rpx 10rpx 10rpx 10rpx;
padding: 30rpx 24rpx;
}
.tips {
font-size: 26rpx;
color: rgba(255, 0, 0, 0.808);
margin-top: 10rpx;
}
.currentAddress1 {
display: flex;
align-items: flex-end;
}
.currentAddress1_right {
width: 91rpx;
height: 51rpx;
border-radius: 10rpx 10rpx 10rpx 10rpx;
border: 1rpx solid #999999;
font-size: 28rpx;
color: #222222;
display: flex;
align-items: center;
justify-content: center;
margin-left: 50rpx;
}
.currentAddress2 {
font-size: 26rpx;
color: #999999;
margin-top: 6rpx;
}
.choseAddress {
font-size: 28rpx;
color: #999999;
padding-bottom: 20rpx;
}
.isdef {
display: flex;
align-items: center;
justify-content: space-between;
padding: 30rpx 20rpx;
background-color: #fff;
}
.isdef_left1 {
font-size: 32rpx;
color: #222222;
}
.isdef_left2 {
font-size: 28rpx;
color: #999999;
margin-top: 10rpx;
}
.isdef_right {
width: 28rpx;
height: 28rpx;
}
.noneborder {
border-bottom: none;
}
.btn {
width: 600rpx;
height: 90rpx;
background: linear-gradient(91deg, #FF7658 0%, #FF370B 100%);
border-radius: 100rpx 100rpx 100rpx 100rpx;
font-size: 36rpx;
color: #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
position: fixed;
left: 50%;
transform: translateX(-50%);
bottom: 120rpx;
}