productDetail.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. .aui-product-desc{
  2. width: 96%;
  3. margin-top: 13px;
  4. background-color: #fff;
  5. margin:0 auto;
  6. }
  7. .aui-product-title {
  8. width: 100%;
  9. padding: 13px;
  10. display: flex;
  11. align-items: center;
  12. justify-content: space-between;
  13. background-color: #fff;
  14. border-bottom: 0.5px solid #eee;
  15. }
  16. .left-text{
  17. font-size: 16px;
  18. color: #c41d3c;
  19. padding-left: 8px;
  20. font-weight: 500;
  21. border-left: 3px solid #c41d3c;
  22. }
  23. .aui-product-detail{
  24. width: 100%;
  25. padding: 13px;
  26. }
  27. .aui-product-detail .desc{
  28. text-align: justify;
  29. line-height: 22px;
  30. font-size: 14px;
  31. }
  32. .aui-product-detail-title{
  33. font-size: 18px;
  34. padding-bottom: 10px;
  35. color: #000000;
  36. }
  37. .aui-product-price{
  38. padding-left: 1.5rem;
  39. font-size: 18px;
  40. color: #f10e3c;
  41. }
  42. .aui-product-price-del{
  43. text-decoration: line-through;
  44. color: #333333;
  45. }
  46. .address-detail{
  47. width: 100%;
  48. background-color: #fff;
  49. }
  50. .address-detail .ul{
  51. height: 3rem;
  52. width: 100%;
  53. padding: 13px;
  54. border-bottom: 0.5px solid #eee;
  55. }
  56. .uni-input-input {
  57. position: relative;
  58. display: block;
  59. height: 1.5rem;
  60. background: none;
  61. color: inherit;
  62. opacity: 1;
  63. font: inherit;
  64. line-height: inherit;
  65. letter-spacing: inherit;
  66. text-align: inherit;
  67. text-indent: inherit;
  68. text-transform: inherit;
  69. text-shadow: inherit;
  70. font-size: 13px;
  71. float: left;
  72. }
  73. .uni-input-input, .uni-input-placeholder {
  74. width: 70%;
  75. }
  76. .uni-input-form, .uni-input-input, .uni-input-placeholder, .uni-input-wrapper {
  77. outline: none;
  78. border: none;
  79. padding: 0;
  80. margin: 0;
  81. text-decoration: inherit;
  82. }
  83. .aui-product-pointer {
  84. font-size: 14px;
  85. flex-shrink: 0;
  86. width: 25%;
  87. color: #333;
  88. cursor: pointer;
  89. float: left;
  90. }
  91. .aui-footer {
  92. height: 3rem;
  93. padding: 0;
  94. }
  95. .aui-tabBar-item-text {
  96. font-size: 1.2rem;
  97. }
  98. .aui-tabBar-pay{
  99. background: #f10e3c;
  100. height: 100%;
  101. padding: 0;
  102. }
  103. .aui-pay{
  104. color: #ffffff;
  105. }
  106. .aui-price{
  107. font-size: 18px;
  108. }
  109. /*滚动*/
  110. #news{
  111. height: 220px;
  112. overflow: hidden;
  113. }
  114. /*城市选择器*/
  115. .mui-btn-blue, .mui-btn-primary, input[type=submit] {
  116. color: #fff;
  117. border: 1px solid #007aff;
  118. background-color: #007aff;
  119. border-radius: 2px;
  120. }