index.wxss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. .address-list {
  2. border-bottom: 1px solid #f6f6f9;
  3. }
  4. .address-list .list {
  5. padding: 15rpx;
  6. }
  7. .address-list .list .title {
  8. font-size: 30rpx;
  9. padding: 0 24rpx 0 6rpx;
  10. color: #666;
  11. }
  12. .address-list .list .cont {
  13. font-size: 30rpx;
  14. color: #333;
  15. }
  16. .address-list .list navigator {
  17. display: inline-block;
  18. }
  19. .address-list .list image {
  20. width: 28rpx;
  21. height: 28rpx;
  22. }
  23. .address-left {
  24. flex: 6;
  25. }
  26. .address-right {
  27. flex: 3.2;
  28. }
  29. .address-right .iconfont {
  30. color: #777;
  31. font-size: 30rpx;
  32. }
  33. .flow-fixed-footer {
  34. position: fixed;
  35. bottom: 0;
  36. width: 100%;
  37. background: #f42424;
  38. z-index: 4999;
  39. }
  40. .flow-fixed-footer .chackout-left {
  41. font-size: 32rpx;
  42. line-height: 44px;
  43. color: #777;
  44. }
  45. .flow-fixed-footer .chackout-right {
  46. font-size: 34rpx;
  47. }
  48. .address-header {
  49. padding: 28rpx 0;
  50. border-bottom: 1px solid #f6f6f9;
  51. background-size: 120rpx auto;
  52. font-size: 1.7rem;
  53. }
  54. .flow-header-left {
  55. flex: 14;
  56. padding:0rpx 20rpx;
  57. }
  58. .flow-header-right {
  59. flex: 1;
  60. }
  61. .flow-header-right image {
  62. width: 34rpx;
  63. height: 34rpx;
  64. margin-top: 20rpx;
  65. float: right;
  66. }
  67. .address-header .flow-checkout-admin {
  68. font-size: 34rpx;
  69. color: #444;
  70. }
  71. .address-header .flow-checkout-admin text {
  72. padding: 0 10rpx;
  73. }
  74. .address-header .flow-checkout-address {
  75. font-size: 26rpx;
  76. color: #777;
  77. margin-top: 6rpx;
  78. }
  79. .radio-group raido {
  80. color: #f42424;
  81. }