Skip to content

Commit aaa8322

Browse files
committed
update: format css style
1 parent c4c343c commit aaa8322

File tree

6 files changed

+21
-20
lines changed

6 files changed

+21
-20
lines changed

src/pages/about/about.wxss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.about-header {
22
height: 300rpx;
33
padding: 50rpx;
4-
/* background: #333; */
54
text-align: center;
65
}
76
.about-header .logo {
@@ -12,15 +11,15 @@
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+
}

src/pages/index/index.wxss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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 {
@@ -25,7 +25,7 @@
2525
font-weight: 500;
2626
}
2727
.topic-list-wrap {
28-
padding: 20rpx
28+
padding: 20rpx;
2929
}
3030
.topic-list-loading {
3131
padding: 10rpx;
@@ -34,4 +34,4 @@
3434
.topic-list-no-data {
3535
height: calc(100vh - 150rpx);
3636
font-size: 28rpx;
37-
}
37+
}

src/pages/login/login.wxss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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 {
@@ -30,10 +30,10 @@
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+
}

src/pages/message/message.wxss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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;
@@ -12,4 +12,4 @@
1212
}
1313
.has-not-read-message-list {
1414
margin-bottom: 40rpx;
15-
}
15+
}

src/pages/mine/mine.wxss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
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+
}

src/pages/topic/topic.wxss

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,20 @@
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 {
@@ -24,16 +26,16 @@
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+
}

0 commit comments

Comments
 (0)