This commit is contained in:
parent
bde75fdca8
commit
47f5ac7508
|
@ -74,7 +74,7 @@
|
|||
<span class="scroll-left-mon">{{item.month}}月</span>
|
||||
</view>
|
||||
<view class="scroll-right">
|
||||
<view class="scroll-right-title">
|
||||
<view>
|
||||
{{item.content}}
|
||||
</view>
|
||||
<view class="data-list">
|
||||
|
@ -501,13 +501,13 @@
|
|||
height: 100%;
|
||||
}
|
||||
.pinglun span{
|
||||
color: #ccc;
|
||||
font-size: 13px;
|
||||
color: #333;
|
||||
font-size: 14px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
.pinglun image{
|
||||
width: 17px;
|
||||
height: 17px;
|
||||
width: 40rpx;
|
||||
height: 40rpx;
|
||||
}
|
||||
.pinglun{
|
||||
display: flex;
|
||||
|
@ -532,12 +532,11 @@
|
|||
}
|
||||
.scroll-right{
|
||||
width: 77%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
display: flex!important;
|
||||
flex-direction: column !important;
|
||||
}
|
||||
.scroll-left-mon{
|
||||
color: #ccc;
|
||||
color: #999;
|
||||
font-size: 12px;
|
||||
margin-top: 5px;
|
||||
margin-left: 5px;
|
||||
|
@ -589,12 +588,13 @@
|
|||
color: #fff;
|
||||
}
|
||||
/deep/.uni-scroll-view-content{
|
||||
width: 100%;
|
||||
width: 96%;
|
||||
margin: 0 auto;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
/* padding-top: 20px; */
|
||||
padding-top: 50px;
|
||||
}
|
||||
.guanbi{
|
||||
width: 30px;
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 934 B After Width: | Height: | Size: 2.0 KiB |
Binary file not shown.
Before Width: | Height: | Size: 415 B After Width: | Height: | Size: 1.0 KiB |
Loading…
Reference in New Issue