File tree Expand file tree Collapse file tree 6 files changed +21
-20
lines changed
Expand file tree Collapse file tree 6 files changed +21
-20
lines changed Original file line number Diff line number Diff line change 11.about-header {
22 height: 300rpx;
33 padding: 50rpx;
4- /* background: #333; */
54 text-align: center;
65}
76.about-header .logo {
1211 font-size: 28rpx;
1312 padding: 20rpx;
1413}
15- .about-content-list .content-item{
14+ .about-content-list .content-item {
1615 padding: 30rpx 30rpx;
1716 margin-bottom: 20rpx;
18- box-shadow: 0 2px 12px 0 rgba(0,0,0, .1);
17+ box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0 .1);
1918}
2019.content-item .item-header {
2120 font-size: 32rpx;
2221 margin-bottom: 20rpx;
2322}
2423.content-item .item-content {
2524 color: #535353;
26- }
25+ }
Original file line number Diff line number Diff line change 1010 line-height: 90rpx;
1111 background: #fff;
1212 overflow-x: auto;
13- box-shadow: 0 2px 12px 0 rgba(0,0,0, .1);
13+ box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0 .1);
1414 z-index: 2;
1515}
1616.topic-tabbar .topic-tabbar-item {
2525 font-weight: 500;
2626}
2727.topic-list-wrap {
28- padding: 20rpx
28+ padding: 20rpx;
2929}
3030.topic-list-loading {
3131 padding: 10rpx;
3434.topic-list-no-data {
3535 height: calc(100vh - 150rpx);
3636 font-size: 28rpx;
37- }
37+ }
Original file line number Diff line number Diff line change 1515 padding: 60rpx 40rpx 40rpx 40rpx;
1616 border-radius: 8rpx;
1717 background: #fff;
18- box-shadow: 0 2px 12px 0 rgba(0,0,0, .1);
18+ box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0 .1);
1919 font-size: 28rpx;
2020}
2121.login-main .login-input {
3030 background: #80bd01;
3131 text-align: center;
3232 border-radius: 8rpx;
33- box-shadow: 0 2px 12px 0 rgba(0,0,0, .2);
33+ box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0 .2);
3434 box-sizing: border-box;
3535}
3636.login-main .login-third {
3737 display: flex;
3838 padding: 10rpx;
39- }
39+ }
Original file line number Diff line number Diff line change 33}
44.message-list {
55 border-radius: 8rpx;
6- box-shadow: 0 2px 12px 0 rgba(0,0,0, .1);
6+ box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0 .1);
77}
88.message-list .message-list-title {
99 padding: 20rpx;
1212}
1313.has-not-read-message-list {
1414 margin-bottom: 40rpx;
15- }
15+ }
Original file line number Diff line number Diff line change 2424 margin-bottom: 20rpx;
2525 padding: 20rpx 30rpx;
2626 color: #2c2c2c;
27- box-shadow: 0 2px 12px 0 rgba(0,0,0, .1);
27+ box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0 .1);
2828 border-radius: 8rpx;
2929}
3030.menu-list .menu-item .icon {
3131 margin-right: 40rpx;
3232 font-size: 40rpx;
33- }
33+ }
Original file line number Diff line number Diff line change 44.topic-main {
55 padding: 30rpx;
66 margin-bottom: 20rpx;
7- box-shadow: 0 2px 12px 0 rgba(0,0,0, .1);
7+ box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0 .1);
88 border-radius: 8rpx;
99}
1010.topic-info {
1111 padding-top: 20rpx;
1212 padding-bottom: 20rpx;
1313}
14- .topic-info-left, .topic-comment-left{
14+ .topic-info-left,
15+ .topic-comment-left {
1516 width: 100rpx;
1617 height: 100rpx;
1718}
18- .topic-info-center, .topic-comment-center {
19+ .topic-info-center,
20+ .topic-comment-center {
1921 margin-left: 130rpx;
2022}
2123.topic-content {
2426.topic-comment-list {
2527 padding-top: 20rpx;
2628 padding-bottom: 20rpx;
27- box-shadow: 0 2px 12px 0 rgba(0,0,0, .1);
29+ box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0 .1);
2830 border-radius: 8rpx;
2931}
3032.topic-comment-list-header {
3133 padding: 20rpx;
3234}
3335.topic-comment-item {
3436 padding: 30rpx 20rpx 0 20rpx;
35- border-top: 1rpx solid #F1F1F1 ;
37+ border-top: 1rpx solid #f1f1f1 ;
3638}
3739.topic-comment-content {
3840 font-size: 28rpx;
39- }
41+ }
You can’t perform that action at this time.
0 commit comments