﻿/*
*功能描述：提供手机端的基础样式  基于Q frozen.css
*创建人：杨旭
*创建时间：2017-10-01
*/
body {
    background:#eee;
}

.ui-container {
    border-bottom: 0px;
}

.ui-btn-primary {
    width: 100%;
    height: 35px;
    line-height: 35px;
}
/*头部标题字体*/
.ui-header h1 {
    text-align: center;
    font-size: 16px;
}

/*底部按钮*/
.ui-footer {
    height: 35px;
}


/*表单*/
.ui-form-item {
    font-size: 14px;
    border-bottom: 1px solid #F8F8F8;
}

.require {
    color: red;
}
