dev
parent
0da3cc7a86
commit
0b6ad510a2
@ -1,8 +1,8 @@
|
||||
{
|
||||
"usingComponents": {
|
||||
"time-component": "../../components/timecomponent/index",
|
||||
"brand-child": "../insight/brandChild/index",
|
||||
"event-child": "../insight/eventChild/index",
|
||||
"theme-child": "../insight/themeChild/index"
|
||||
"brand-child": "./brandChild/index",
|
||||
"event-child": "./eventChild/index",
|
||||
"theme-child": "./themeChild/index"
|
||||
}
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
<view>
|
||||
<view style="height: 40px;"></view>
|
||||
eventChild
|
||||
</view>
|
@ -1,9 +0,0 @@
|
||||
.btn {
|
||||
margin-top: 32rpx;
|
||||
width: 686rpx;
|
||||
height: 88rpx;
|
||||
font-weight: bold;
|
||||
line-height: 88rpx;
|
||||
color: rgba(0, 132, 255, 1);
|
||||
font-size: 28rpx;
|
||||
}
|
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB |
@ -0,0 +1,9 @@
|
||||
<view class="content">
|
||||
<view style="height: 40px;"></view>
|
||||
<view>
|
||||
<view class="theme-add">
|
||||
<van-button color="#0084FF" plain icon="plus" block class="theme-add-btn">新增主题</van-button>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
@ -0,0 +1,9 @@
|
||||
.theme-add-btn {
|
||||
font-weight: bold;
|
||||
line-height: 88rpx;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
.theme-add {
|
||||
padding: 12px;
|
||||
background-color: #006BFF;
|
||||
}
|
Loading…
Reference in new issue