/* pages/user/retail/index.wxss */ .top { height: 300rpx; color: #FFFFFF; text-align: center; display: flex; flex-direction: column; justify-content: center; font-size: 30rpx; font-weight: 500; align-items: center; background: #0B898E; } .money-all { font-size: 60rpx; margin-top: 40rpx; } .money-all::before { content: "¥"; font-size: 40rpx; } .line-item { height: 120rpx; display: flex; align-items: center; margin: 0 30rpx; border-bottom: 1rpx solid #ccc; font-size: 30rpx; color: #333; justify-content: space-between; } page { background: white; }