<%@ Page Title="" Language="C#" MasterPageFile="~/Mst.master" AutoEventWireup="true" %>
|
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="Server">
|
<style>
|
.bg-info {
|
background-color:#fff;
|
}
|
</style>
|
</asp:Content>
|
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder2" runat="Server">
|
<van-cell-group>
|
<van-field v-model="value" label="文本" placeholder="请输入用户名" />
|
</van-cell-group>
|
<van-button type="primary">主要按钮</van-button>
|
|
</asp:Content>
|
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder3" runat="Server">
|
<%--<comback ></comback>--%>
|
</asp:Content>
|
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" runat="Server">
|
|
<script src="Js/Test.js?<%=1234561111111111 %>"></script>
|
</asp:Content>
|