You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
186 lines
3.3 KiB
186 lines
3.3 KiB
|
2 months ago
|
@charset "UTF-8";
|
||
|
|
/**
|
||
|
|
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
|
||
|
|
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
|
||
|
|
*/
|
||
|
|
.uni-forms-item__content {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.u-tag__text {
|
||
|
|
font-size: 22rpx;
|
||
|
|
padding: 0 10rpx;
|
||
|
|
}
|
||
|
|
page {
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
.page1 {
|
||
|
|
flex-direction: column;
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
.title {
|
||
|
|
height: 500rpx;
|
||
|
|
}
|
||
|
|
.swiper-box {
|
||
|
|
height: 500rpx;
|
||
|
|
}
|
||
|
|
.swiper-item {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
height: 1000rpx;
|
||
|
|
color: #fff;
|
||
|
|
background-color: #cee1fd;
|
||
|
|
border-radius: 10px;
|
||
|
|
}
|
||
|
|
.popup-content {
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
padding: 15px;
|
||
|
|
height: 1200rpx;
|
||
|
|
background-color: #fff;
|
||
|
|
margin-bottom: 80rpx;
|
||
|
|
overflow: scroll;
|
||
|
|
}
|
||
|
|
.popup-title-right-box {
|
||
|
|
height: 50rpx;
|
||
|
|
line-height: 50rpx;
|
||
|
|
}
|
||
|
|
.popup-title-right {
|
||
|
|
width: 400rpx;
|
||
|
|
margin-left: 30rpx;
|
||
|
|
}
|
||
|
|
.popup-title-left {
|
||
|
|
width: 150rpx;
|
||
|
|
height: 150rpx;
|
||
|
|
}
|
||
|
|
.popup-title-left image {
|
||
|
|
width: 150rpx;
|
||
|
|
height: 150rpx;
|
||
|
|
}
|
||
|
|
.popup-title {
|
||
|
|
display: flex;
|
||
|
|
height: 180rpx;
|
||
|
|
border-bottom: 1px solid #eee;
|
||
|
|
margin-top: 20rpx;
|
||
|
|
}
|
||
|
|
.popup-container {
|
||
|
|
width: 100%;
|
||
|
|
background: #fff;
|
||
|
|
height: 50rpx;
|
||
|
|
}
|
||
|
|
.title-fur {
|
||
|
|
width: 95%;
|
||
|
|
height: 50rpx;
|
||
|
|
margin: 0 auto;
|
||
|
|
}
|
||
|
|
.name {
|
||
|
|
font-size: 30rpx;
|
||
|
|
width: 50%;
|
||
|
|
float: left;
|
||
|
|
height: 50rpx;
|
||
|
|
line-height: 70rpx;
|
||
|
|
}
|
||
|
|
.checkList {
|
||
|
|
display: flex;
|
||
|
|
height: 50rpx;
|
||
|
|
font-size: 28rpx;
|
||
|
|
line-height: 50rpx;
|
||
|
|
margin: 20rpx 0;
|
||
|
|
}
|
||
|
|
.checkList-box {
|
||
|
|
height: 50rpx;
|
||
|
|
width: 60%;
|
||
|
|
}
|
||
|
|
.popup-bottom {
|
||
|
|
width: 95%;
|
||
|
|
height: 100rpx;
|
||
|
|
position: fixed;
|
||
|
|
bottom: 0;
|
||
|
|
left: 2.5%;
|
||
|
|
display: flex;
|
||
|
|
z-index: 99;
|
||
|
|
background: #fff;
|
||
|
|
}
|
||
|
|
.popup-bottom-left {
|
||
|
|
width: 50%;
|
||
|
|
line-height: 80rpx;
|
||
|
|
}
|
||
|
|
.popup-bottom-right {
|
||
|
|
width: 50%;
|
||
|
|
line-height: 100rpx;
|
||
|
|
}
|
||
|
|
.popup-bottom-right .bottom-btn {
|
||
|
|
width: 70%;
|
||
|
|
line-height: 35px;
|
||
|
|
height: 70rpx;
|
||
|
|
text-align: center;
|
||
|
|
/* margin-top: 10rpx; */
|
||
|
|
color: #fff;
|
||
|
|
font-size: 28rpx;
|
||
|
|
margin: 0 auto;
|
||
|
|
background: linear-gradient(90deg, #60F3FF, #088FEB);
|
||
|
|
border-radius: 70rpx;
|
||
|
|
}
|
||
|
|
.attrs .suibian {
|
||
|
|
display: inline-block;
|
||
|
|
border: 1px solid #5fd9ee;
|
||
|
|
margin: 20rpx;
|
||
|
|
margin-bottom: 0;
|
||
|
|
margin-left: 0;
|
||
|
|
background-color: #fff;
|
||
|
|
color: #5fd9ee;
|
||
|
|
padding: 0 10px;
|
||
|
|
min-width: 100rpx;
|
||
|
|
line-height: 35px;
|
||
|
|
height: 70rpx;
|
||
|
|
text-align: center;
|
||
|
|
border-radius: 20rpx;
|
||
|
|
}
|
||
|
|
.attrs .checkedText {
|
||
|
|
background-color: #5fd9ee;
|
||
|
|
color: #fff;
|
||
|
|
border-radius: 20rpx;
|
||
|
|
}
|
||
|
|
.kucun {
|
||
|
|
background: url(https://jewel-shop.oss-cn-beijing.aliyuncs.com/9428d632981647728829da336a1d24b3.png) no-repeat;
|
||
|
|
width: 50rpx;
|
||
|
|
height: 25rpx;
|
||
|
|
position: absolute;
|
||
|
|
top: -14rpx;
|
||
|
|
right: -15rpx;
|
||
|
|
background-size: 100%;
|
||
|
|
}
|
||
|
|
.img-popup-content {
|
||
|
|
width: 500rpx;
|
||
|
|
height: 500rpx;
|
||
|
|
}
|
||
|
|
.popup-pay-title {
|
||
|
|
height: 100rpx;
|
||
|
|
line-height: 100rpx;
|
||
|
|
text-align: center;
|
||
|
|
font-weight: bold;
|
||
|
|
font-size: 32rpx;
|
||
|
|
}
|
||
|
|
.popup-pay-content {
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
padding: 0 15px 15px 15px;
|
||
|
|
width: 95%;
|
||
|
|
margin: 0 auto;
|
||
|
|
height: auto;
|
||
|
|
background-color: #fff;
|
||
|
|
}
|
||
|
|
.address-btn {
|
||
|
|
width: 100%;
|
||
|
|
height: 80rpx;
|
||
|
|
background: #088FEB;
|
||
|
|
color: #fff;
|
||
|
|
font-size: 36rpx;
|
||
|
|
text-align: center;
|
||
|
|
line-height: 80rpx;
|
||
|
|
border-radius: 10px;
|
||
|
|
}
|
||
|
|
|