1234567891011121314151617181920212223242526272829 |
- .saomiao{
- display: flex;
- justify-content: center;
- align-items: center;
- width: 150rpx;
- height: 60rpx;
- }
- .zhaohuan{
- display: flex;
- justify-content: end;
- align-items: center;
- width: 150rpx;
- height: 60rpx;
- }
- .shibietu{
- display: flex;
- justify-content: end;
- align-items: center;
- width: 150rpx;
- height: 60rpx;
- }
- .wenzi{
- display: flex;
- justify-content: center;
- align-items: center;
- width: 150rpx;
- height: 60rpx;
- }
|