记得上下班打卡 | git大法好,push需谨慎

Commit 3e2b1ae8 authored by 张国柄's avatar 张国柄

~会员设置页面样式;

parent fdb0a650
......@@ -25,7 +25,7 @@
}
.interests_item {
width: 500px;
height: 700px;
height: 950px;
float: left;
margin-left: 126px !important;
}
......@@ -92,6 +92,10 @@
background: #0d8ddb;
color: #fff;
}
.member-coupes-item {
max-height: 300px;
overflow-y: auto;
}
.member-coupes-item ul{
padding-left: 0;
text-align: left;
......@@ -138,6 +142,9 @@
.remote_search {
padding-left: 0;
}
.interestsDesc_inner {
height: 300px;
}
</style>
<body class="gray-bg" style="font: 14px Helvetica Neue, Helvetica, PingFang SC, 微软雅黑, Tahoma, Arial, sans-serif !important;">
<section class="section-content">
......@@ -290,7 +297,7 @@
</p>
<input type="text" class="form-control" id="interestsTitle" name="interestsTitle" placeholder="请输入标题"/>
<input type="text" class="form-control" id="interestsSubTitle" name="interestsSubTitle" placeholder="请输入副标题"/>
<textarea class="form-control" id="interestsDesc" name="interestsDesc" placeholder="详情内容"></textarea>
<textarea class="form-control interestsDesc_inner" id="interestsDesc" name="interestsDesc" placeholder="详情内容"></textarea>
<div class="member-coupes-item">
<ul>
<div class="member-coupes-inner">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment