page{ background-color: #F6F6F6; } .container{ width: 100vw; } .switch_box{ display: flex; flex-direction: column; width: 90vw; /* height: 500rpx; */ border-radius: 20rpx; margin: 0 auto; background-color: rgb(255, 255, 255); margin-top: 20rpx; } .switch_box_top{ position: relative; display: flex; /* height: 300rpx; */ flex-direction: column; padding: 30rpx 30rpx 20rpx 30rpx; } .switch_box_top::after{ position: absolute; box-sizing: border-box; content: ' '; pointer-events: none; right: 0; left: 32rpx; bottom: 0; border-bottom: 1px solid var(--td-cell-border-color, var(--td-gray-color-3, #e7e7e7)); transform: scaleY(0.5); } .switch_box_item{ display: flex; justify-content: space-between; align-items: center; } .switch_box_item_name{ flex: 1; font-size: 16px; } .switch_box_item_btn{ flex: 1; text-align: right; } .switch_box_note{ color: #999999; font-size: 24rpx; } .help{ margin-bottom: 20rpx; } .price_title{ width: 90vw; margin: 20rpx auto 0 auto; font-size: 32rpx; margin-bottom: 20rpx; /* font-family: "AlibabaPuHuiTi-2-55-Regular"; */ color: #333333; } .price_steup_box{ padding-top: 10rpx; display: flex; width: 90vw; margin: 0 auto 20rpx; border-radius: 20rpx; flex-direction: column; background-color: rgb(255, 255, 255); } .price_steup_box_top{ position: relative; display: flex; justify-content: space-between; margin: 20rpx 20rpx 20rpx 30rpx; align-items: center; padding-bottom: 20rpx; } .price_steup_box_bottom{ position: relative; display: flex; justify-content: space-between; margin: 0rpx 20rpx 0rpx 30rpx; align-items: center; } .price_steup_box_top_title, .price_steup_box_bottom_title{ flex: 1; font-size: 32rpx; color: #333; } .price_steup_box_bottom_num{ flex: 1.5; display: flex; align-items: center; } .price_steup_box_top::after{ position: absolute; box-sizing: border-box; content: ' '; pointer-events: none; right: 0; left: 0; bottom: 0; border-bottom: 1px solid var(--td-cell-border-color, var(--td-gray-color-3, #e7e7e7)); transform: scaleY(0.5); } .price_steup_box_top_stepper{ flex: 1; text-align: right; align-items: center; } .bottom{ width: 90vw; margin: 0rpx auto 20rpx; color: #999; letter-spacing: 2rpx; font-size: 28rpx; line-height: 40rpx; } .go{ position: fixed; left: 50%; transform: translateX(-50%); bottom: 80rpx; width: 90vw; } .weui-input{ color: red; display: inline-block; text-align: right; } .price{ text-align: center; flex: 1; } .cell_value{ color: #000; } .cell_value_seting{ white-space: nowrap; color: rgba(0,0,0,0.45); } .dialog{ width: 50%; text-align: center; height: 100rpx; line-height: 100rpx; } .dialog_cancel_btn{ border-top: 1px solid #E9E9E9; border-right: 1px solid #E9E9E9; } .dialog_confirm_btn{ border-top: 1px solid #E9E9E9; color: #3CC7C0; } .van-tab{ color: rgba(0,0,0,0.45)!important; } .van-tab--active{ font-weight: bold!important; color: rgba(0,0,0,0.85)!important; } .tabcon{ overflow-y: scroll; -webkit-overflow-scrolling: touch; height: calc(100vh - 430rpx); display: flex; flex-direction: column; } .green{ color:#3CC7C0; } .pricebox .van-cell:after{ border-bottom: none!important; } .desc{ width: 90vw; font-size: 28rpx; color: rgba(0,0,0,0.65); margin: 20rpx auto 0 auto; } .healthPrice{ font-size: 28rpx; color: #E34D59; } .unit{ color: #333; } .cell_value_heal{ display: flex; align-items: center; } .tips{ margin:15rpx 30rpx; font-weight: 400; font-size: 24rpx; display: flex; justify-content: space-between; color: #E34D59; } .checked_box .title{ width:90vw; font-weight: 550; font-size: 32rpx; color: rgba(0,0,0,0.85); margin:20rpx auto 20rpx; } .ipt{ font-size: 28rpx; text-align: right; color: #E34D59; } .unit{ font-size: 28rpx; } .nodata{ color: #999999; }