| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- page {
- background-color: #F5F5F5;
- }
- .empty {
- width: 100%;
- background: #ffffff;
- height: 93vh;
- }
- .popup_money {
- height: 800rpx;
- width: 100%;
- position: relative;
- }
- .u-drawer-bottom {
- background-color: #FAF7F5 !important;
- }
- .money_box {
- width: 93%;
- margin: 0 auto;
- background: #ffffff;
- border-radius: 14rpx;
- height: 220rpx;
- margin-bottom: 20rpx;
- margin-top: 20rpx;
- }
- .box_tit {
- width: 90%;
- margin: 0 auto;
- height: 80rpx;
- display: flex;
- }
- .money_name {
- flex: 1;
- display: flex;
- justify-content: left;
- align-items: center;
- font-size: 27rpx;
- font-weight: bold;
- letter-spacing: 2rpx;
- }
- .money_price {
- flex: 1;
- display: flex;
- justify-content: flex-end;
- align-items: center;
- font-size: 39rpx;
- /* font-weight: bold; */
- color: red;
- }
- .money_data {
- color: #999999;
- font-size: 24rpx;
- width: 90%;
- margin: 0 auto;
- margin-top: -8rpx;
- }
- .u-line {
- width: 90% !important;
- border-bottom-width: 6rpx !important;
- margin: 0 auto !important;
- margin-top: 22rpx !important;
- margin-bottom: 22rpx !important;
- }
- .box_bottom {
- width: 90%;
- margin: 0 auto;
- display: flex;
- height: 40rpx;
- }
- .money_use {
- flex: 1;
- color: #999999;
- font-size: 24rpx;
- display: flex;
- justify-content: left;
- align-items: center;
- }
- .lj_use {
- width: 150rpx;
- border: 2rpx solid #FF7F00;
- color: #FF7F00;
- text-align: center;
- line-height: 48rpx;
- border-radius: 40rpx;
- font-size: 23rpx;
- }
|