mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-08 18:36:47 +08:00
提交修改
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
</view>
|
||||
<view class="top-content-options">
|
||||
<!-- 是否已查看 -->
|
||||
<view style="margin-right: 15rpx;">
|
||||
<view style="margin-right: 20upx;">
|
||||
<!-- <u-picker :show="statusSelectShow" @cancel="statusSelectShow = false" @confirm="chooseStatus" :columns="selectData" keyName="label"></u-picker> -->
|
||||
<text class="textbtn" @click="statusSelectShow = !statusSelectShow">状态</text>
|
||||
</view>
|
||||
@@ -513,6 +513,7 @@ export default {
|
||||
.sea-show{
|
||||
padding: 20rpx;
|
||||
padding-left: 28upx;
|
||||
padding-bottom: 10upx;
|
||||
.sea-active{
|
||||
border: 1rpx solid #679cfc !important;
|
||||
color: #679cfc;
|
||||
@@ -562,20 +563,21 @@ export default {
|
||||
}
|
||||
.textbtn {
|
||||
background-color: #ffffff;
|
||||
padding: 8px 10px;
|
||||
padding: 18upx 20upx;
|
||||
color: #4f4f4f;
|
||||
border-radius: 8upx;
|
||||
font-size: 28upx;
|
||||
}
|
||||
|
||||
.top-content-options{
|
||||
height: 40px;
|
||||
height: 34px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
line-height: 40px;
|
||||
padding: 28upx 0upx 0upx 28upx;
|
||||
line-height: 34px;
|
||||
padding: 20upx 0upx 0upx 28upx;
|
||||
|
||||
.input-search {
|
||||
height: 34px;
|
||||
padding-right: 10px;
|
||||
flex: 1;
|
||||
|
||||
@@ -642,7 +644,7 @@ export default {
|
||||
// background: linear-gradient(to bottom, #6BA0FC, #6297FD);
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
line-height: 50px;
|
||||
line-height: 60px;
|
||||
color: #373737;
|
||||
.top-bar-center {
|
||||
display: flex;
|
||||
@@ -655,6 +657,7 @@ export default {
|
||||
border-bottom: 2px solid #588afc;
|
||||
// color: #5282eb;
|
||||
font-size: 35upx;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -674,7 +677,7 @@ export default {
|
||||
}
|
||||
|
||||
.input-search{
|
||||
|
||||
height: 34px;
|
||||
.u-input{
|
||||
background: #ffffff;
|
||||
}
|
||||
@@ -690,7 +693,7 @@ export default {
|
||||
}
|
||||
.course_box {
|
||||
// margin-bottom: 10px;
|
||||
margin-top: 19rpx;
|
||||
margin-top: 14upx;
|
||||
background-color: #ffffff;
|
||||
padding: 19upx 40upx;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user