.tui-line-cell { width: 100%; box-sizing: border-box; display: flex; align-items: center; height:48rpx; } .tui-title { font-size: 24rpx; line-height: 24rpx; flex-shrink: 0; } .tui-input { font-size: 24rpx; color: #333; padding-left: 20rpx; flex: 1; } .tui-label { font-size: 24rpx; color: #333; padding-left: 20rpx; flex: 1; } .tui-btn-box { background-color: #fff; padding: 40rpx 50rpx; box-sizing: border-box; } .phcolor{ font-size: 24rpx; } .tui-goods-item { width: 100%; padding: 20rpx 30rpx; box-sizing: border-box; display: flex; justify-content: space-between; background-color: white; } .tui-goods-img { width: 180rpx; height: 180rpx; display: block; flex-shrink: 0; } .tui-goods-grid { width: 180rpx; height: 180rpx; display: flex; flex-shrink: 0; background-color: #999999; color: #fff; align-items: center; justify-content: center; } .tui-goods-center { flex: 1; box-sizing: border-box; } .tui-input { font-size: 24rpx; color: #333; padding-left: 20rpx; flex: 1; } /*checkbox 选项框大小 */ checkbox .wx-checkbox-input { width: 30rpx; height: 30rpx; border-radius: 50%; } /*checkbox选中后样式 */ checkbox .wx-checkbox-input.wx-checkbox-input-checked { background: #fed6e3; } /*checkbox选中后图标样式 */ checkbox .wx-checkbox-input.wx-checkbox-input-checked::before { width: 30rpx; height: 30rpx; line-height: 28rpx; text-align: center; font-size: 18rpx; color: #fff; background: transparent; transform: translate(-50%, -50%) scale(1); -webkit-transform: translate(-50%, -50%) scale(1); }