503 lines
8.7 KiB
Plaintext
503 lines
8.7 KiB
Plaintext
.groupstime {
|
|
height: 72rpx;
|
|
width: 100%;
|
|
background: #fff4f4;
|
|
font-size: 24rpx;
|
|
font-weight: bold;
|
|
line-height: 72rpx;
|
|
color: #ff5555;
|
|
text-align: center;
|
|
}
|
|
|
|
.goodsinfo {
|
|
background: #fff;
|
|
padding: 30rpx 24rpx;
|
|
}
|
|
|
|
.goodsinfo image {
|
|
height: 160rpx;
|
|
width: 160rpx;
|
|
}
|
|
|
|
.goodsinfo .inner {
|
|
padding-left: 24rpx;
|
|
font-size: 26rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.goodsinfo .inner .title {
|
|
overflow: hidden;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 1;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
|
|
.goodsinfo .person {
|
|
min-width: 90rpx;
|
|
text-align: center;
|
|
padding: 0 12rpx;
|
|
box-shadow: 0 0 20rpx 0 rgba(255,221,221,0.8);
|
|
margin: 24rpx 0;
|
|
font-size: 22rpx;
|
|
font-weight: bold;
|
|
line-height: 34rpx;
|
|
color: #ff6000;
|
|
border-radius: 4rpx;
|
|
display: inline-block;
|
|
background-image: -webkit-gradient(linear,0 0,right 0,from(#ff6000),to(#ff8a00));
|
|
-webkit-background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
}
|
|
|
|
.goodsinfo .price {
|
|
font-size: 26rpx;
|
|
color: #ff5555;
|
|
}
|
|
|
|
.join {
|
|
padding: 0 24rpx 50rpx;
|
|
background: #fff;
|
|
}
|
|
|
|
.join .inner {
|
|
width: 100%;
|
|
background: #f7f7f7;
|
|
padding: 0 0 40rpx;
|
|
}
|
|
|
|
.num {
|
|
line-height: 96rpx;
|
|
font-size: 26rpx;
|
|
color: #333;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
|
|
.num text {
|
|
font-size: 50rpx;
|
|
font-weight: bold;
|
|
color: #ff5555;
|
|
}
|
|
|
|
.person-group {
|
|
justify-content: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.persons {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
margin: 15rpx 24rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.persons.active:after {
|
|
position: absolute;
|
|
content: '团长';
|
|
width: 58rpx;
|
|
height: 28rpx;
|
|
border-radius: 28rpx;
|
|
background: #ff5555;
|
|
line-height: 28rpx;
|
|
font-size: 18rpx;
|
|
text-align: center;
|
|
color: #fff;
|
|
bottom: 0rpx;
|
|
left: 10rpx;
|
|
}
|
|
|
|
.persons image {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.process {
|
|
line-height: 80rpx;
|
|
font-size: 20rpx;
|
|
color: #666;
|
|
padding: 0 24rpx;
|
|
}
|
|
|
|
.process text.icox {
|
|
font-size: 26rpx;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.process text.line {
|
|
margin: 0 25rpx;
|
|
display: inline-block;
|
|
width: 70rpx;
|
|
overflow: hidden;
|
|
height: 80rpx;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.fui-cell-group .fui-cell .fui-cell-label {
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
margin-right: 15rpx;
|
|
}
|
|
|
|
.fui-cell-group .fui-cell .fui-cell-label image {
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.fui-cell-group .fui-cell .fui-cell-info {
|
|
font-size: 26rpx;
|
|
color: #666;
|
|
}
|
|
|
|
.fui-cell-group .fui-cell .fui-cell-remark.noremark {
|
|
color: #999;
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.detailbtn-group {
|
|
height: 98rpx;
|
|
background: #fff;
|
|
position: fixed;
|
|
width: 100%;
|
|
bottom: 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.detailbtn-group .back {
|
|
width: 120rpx;
|
|
}
|
|
|
|
.detailbtn-group .detailbtn {
|
|
background: #ff8080;
|
|
color: #fff;
|
|
font-size: 28rpx;
|
|
line-height: 98rpx;
|
|
}
|
|
|
|
.back {
|
|
font-size: 22rpx;
|
|
line-height: 40rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.back .icox {
|
|
font-size: 50rpx;
|
|
vertical-align: middle;
|
|
padding-top: 10rpx;
|
|
}
|
|
|
|
.detailbtn button {
|
|
background: #ff5555;
|
|
line-height: 98rpx;
|
|
border: none;
|
|
outline: none;
|
|
color: #fff;
|
|
font-size: 26rpx;
|
|
border-radius: 0;
|
|
}
|
|
|
|
.model {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background: rgba(0,0,0,0.5);
|
|
}
|
|
|
|
.model .box {
|
|
position: absolute;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
background: #fff;
|
|
width: 560rpx;
|
|
border-radius: 8rpx;
|
|
box-sizing: border-box;
|
|
margin-left: 93rpx;
|
|
font-size: 28rpx;
|
|
color: #000;
|
|
line-height: 40rpx;
|
|
}
|
|
|
|
.model .box .content {
|
|
padding: 62rpx 54rpx;
|
|
box-sizing: border-box;
|
|
border-bottom: 1rpx solid #efefef;
|
|
}
|
|
|
|
.box .footer {
|
|
line-height: 100rpx;
|
|
text-align: center;
|
|
font-size: 30rpx;
|
|
color: #00c200;
|
|
}
|
|
|
|
.detailbtn-group .detailbtn.ladder {
|
|
line-height: 98rpx;
|
|
font-size: 26rpx;
|
|
padding: 0;
|
|
}
|
|
|
|
.nav-mask {
|
|
position: fixed;
|
|
z-index: 999;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
background: rgba(0,0,0,0.5);
|
|
display: none;
|
|
}
|
|
|
|
.picker-modal {
|
|
background: #fefefe;
|
|
height: 260px;
|
|
position: fixed;
|
|
bottom: -2rem;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 1000;
|
|
transform: translate3d(0,100%,0);
|
|
}
|
|
|
|
.picker-modal.city-picker {
|
|
z-index: 2000;
|
|
}
|
|
|
|
.picker-modal.in {
|
|
transition-duration: 300ms;
|
|
transform: translate3d(0,0,0);
|
|
bottom: 0;
|
|
}
|
|
|
|
.picker-modal.out {
|
|
transition-duration: 300ms;
|
|
transform: translate3d(0,100%,0);
|
|
}
|
|
|
|
.picker-modal .picker-control {
|
|
display: flex;
|
|
align-items: center;
|
|
height: 40px;
|
|
border-bottom: 1px solid #f1f1f1;
|
|
padding: 0 30rpx;
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.picker-modal .picker-control .cancel {
|
|
width: 50%;
|
|
text-align: left;
|
|
color: #666;
|
|
}
|
|
|
|
.picker-modal .picker-control .confirm {
|
|
width: 50%;
|
|
text-align: right;
|
|
color: #20b21f;
|
|
}
|
|
|
|
.picker-modal .picker {
|
|
width: 100%;
|
|
height: 220px;
|
|
}
|
|
|
|
.picker-modal .picker .item {
|
|
line-height: 40px;
|
|
}
|
|
|
|
picker-view-column {
|
|
text-align: center;
|
|
}
|
|
|
|
.layer {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background: rgba(0,0,0,0.5);
|
|
z-index: 101;
|
|
}
|
|
|
|
.option-picker {
|
|
height: auto;
|
|
width: 100%;
|
|
z-index: 1001;
|
|
}
|
|
|
|
.goods-picker .option-picker-options {
|
|
height: 600rpx;
|
|
}
|
|
|
|
.option-picker .option-picker-cell {
|
|
padding: 8rpx 20rpx 20rpx 20rpx;
|
|
}
|
|
|
|
.option-picker .option-picker-options {
|
|
margin: 0;
|
|
padding: 0;
|
|
overflow-y: auto;
|
|
-webkit-overflow-scrolling: touch;
|
|
height: 750rpx;
|
|
}
|
|
|
|
.option-picker .option-picker-cell.option {
|
|
position: relative;
|
|
}
|
|
|
|
.option-picker .option-picker-cell.option .title {
|
|
font-size: 28rpx;
|
|
height: auto;
|
|
overflow: hidden;
|
|
color: #000;
|
|
line-height: 78rpx;
|
|
}
|
|
|
|
.option-picker .option-picker-cell.option .select {
|
|
font-size: 29rpx;
|
|
color: #666;
|
|
height: auto;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.option-picker .option-picker-cell.option .select .nav {
|
|
height: auto;
|
|
width: auto;
|
|
border: 0;
|
|
float: left;
|
|
margin: 16rpx 20rpx 0 0;
|
|
}
|
|
|
|
.option-picker .fui-navbar {
|
|
text-shadow: none;
|
|
height: 90rpx;
|
|
}
|
|
|
|
.option-picker .fui-navbar .btn {
|
|
border: none;
|
|
font-size: 29rpx;
|
|
color: #fff;
|
|
border-radius: 0;
|
|
padding: 0;
|
|
margin: 0;
|
|
height: 100%;
|
|
line-height: 90rpx;
|
|
}
|
|
|
|
.option-picker .fui-navbar .cartbtn {
|
|
background: #fe9402;
|
|
}
|
|
|
|
.option-picker .fui-navbar .buybtn,.option-picker .fui-navbar .confirmbtn {
|
|
background: #fd5555;
|
|
}
|
|
|
|
.option-picker-inner {
|
|
background: #fff;
|
|
border-top: 2rpx solid #eee;
|
|
box-shadow: 0 0 8rpx rgba(0,0,0,0.1);
|
|
}
|
|
|
|
.option-picker .fui-navbar .btn.disabled {
|
|
color: #ccc;
|
|
background: #ececec;
|
|
}
|
|
|
|
.fui-modal.goodslist {
|
|
position: fixed;
|
|
max-height: 780rpx;
|
|
width: 660rpx;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%,-55%);
|
|
bottom: auto;
|
|
}
|
|
|
|
.fui-modal.goodslist .option-picker .option-picker-inner {
|
|
margin: 0;
|
|
overflow-y: auto;
|
|
-webkit-overflow-scrolling: touch;
|
|
height: auto;
|
|
max-height: 640rpx;
|
|
overflow: hidden;
|
|
border-top-left-radius: 12rpx;
|
|
border-top-right-radius: 12rpx;
|
|
padding: 30rpx;
|
|
}
|
|
|
|
.fui-modal.goodslist .option-picker .option-picker-options {
|
|
max-height: 440rpx;
|
|
overflow: auto;
|
|
height: auto;
|
|
}
|
|
|
|
.fui-modal.goodslist .fui-navbar {
|
|
padding: 30rpx 0;
|
|
position: static;
|
|
border-bottom-left-radius: 12rpx;
|
|
border-bottom-right-radius: 12rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.fui-modal.goodslist .option-picker .fui-navbar .btn {
|
|
width: 290rpx;
|
|
border: none;
|
|
font-size: 29rpx;
|
|
color: #fff;
|
|
border-radius: 10rpx;
|
|
padding: 0;
|
|
margin: 0;
|
|
height: 84rpx;
|
|
line-height: 84rpx;
|
|
display: inline-block;
|
|
}
|
|
|
|
.fui-modal.goodslist .option-picker .fui-navbar .btn.cartbtn {
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.fui-modal.goodslist .option-picker-cell.goodinfo {
|
|
position: static;
|
|
display: flex;
|
|
padding-left: 30rpx;
|
|
}
|
|
|
|
.fui-modal.goodslist .option-picker .option-picker-cell.goodinfo .img {
|
|
position: static;
|
|
}
|
|
|
|
.fui-modal.goodslist .option-picker .option-picker-cell.goodinfo:after,.option-picker .option-picker-cell.option:after {
|
|
border: none;
|
|
}
|
|
|
|
.fui-modal.goodslist .fui-list {
|
|
background: #f7f7f7;
|
|
}
|
|
|
|
.fui-modal.goodslist .fui-list-inner {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
height: 100rpx;
|
|
}
|
|
|
|
.fui-modal.goodslist .fui-list-inner .subtitle {
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.fui-modal.goodslist .fui-list-inner .price {
|
|
font-size: 30rpx;
|
|
line-height: 30rpx;
|
|
color: #ff5555;
|
|
}
|
|
|
|
.fui-modal.goodslist .option-picker .fui-navbar .cartbtn {
|
|
color: #333;
|
|
border: 1px solid #e5e5e5;
|
|
background: #fff;
|
|
}
|
|
|
|
.fui-modal.goodslist .option-picker .fui-navbar .btn {
|
|
width: 588rpx;
|
|
} |