南骏 池
2025-03-25 a9ef032eb52b038f6603fb5ccdc4ea976d8e8620
H5/Scll.aspx
@@ -1,80 +1,30 @@
<%@ Page Title="生产领料" Language="C#" MasterPageFile="~/Mst.master" AutoEventWireup="true" CodeFile="Scll.aspx.cs" Inherits="H5_Scll" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
  <style>
/* 全局样式优化 */
.content-wrapper {
    margin: 8px;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 3px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
/* 表单字段分隔线 */
.van-cell-group .van-cell:not(:last-child)::after {
    border-bottom: 1px solid #eee !important;
    left: 0;
    right: 0;
}
.mySolid .van-row {
    border-bottom: .00267rem solid #b1b1b1;
}
/* 标签颜色设置 */
.van-field__label {
    color: #7c7a7a;
    flex-basis: 28%;
}
/*.van-nav-bar__content {
    height: 0.8267rem;
}*/
/* 数据文本颜色 */
.van-field__value,
.van-field__control {
    color: #333;
}
/*.van-nav-bar__title {
    max-width: 60%;
    margin: 0 auto;
    color: #323233;
    font-weight: 500;
    font-size: .3267rem;
}*/
/* 行容器样式 */
.van-tab__panel .van-row {
    padding: 2px 0;
    margin: 2px 0;
    position: relative;
    border-bottom: 1px solid #eee;
}
/* 数据列样式 */
.van-col {
    padding: 2px 2px;
    margin: 2px 0;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    background: white;
    font-size: 12px;
    line-height: 1.6;
    box-sizing: border-box;
}
/* 特殊文本样式 */
.blue-text {
/*.blue-text {
    color: #1989fa;
    font-weight: 500;
}
}*/
/* 响应式优化 */
@media (max-width: 375px) {
    .van-field__label {
        flex-basis: 30%;
        font-size: 12px;
    }
    .van-col {
        padding: 2px 1px;
        margin: 1px 0;
        font-size: 11px;
    }
    .van-tab__panel .van-row {
        padding: 1px 0;
        margin: 1px 0;
    }
}
</style>
</asp:Content>