diff --git a/project/g211203/index.wxss b/project/g211203/index.wxss new file mode 100644 index 0000000000000000000000000000000000000000..a0120c0948875b53b9002c91f099ff7641f9a485 --- /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