Browse Source

修复bug

master
longjieli 8 months ago
parent
commit
eff088cef8
1 changed files with 19 additions and 19 deletions
  1. +19
    -19
      pages/starting/starting.vue

+ 19
- 19
pages/starting/starting.vue View File

@ -32,12 +32,12 @@
</div>
</view>
</view>
<view class="btn">
<view class="submit">Auto-match</view>
</view>
</view>
<view class="steps">
<view class="steps-title">The steps</view>
<view class="steps-content">
@ -126,20 +126,20 @@
margin: 20rpx 0rpx;
box-sizing: border-box;
padding: 0rpx 30rpx;
.today-info-l ,
.booking-info-r{
.today-info-l,
.booking-info-r {
display: flex;
flex-direction: column;
justify-content: center;
width: 50%;
font-size: 28rpx;
.today-income,
.booking-income{
.booking-income {
color: #8e8e98;
}
.money,
.booking-data {
font-weight: bold;
@ -148,11 +148,11 @@
}
}
}
.btn{
.btn {
padding: 20rpx;
.submit{
.submit {
background: rgb(0, 208, 234);
color: white;
height: 80rpx;
@ -164,20 +164,20 @@
border-radius: 20rpx;
}
}
}
.steps{
.steps {
width: 90%;
margin: 0rpx auto;
padding-top: 80rpx;
.steps-title{
.steps-title {
font-size: 36rpx;
font-weight: bold;
}
.steps-content{
.steps-content {
color: #8e8e98;
font-size: 30rpx;
margin-top: 20rpx;


Loading…
Cancel
Save