page{ background-color: #f1f2f3; } .title{ font-size: 26rpx; padding:10px } .flex-around{ justify-content: space-around; } .panel{ padding:10px; background-color: #fff; } .mt-10{ margin-bottom: 10px; } .small { font-size: 26rpx; color: #333; line-height: 25px; } .mr-5{ margin-right: 5px; } .mt-5{ margin-bottom: 5px; } .demo-rate { background-color: #fff; height: 96rpx; display: flex; align-items: center; justify-content: space-between; padding: 0 32rpx; border-bottom: solid 1rpx #f0f0f0; border-top: solid 1rpx #f0f0f0; } .demo-rate__title { width: 200rpx; } .demo-rate__transparent { background-color: transparent; padding-left: 32rpx; border: 0; }