index.css 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. /* promote/withdrawal/index/index.wxss */
  2. page{background: #fff;}
  3. .cont {padding-bottom: 90rpx;padding: 0 30rpx;}
  4. .top {/* height: 220rpx; */border-radius: 12rpx 12rpx 0 0;}
  5. .add {color: rgb(87, 87, 87);font-size: 36rpx;text-align: center;height: 220rpx;border-radius: 12rpx 12rpx 0 0;justify-content: center;}
  6. .background {width: 100%;position: absolute;background-size: 100% 100%;height: 220rpx;}
  7. .fn {font-size: 34rpx;font-weight: bold;}
  8. .icontianjia {display: inline;font-size: 45rpx;}
  9. .pd50 {padding-top: 50rpx;}
  10. .txje {font-weight: bold;font-size: 30rpx;}
  11. .txje navigator {font-size: 24rpx;color: #999;font-weight: normal;}
  12. .rico {width: 14rpx;height: 23rpx;margin-left: 10rpx;}
  13. .money {border-bottom: 1rpx solid #E5E5E5;padding-bottom: 20rpx;}
  14. .money text {line-height: 64rpx;}
  15. input {font-size: 40rpx;font-weight: bold;padding: 10rpx;}
  16. .tx {justify-content: space-between;color: var(--mina);}
  17. .mcolor {color: #999;}
  18. .placeholder{color: #ccc;}
  19. .btn {height: 80rpx;text-align: center;line-height: 80rpx;border-radius: 40rpx;background-color: var(--mina);color: #fff;font-size: 32rpx;}
  20. .mt50 {margin-top: 50rpx;}
  21. .card {background-color: blueviolet;border-radius: 12rpx 12rpx 0 0;padding: 40rpx 0 0 40rpx;color: #fff;height: 220rpx;}
  22. .bgblue {background: var(--mina);}
  23. .name {font-size: 24rpx;}
  24. .idcard {font-size: 36rpx;}
  25. .information{border-bottom: 20rpx solid #f6f6f6;padding: 0 30rpx;}
  26. .information .li{align-items: flex-start;padding: 30rpx 0;border-bottom: 1rpx solid #E9E9E9;}
  27. .information .li:last-child{border-bottom: none;}
  28. .txico{width: 52rpx;height: 41rpx;margin-right: 17rpx;}
  29. .t-name{font-size: 28rpx;color: #000;}
  30. .t-bri{font-size: 24rpx;color: #999;margin-top: 8rpx;}
  31. .t-sta{font-size: 26rpx;color: #666;}
  32. .t-sta image{width: 31rpx;height: 31rpx;margin-right: 8rpx;}
  33. .t-sta image.rico{width: 13rpx;height: 22rpx;margin-right: 0;}
  34. .jlbtn{position: fixed;left: 0;right: 0;bottom: 30rpx;font-size: 28rpx;color: #999;text-align: center;}