xzdl.wxss 948 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .row {
  12. display: flex;
  13. align-items: center;
  14. position: relative;
  15. padding: 0 30rpx;
  16. height: 110rpx;
  17. background: #fff;
  18. }
  19. .row .tit {
  20. flex-shrink: 0;
  21. width: 200rpx;
  22. font-size: 30rpx;
  23. color: #303133;
  24. }
  25. .row .input {
  26. flex-grow: 1;
  27. font-size: 30rpx;
  28. color: #303133;
  29. text-align: right;
  30. line-height: 110rpx;
  31. }
  32. .row .item-val {
  33. width: 490rpx;
  34. height: 110rpx;
  35. line-height: 120rpx;
  36. text-align: right;
  37. color: #000;
  38. }
  39. .row .iconlocation {
  40. font-size: 36rpx;
  41. color: #909399;
  42. }
  43. .add-btn {
  44. display: flex;
  45. align-items: center;
  46. justify-content: center;
  47. width: 690rpx;
  48. height: 80rpx;
  49. margin: 60rpx auto;
  50. font-size: 32rpx;
  51. color: #fff;
  52. background-color: #ff4e4a;
  53. border-radius: 10rpx;
  54. }