From 5534f98b4f524100ec34a74b05f9a285eaf89118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=90=E7=8F=A9=E7=90=A6?= <10146244+cheng-hengqi@user.noreply.gitee.com> Date: Fri, 31 Dec 2021 15:57:42 +0000 Subject: [PATCH] add project/g211203/index.wxss. --- project/g211203/index.wxss | 53 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 project/g211203/index.wxss diff --git a/project/g211203/index.wxss b/project/g211203/index.wxss new file mode 100644 index 0000000..a0120c0 --- /dev/null +++ b/project/g211203/index.wxss @@ -0,0 +1,53 @@ +.content-top { + display: flex; + } + .top-item { + flex: 1; + height: 200rpx; + margin: 0 20rpx; + line-height: 200rpx; + text-align: center; + border-radius: 16rpx; + } + .top-start { + font-size: 22px; + background: deepskyblue; + color: #fff; + } + .top-score { + background: #eee4da; + } + .score-description { + line-height: 70rpx; + } + .score-number { + line-height: 60rpx; + } + .content-bottom { + display: flex; + flex-direction: column; + width: 660rpx; + height: 840rpx; + margin: 50rpx auto 0; + } + .ground-row { + display: flex; + } + .ground-col { + flex: 1; + width: 30rpx; + height: 30rpx; + } + .block { + width: 100%; + height: 100%; + background: #eee; + } + .block1 { + background: black; + border-radius: 5px; + } + .block2 { + background:red; + border-radius: 5px; + } \ No newline at end of file -- Gitee