1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- /* pages/my/myMoney/myMoney.wxss */
- /* car 提现卡 */
- .box-card{
- height: 382rpx;
- border-top: 1rpx solid #e7e5e5;
- border-bottom: 1rpx solid #e7e5e5;
- }
- .box-card-min image{
- width: 658rpx;
- height: 317rpx;
- margin-top: 28rpx;
- margin-left: 48rpx;
- position: relative;
- }
- .zd-txt{
- top: 65rpx;
- left: 120rpx;
- }
- .zd-num{
- top: 140rpx;
- left: 110rpx;
- }
- .zd-yuan{
- top: 168rpx;
- left: 380rpx;
- }
- .tx-min{
- width: 172rpx;
- height: 60rpx;
- background-color: #f6f8fc;
- border-radius: 20px;
- top: 105rpx;
- left: 500rpx;
- }
- .tx-min text{
- color: #e09c0d;
- margin-left: 55rpx;
- padding-top: 12rpx;
- }
- /* 底部收入支出 */
- .zd-bottom{
- width: 658rpx;
- height: 76rpx;
- background-color: #e8b333;
- left:49rpx;
- top:249rpx;
- border-radius: 0px 0px 10px 10px;
-
- }
- .zd-bottom text{
- position: relative;
- left: 50rpx;
- top: 15rpx;
- }
- /* 左条框框 */
- .hk-zd::after{
- content:"";
- position:absolute;
- width: 2rpx;
- height:40rpx;
- left:-20rpx;
- bottom: -5rpx;
- background: #ffffff;
- z-index: 999
- }
- .hk-zd{
- position: relative;
- }
- /* 账单明细 */
- .box-bt{
- width: 100%;
- height: 110rpx;
- /* background-color: pink; */
- border-bottom: 1px solid #e7e4e4;
- text-align: left;
- background-color: #ffffff;
- }
- .box-1-bt image{
- position: relative;
- width: 45rpx;
- height: 45rpx;
- top: 13rpx;
- }
- /* icon > */
- .jt image{
- width: 25rpx;
- height: 25rpx;
- position: relative;
- top:-40rpx;
- left: 680rpx;
- }
|