Commit c3e46e34 authored by Mac's avatar Mac

1

parent aa5cbc39
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
.row{ .row{
display: flex;align-items: center; display: flex;align-items: center;
} }
::-webkit-scrollbar {display:none}
.page-title { .page-title {
font-size: 44rpx; font-size: 44rpx;
...@@ -134,9 +135,9 @@ ...@@ -134,9 +135,9 @@
margin: 10px 0; margin: 10px 0;
} }
.examination-box-c{ .examination-box-c{
height: 170rpx; height: 180rpx;
background: #F9F9F9; background: #F9F9F9;
overflow-x:auto;width:100%;white-space:nowrap; overflow-x:scroll;width:100%;white-space:nowrap;
} }
.examination-boxb{ .examination-boxb{
width: 200rpx; width: 200rpx;
...@@ -180,7 +181,7 @@ ...@@ -180,7 +181,7 @@
color: #A3A3A3; color: #A3A3A3;
font-size: 19px; font-size: 19px;
font-weight: bold; font-weight: bold;
margin:16rpx 0; margin:8rpx 0;
} }
.examination-box-btnbox{ .examination-box-btnbox{
......
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