384 lines
6.6 KiB
Plaintext
384 lines
6.6 KiB
Plaintext
/* pages/sugarDetail/sugarDetail.wxss */
|
|
.dcimg{
|
|
width:750rpx;
|
|
}
|
|
/**app.wxss**/
|
|
.container {
|
|
padding-top: 135px;
|
|
padding-bottom: 10rpx;
|
|
/* top:280rpx; */
|
|
/* position: absolute; */
|
|
width:100%;
|
|
/* overflow-y: scroll; */
|
|
background: #F2F2F2;
|
|
}
|
|
input{
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica,
|
|
}
|
|
page{
|
|
position: relative;
|
|
width:100%;
|
|
height:100%;
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica,
|
|
Segoe UI, Arial, Roboto, 'PingFang SC', 'miui', 'Hiragino Sans GB', 'Microsoft Yahei',
|
|
sans-serif;
|
|
}
|
|
.page{
|
|
width:100vw;
|
|
height:100vh;
|
|
background: #f2f2f2;
|
|
}
|
|
.contain{padding: 0 30rpx 0rpx;height: 100%;overflow: hidden;position: relative;}
|
|
::-webkit-scrollbar {
|
|
display: none;
|
|
width: 0;
|
|
height: 0;
|
|
color: transparent;
|
|
}
|
|
.van-picker__confirm {
|
|
color:#3CC7C0!important;
|
|
font-size: 32rpx!important;
|
|
}
|
|
.van-picker__title{
|
|
font-weight: 600!important;
|
|
color: rgba(0,0,0,0.9)!important;
|
|
font-size: 32rpx!important;
|
|
}
|
|
.van-picker__cancel{
|
|
color: rgba(0,0,0,0.6)!important;
|
|
font-size: 32rpx!important;
|
|
}
|
|
.nonedata{
|
|
width:100%;
|
|
color:#666;
|
|
min-height: 320rpx;
|
|
font-size: 28rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.ui-navigatorbar {
|
|
position: fixed;
|
|
z-index:99;
|
|
top: 0;
|
|
width: 750rpx;
|
|
height: 172rpx;
|
|
background: #F2F2F2;
|
|
backdrop-filter: blur(20px);
|
|
}
|
|
|
|
.ui-navigatorbar-back {
|
|
position: absolute;
|
|
padding-left:40rpx;
|
|
padding-right:40rpx;
|
|
width:30rpx;
|
|
height:60rpx;
|
|
left: 0rpx;
|
|
bottom: 20rpx;
|
|
}
|
|
|
|
.ui-title {
|
|
position: absolute;
|
|
width: 350rpx;
|
|
height: 88rpx;
|
|
line-height: 56rpx;
|
|
font-size: 36rpx;
|
|
color: #000000;
|
|
bottom: 0;
|
|
left: 200rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.droptitle.active{
|
|
color:#3CC7C0;
|
|
}
|
|
.slotmsg{
|
|
-webkit-overflow-scrolling: touch;
|
|
font-size: 28rpx;
|
|
line-height:40rpx;
|
|
max-height:60vh;
|
|
overflow-y: auto;
|
|
padding:48rpx;
|
|
text-align: center;
|
|
}
|
|
.van-dropdown-item__title{
|
|
width:100%!important;
|
|
flex:1;
|
|
text-align: center;
|
|
}
|
|
.van-dropdown-item__icon{
|
|
z-index:2;
|
|
position: absolute!important;
|
|
|
|
right:25rpx;
|
|
}
|
|
.van-cell__value{
|
|
flex:none!important;
|
|
z-index:1;
|
|
}
|
|
.onlinebox .icon{
|
|
top:60rpx;
|
|
left:50%;
|
|
position: absolute;
|
|
margin-left: -48rpx;
|
|
width:96rpx;
|
|
height:34rpx;
|
|
border-radius: 0;
|
|
}
|
|
.page{
|
|
position: relative;
|
|
min-height: 100%;
|
|
height:auto;
|
|
padding-bottom: 450rpx;
|
|
}
|
|
.nextbox{
|
|
position: fixed;
|
|
bottom:0rpx;
|
|
z-index:1;
|
|
height:482rpx;
|
|
width:750rpx;
|
|
}
|
|
.msgbtn{
|
|
font-size: 36rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background-image: linear-gradient(
|
|
180deg,
|
|
rgba(182, 245, 243, 1) 0,
|
|
rgba(111, 229, 225, 1) 18.201463%,
|
|
rgba(56, 187, 181, 1) 89.000166%,
|
|
rgba(60, 199, 192, 1) 100%
|
|
);
|
|
border-radius: 47rpx;
|
|
height:94rpx;
|
|
width: 638rpx;
|
|
margin:0 auto;
|
|
color:#fff;
|
|
}
|
|
.msgbtnbox{
|
|
width:100%;
|
|
position: absolute;
|
|
bottom:80rpx;
|
|
}
|
|
.ui-navigatorbar-back{
|
|
width:24rpx;
|
|
height:40rpx;
|
|
}
|
|
.personbox {
|
|
border-radius: 10rpx;
|
|
background-color: #fff;
|
|
padding: 40rpx 20rpx 144rpx;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.personbox .row {
|
|
margin-top: 30rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
.personbox .row:first-child {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.personbox .row .cell {
|
|
position: relative;
|
|
width: 47%;
|
|
height: 120rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
margin-left: 30rpx;
|
|
border-radius: 10rpx;
|
|
border: 1px solid #CCCCCC;
|
|
}
|
|
|
|
.personbox .row .cell:first-child {
|
|
margin-left: 0rpx;
|
|
}
|
|
|
|
.personbox .person {
|
|
display: flex;
|
|
margin: 0 25rpx;
|
|
align-items: center;
|
|
}
|
|
|
|
.personbox .tag {
|
|
margin-left: 32rpx;
|
|
font-size: 24rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
line-height: 24rpx;
|
|
justify-content: center;
|
|
color: #666666;
|
|
width: 80rpx;
|
|
height: 32rpx;
|
|
border-radius: 4rpx;
|
|
transform: rotateZ(360deg);
|
|
border: 1rpx solid #979797;
|
|
}
|
|
|
|
.personbox .desc {
|
|
display: flex;
|
|
margin: 0 25rpx;
|
|
font-size: 28rpx;
|
|
color: #666;
|
|
margin-top: 3px;
|
|
}
|
|
|
|
.personbox .name {
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
max-width: 200rpx;
|
|
text-overflow: ellipsis;
|
|
font-size: 34rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.personbox .age {
|
|
|
|
margin-left: 12rpx;
|
|
}
|
|
|
|
.personbox .cell .gou {
|
|
position: absolute;
|
|
bottom: -1rpx;
|
|
right: 0rpx;
|
|
width: 66rpx;
|
|
height: 53.7rpx;
|
|
}
|
|
|
|
.personbox .add {
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 34rpx;
|
|
color: #333;
|
|
}
|
|
.own .add.disabled{
|
|
color: #999;
|
|
}
|
|
.titlepop{
|
|
font-size: 34rpx;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
padding:40rpx 0;
|
|
text-align: center;
|
|
width:100%;
|
|
border-bottom:1rpx solid #E7E7E7;
|
|
}
|
|
|
|
.van-icon-cross {
|
|
color: #333;
|
|
font-size: 40rpx !important;
|
|
}
|
|
|
|
.infobox {
|
|
margin-top: 40rpx;
|
|
}
|
|
|
|
|
|
.infobox .title {
|
|
border-bottom: 1rpx solid #E7E7E7;
|
|
text-align: center;
|
|
font-size: 34rpx;
|
|
padding-bottom: 35rpx;
|
|
}
|
|
.info {
|
|
border-bottom: 1rpx solid #E7E7E7;
|
|
display: flex;
|
|
align-items: center;
|
|
height: 112rpx;
|
|
color: #333333;
|
|
}
|
|
|
|
.info .name {
|
|
white-space: nowrap;
|
|
width: 180rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
margin-left: 52rpx;
|
|
color: #333333;
|
|
font-size: 34rpx;
|
|
}
|
|
|
|
.info text {
|
|
margin-top: 20rpx;
|
|
color:#E34D59;
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.info input {
|
|
margin-left: 15rpx;
|
|
margin-right: 52rpx;
|
|
flex: 1;
|
|
}
|
|
.input-placeholder {
|
|
color: #999999;
|
|
font-size: 28rpx;
|
|
}
|
|
.tip{
|
|
padding:20rpx 20rpx;
|
|
margin:30rpx 52rpx 20rpx;
|
|
background: #FFF2F0;
|
|
border-radius: 12rpx;
|
|
}
|
|
.warntitle{
|
|
color: #E34D59;
|
|
font-size: 28rpx;
|
|
}
|
|
.warn{
|
|
margin-top: 20rpx;
|
|
font-size: 24rpx;
|
|
line-height: 36rpx;
|
|
color: #666666;
|
|
}
|
|
.next{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 94rpx;
|
|
font-size: 36rpx;
|
|
left: 30rpx;
|
|
right: 30rpx;
|
|
margin:0 52rpx;
|
|
border-radius: 47rpx;
|
|
color: #fff;
|
|
margin-bottom: 40rpx;
|
|
background: #3CC7C0;
|
|
}
|
|
.celladd{
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 120rpx;
|
|
}
|
|
.btnbox .btn{
|
|
border-radius: 47rpx;
|
|
border:none;
|
|
background: #3CC7C0!important;
|
|
margin:0 32rpx;
|
|
height: 94rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 36rpx;
|
|
color: #FFFFFF!important;
|
|
}
|
|
.btnbox .btn[disabled]{
|
|
color: #000000!important;
|
|
background:rgba(0,0,0,0.1)!important;
|
|
}
|
|
.btnbox{
|
|
position: fixed;
|
|
width:100%;
|
|
bottom:0rpx;
|
|
height: 134rpx;
|
|
background:#fff;
|
|
|
|
}
|