Commit 78a7c8da by kyle

合并代码

parent fa1cc160
...@@ -364,7 +364,7 @@ export default { ...@@ -364,7 +364,7 @@ export default {
flex: 1; flex: 1;
font-size: 26rpx; font-size: 26rpx;
min-height: 60rpx; min-height: 60rpx;
ling-height: 80rpx; line-height: 80rpx;
// padding: 10rpx 0; // padding: 10rpx 0;
} }
} }
......
...@@ -458,8 +458,8 @@ ...@@ -458,8 +458,8 @@
} }
.totalCourseCount{ .totalCourseCount{
color: #20269B; color: #20269B;
font-size: 1rem; font-size: 24rpx;
padding: 0.1875rem 0; padding: 8rpx 0;
border: 1px solid #fbfbfb; border: 1px solid #fbfbfb;
border-left: none; border-left: none;
border-right: none; border-right: none;
......
...@@ -318,9 +318,9 @@ ...@@ -318,9 +318,9 @@
.ulBox { .ulBox {
width: 95%; width: 95%;
margin: 0 auto 20rpx; margin: 0 auto 20rpx;
padding: 0.3125rem 1.25rem; padding: 10rpx 20rpx;
color: #333; color: #333;
border-radius: 0.3125rem; border-radius: 10rpx;
background-color: #fff; background-color: #fff;
box-sizing: border-box; box-sizing: border-box;
position: relative; position: relative;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment