myarticle.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page,
  12. .content {
  13. min-height: 100%;
  14. height: auto;
  15. }
  16. .box-1 {
  17. background: #ffffff;
  18. display: flex;
  19. justify-content: space-between;
  20. align-items: center;
  21. width: 100%;
  22. padding: 20rpx;
  23. }
  24. .box-1 .box-left {
  25. width: 25%;
  26. text-align: left;
  27. color: #000000;
  28. }
  29. .box-1 .list-input {
  30. width: 75%;
  31. font-size: 28rpx;
  32. color: #959595;
  33. text-align: right;
  34. padding-right: 24rpx;
  35. }
  36. .upload-box {
  37. width: 100%;
  38. background: #ffffff;
  39. border-radius: 27rpx;
  40. display: flex;
  41. flex-direction: column;
  42. padding: 30rpx 40rpx;
  43. margin: 20rpx auto 30rpx;
  44. }
  45. .upload-box .upload-left {
  46. font-weight: 400;
  47. font-size: 28rpx;
  48. }
  49. .upload-box .upload-right {
  50. flex: 1;
  51. display: flex;
  52. align-items: center;
  53. justify-content: center;
  54. }
  55. .upload-box .upload-right .upload-img {
  56. width: 200rpx;
  57. height: 200rpx;
  58. margin-top: 20rpx;
  59. }
  60. .main {
  61. padding: 20rpx;
  62. }
  63. .bjq {
  64. margin-top: 20rpx;
  65. background: #ffffff;
  66. padding: 20rpx;
  67. }
  68. .address-box {
  69. padding: 15rpx 40rpx;
  70. margin-bottom: 10px;
  71. }
  72. .submit-box {
  73. bottom: 0;
  74. left: 0;
  75. width: 750rpx;
  76. }
  77. .submit-btn {
  78. margin-top: 10px;
  79. display: inline-block;
  80. width: 670rpx;
  81. height: 96rpx;
  82. line-height: 96rpx;
  83. text-align: center;
  84. background-color: #000000;
  85. opacity: 1;
  86. box-shadow: 0rpx 8rpx 12rpx rgba(0, 0, 0, 0.16);
  87. border-radius: 56rpx;
  88. font-size: 39rpx;
  89. font-weight: bold;
  90. color: white;
  91. }
  92. .gren {
  93. background: #ffffff;
  94. color: #000000;
  95. border: 1px solid #000000;
  96. }
  97. .choose-main {
  98. background: #ffffff;
  99. }
  100. .choose-top {
  101. padding: 20rpx 40rpx 20rpx;
  102. font-size: 32rpx;
  103. justify-content: flex-end;
  104. }
  105. .choose-top .choose-font {
  106. color: #d4c7c2;
  107. }
  108. .choose-item {
  109. padding: 40rpx 20rpx;
  110. justify-content: flex-start;
  111. }
  112. .choose-item .choose-image {
  113. width: 100rpx;
  114. height: 100rpx;
  115. }
  116. .choose-item .choose-image image {
  117. width: 100%;
  118. height: 100%;
  119. }
  120. .choose-item .choose-rigt {
  121. height: 100rpx;
  122. margin-left: 20rpx;
  123. padding: 10rpx 0;
  124. display: flex;
  125. flex-direction: column;
  126. justify-content: space-between;
  127. }
  128. .choose-item .choose-rigt .choose-name {
  129. font-size: 28rpx;
  130. color: #303133;
  131. font-weight: bold;
  132. }
  133. .choose-item .choose-rigt .choose-price {
  134. font-size: 32rpx;
  135. font-family: PingFang SC;
  136. font-weight: 800;
  137. color: #ff4c4c;
  138. line-height: 1;
  139. }
  140. .top-box {
  141. display: flex;
  142. justify-content: center;
  143. align-items: center;
  144. }
  145. .top-font {
  146. font-size: 32rpx;
  147. color: #000000;
  148. margin-left: 20rpx;
  149. }
  150. .top {
  151. width: 550rpx;
  152. height: 58rpx;
  153. background: #ededed;
  154. border-radius: 29rpx;
  155. display: flex;
  156. justify-content: center;
  157. align-items: center;
  158. }
  159. .top .top-icon {
  160. width: 32rpx;
  161. height: 32rpx;
  162. }
  163. .top .top-icon image {
  164. width: 100%;
  165. height: 100%;
  166. }
  167. .top .top-main {
  168. margin-left: 20rpx;
  169. font-size: 28rpx;
  170. font-family: PingFang SC;
  171. font-weight: 500;
  172. color: #cbcbcb;
  173. }