123456789101112131415161718192021222324252627282930313233 |
- .noneList{
- text-align: center;
- margin-top: 30%;
- }
- .noneList .title{
- margin-bottom: 30rpx;
- font-size: 46rpx;
- font-weight: bolder;
- }
- .noneList button{
- line-height: 2;
- font-size: 28rpx;
- border-radius: 100rpx;
- }
- .orderList{
- }
- .orderList .weui-cell{
- display: flex;
- flex-direction: row;
- padding: 20rpx;
- background: #fff;
- border-bottom: 1px solid #eee;
- justify-content: space-between;
- }
- .weui-cell__hd{
- display: flex;
- flex-direction: row;
- }
- .weui-cell__bd{
- color: #999;
- }
|