This commit is contained in:
Gdpao
2020-08-07 19:56:47 +08:00
parent 71e984b2ed
commit 502e020000
17 changed files with 238 additions and 136 deletions

View File

@@ -9,7 +9,7 @@
<text class="num">00</text>
<text class="mah">:</text>
<text class="num">00</text>
<text>-</text>
<text class="heng">-</text>
<text class="num">{{ time.bigHour }}</text>
<text class="mah">:</text>
<text class="num">00</text>
@@ -47,10 +47,10 @@ export default {
<style lang="scss" scoped>
.seckill{
background-color: #fff;
padding: 30rpx;
padding: 0 30rpx 30rpx;
margin-bottom: 20rpx;
.top{
height: 60rpx;
height: 90rpx;
display: flex;
align-items: center;
justify-content: space-between;
@@ -66,13 +66,23 @@ export default {
display: flex;
align-items: center;
font-size: 20rpx;
.heng {
margin: 0 6rpx;
}
.num{
box-sizing: content-box;
width: 25rpx;
height: 25rpx;
background-color: #bfbfbf;
margin: 0 10rpx;
padding: 2rpx;
padding: 2rpx 4rpx;
margin: 0 6rpx;
color: #fff;
text-align: center;
line-height: 25rpx;
border-radius: 4rpx;
box-sizing: content-box;
background-color: #000;
}
.mah {
vertical-align: text-top;
}
}
}
@@ -85,7 +95,7 @@ export default {
}
.list{
display: flex;
justify-content: space-between;
// justify-content: space-between;
}
}
</style>