| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- .A0btn {
- position: absolute;
- bottom: 20px;
- left: 0;
- right: 0;
- display: 'flex';
- :global {
- .A0btnZhi {
- width: 90%;
- margin: 0 auto 15px;
- height: auto;
- position: relative;
- .A0btnZhi1 {
- position: absolute;
- width: 15px;
- left: 0%;
- top: -13px;
- z-index: 10;
- height: auto;
- transition: all 0.3s;
- }
- }
- .A0btnBox {
- display: flex;
- justify-content: center;
- & > div {
- margin: 0 8px;
- width: 84px;
- height: 42px;
- background-size: 100% 100%;
- color: var(--themeColor2);
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 16px;
- letter-spacing: 2px;
- }
- .A0btnRow {
- color: #2d0c05;
- }
- }
- }
- }
- .A0top {
- position: absolute;
- top: 0;
- left: 0;
- z-index: 20;
- width: 100%;
- :global {
- .A0topTit {
- padding: 0 15px;
- margin-top: 8px;
- text-align: center;
- letter-spacing: 2px;
- font-size: 14px;
- color: #e7e3c5;
- }
- }
- }
|