You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

58 lines
1002 B

1 year ago
  1. /* pages/paymentInterface/paymentInterface.wxss */
  2. .paycontentTop{
  3. display: flex;
  4. flex-wrap: nowrap;
  5. justify-content: space-around;
  6. box-sizing: border-box;
  7. padding: 15rpx 30rpx;
  8. box-shadow: 10rpx 10rpx 10rpx #eee;
  9. }
  10. .box-shadow-eee{
  11. box-shadow: 10rpx 10rpx 10rpx #eee;
  12. }
  13. .color-eee{
  14. color: #eee;
  15. }
  16. .color-999{
  17. color: #999;
  18. }
  19. .font-size-24{
  20. font-size: 60rpx;
  21. }
  22. .title{
  23. font-size: 40rpx;
  24. font-weight: 600;
  25. color: #666;
  26. }
  27. .bottomContent{
  28. display: flex;
  29. flex-wrap: nowrap;
  30. justify-content: space-between;
  31. align-items: center;
  32. position: fixed;
  33. left: 0;
  34. width: 100%;
  35. bottom: 0px;
  36. background: #fff;
  37. border-top: 1px solid #eee;
  38. }
  39. .bottomContent view{
  40. width: 50%;
  41. }
  42. .bottomContent .textCenter{
  43. font-size: 14px;
  44. padding-left: 20rpx;
  45. box-sizing: border-box;
  46. color: #E91E63;
  47. font-weight: 600;
  48. }
  49. .m-bottom{
  50. margin-bottom: 44px;
  51. }
  52. .paycontent .van-cell__title{
  53. font-size: 12px !important;
  54. }
  55. .paycontent .van-cell__value{
  56. font-size: 12px !important;
  57. }