/* pages/sugarDetail/sugarDetail.wxss */ .dcimg{ width:750rpx; } .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; }