uni.scss 567 Bytes
@import '@/uni_modules/uview-ui/theme.scss';

page {
	width: 100%;
	height: 100%;
}

.divid_line_horizen {
	width: 100%;
	height: 2rpx;
	background-color: #f2f2f2;
	align-self: center;
	margin-top: 1rpx;
}

.input_warp .u-input__input {
	font-size: 34rpx;
}
	
//	全局覆盖按钮样式
.button_warp .u-button {
	
	.u-size-default {
		font-size: 30rpx;
		height: 96rpx;
		line-height: 80rpx;
	}
	
	.u-btn--primary--disabled {
		color: rgba(0,0,0,0.45) !important;
		border-color: rgba(0,0,0,0.06) !important;
		background-color: rgba(0,0,0,0.06) !important;
	}
}