12345678910111213141516171819202122232425262728293031323334 |
- .operate-btn {
- position: fixed;
- left: 0;
- right: 0;
- bottom: 0;
- height: 90rpx;
- background: #fff;
- }
- .at-float-layout {
- z-index: 99999;
- }
- .tag-list {
- &-item {
- display: flex;
- justify-content: space-between;
- align-items: center;
- line-height: 60rpx;
- }
- }
- .cltips{
- text-align: center;
- font-size: 24px;
- color: #4395ff;
- margin: 30rpx 0;
- }
- .add-btn {
- height: 30PX;
- line-height: 28PX;
- padding: 0 10PX;
- font-size: 25rpx;
- }
|