syue: 样式优化
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export default {
|
||||
navigationBarTitleText: '油管运营笔记'
|
||||
navigationBarTitleText: 'Youtube运营笔记'
|
||||
}
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: #69b1ff;
|
||||
}
|
||||
.book_header_middle{
|
||||
flex: 1;
|
||||
@@ -32,6 +33,8 @@
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: #69b1ff;
|
||||
|
||||
|
||||
}
|
||||
.book_header_right{
|
||||
@@ -41,6 +44,8 @@
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: #69b1ff;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -141,20 +141,26 @@ const Book = () => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<View className="book_header_div"></View>
|
||||
<View className="book_header_div"></View>
|
||||
<View className="book_header">
|
||||
<View className="book_header_left" onClick={()=>{
|
||||
Taro.navigateBack({
|
||||
delta: 1, // 表示返回的页面数,默认是 1,表示返回上一页
|
||||
});
|
||||
}}>
|
||||
<AtIcon value="chevron-left" ></AtIcon>
|
||||
<View
|
||||
className="book_header_left"
|
||||
onClick={() => {
|
||||
Taro.navigateBack({
|
||||
delta: 1, // 表示返回的页面数,默认是 1,表示返回上一页
|
||||
});
|
||||
}}
|
||||
>
|
||||
<AtIcon value="chevron-left"></AtIcon>
|
||||
</View>
|
||||
<View className="book_header_middle">Youtube运营日记</View>
|
||||
<View className="book_header_right" onClick={() => {
|
||||
setshow(!show);
|
||||
}}>
|
||||
<AtIcon value="bullet-list" ></AtIcon>
|
||||
<View className="book_header_middle">{`📗 Youtube运营日记`}</View>
|
||||
<View
|
||||
className="book_header_right"
|
||||
onClick={() => {
|
||||
setshow(!show);
|
||||
}}
|
||||
>
|
||||
<AtIcon value="bullet-list"></AtIcon>
|
||||
</View>
|
||||
</View>
|
||||
<View className="Book">
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
> nomadyt.com
|
||||
|
||||
[nomadyt.com](nomadyt.com) 是`nomad`+`yt`的缩写组合,意思是以油管为收益的数字游民
|
||||
[nomadyt.com](https://nomadyt.com) 是`nomad`+`yt`的缩写组合,意思是以油管为收益的数字游民
|
||||
|
||||
油管适合做为`副业`尝试
|
||||
|
||||
|
||||
Reference in New Issue
Block a user