| 12345678910111213141516171819202122232425262728 |
- .cover-view {
- width: 100%;
- height: 48rpx;
- opacity: 0;
- position: relative;
- /* left: 15%; */
- top: -48rpx;
- z-index: 10;
- background-color: blue;
- }
- /**人民币符号的字体*/
- .sign-class{
- font-size: var(--fontSize--);
- color: var(--contentColor--);
- margin-right: 5rpx;
- margin-top:5rpx
- }
- .total_class{
- justify-content: center !important;
- }
- .input-class{
- display: flex;
- width: 100%;
- text-align:var(--center--) !important;
- }
|