123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- .content {
- display: flex;
- flex-direction: column;
- box-sizing: border-box;
- width: 100vw;
- height: 100vh;
- }
- .content {
- background-color: var(--rgb000);
- padding: 0 2vw;
- overflow-y: auto;
- }
- .content .one {
- margin: 10px 0;
- }
- .content .one .money_scroll_view {
- white-space: nowrap;
- }
- .content .one .money_scroll_view .list {
- display: inline-block;
- margin: 0 10px 0 0;
- background-color: var(--rgbfff);
- padding: 8px;
- border-radius: 5px;
- text-align: center;
- }
- .content .one .money_scroll_view .list .title {
- font-size: 14px;
- font-weight: bold;
- margin: 0 0 10px 0;
- }
- .content .one .money_scroll_view .list .money {
- font-size: 16px;
- font-weight: bold;
- color: var(--rgbffd);
- margin: 0 0 10px 0;
- }
- .content .one .money_scroll_view .list .money .fh {
- font-size: 12px;
- padding: 0 5px 0 0;
- }
- .content .one .money_scroll_view .list .other {
- font-size: 12px;
- font-weight: bold;
- }
- .content .one .money_scroll_view .list:last-child {
- margin: 0;
- }
- .content .one .money_scroll_view .active {
- background-color: var(--rgbfa4);
- }
- .content .two .two_1 {
- margin: 0 0 15px 0;
- }
- .content .two .two_1 button {
- border-radius: 25px;
- color: var(--rgbffd);
- font-family: monospace;
- font-weight: bold;
- }
- .content .agree {
- text-align: center;
- font-size: 12px;
- margin: 0 0 2vw 0;
- color: var(--rgbfff);
- }
- .drawer_one .label {
- font-size: 14px;
- margin: 0 0 5px 0;
- font-weight: bold;
- }
- .drawer_one .img {
- width: 100%;
- text-align: center;
- }
- .drawer_one .img .image {
- width: 100%;
- }
- .drawer_one .uni-forms-item {
- margin: 0;
- }
- .drawer_one .btn {
- text-align: center;
- margin: 30px 0 10px 0;
- }
- .drawer_one .btn button {
- background-color: var(--rgb67c);
- color: var(--rgbfff);
- }
- .drawer_one .other .other_1 {
- font-size: 14px;
- font-weight: bold;
- margin: 0 0 10px 0;
- }
- .drawer_one .other .other_2 .tip {
- font-size: 12px;
- font-weight: bold;
- color: var(--rgbfa4);
- margin: 0 0 5px 0;
- }
|