common.css 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. body{font-size: 28rpx;font-family: PingFangSC-Medium, PingFang SC;color: #333;}
  2. page{background-color: #FBFBFC;}
  3. uni-input{font-size: 28rpx;}
  4. input{outline: 0!important;}
  5. uni-button[type=primary]{background-color: #6BBC6D;}
  6. .wrap{margin: 0 40rpx;}
  7. /* 轮播 */
  8. .appAdv{height:400rpx;}
  9. .appAdv .adv-item{height:100%;}
  10. .appAdv .adv-item .pic{width:750rpx;height:100%;}
  11. .appAdv .swiper{height:100%;}
  12. .appAdv .swiper >>> .uni-swiper-dots-horizontal{bottom:25rpx;}
  13. .appAdv >>> .uni-swiper-dot-active{background-color: #90c0ef;}
  14. /* 图片 */
  15. .full-img{width: 100%;height: auto;}
  16. /* 对齐 */
  17. .f-tac{text-align: center;}
  18. /* 内容块 */
  19. .write-radius{background-color: #fff;border-radius: 24rpx;padding: 24rpx;margin-bottom: 24rpx;}
  20. /* 浮底按钮 */
  21. .bottom-btn-wrap{height: 110rpx;margin-top: 80rpx;}
  22. .bottom-btn{height: 110rpx;line-height: 110rpx;position: fixed;left: 24rpx;bottom: 24rpx;right: 24rpx;z-index: 99;}
  23. /* 浮底多个按钮 */
  24. .bottom-flex-btn-wrap{box-sizing: border-box;height: 148rpx;margin-top: 80rpx;;}
  25. .bottom-flex-btn-content{display: flex;align-items: center;padding: 0 24rpx;border-top: 1px solid #eee;height: 148rpx;position: fixed;left: 0;bottom: 0;right: 0;background-color: #fff;}
  26. .bottom-flex-btn{flex: 1;height: 99rpx;line-height: 99rpx;}
  27. .bottom-flex-btn + .bottom-flex-btn{margin-left: 24rpx;}
  28. .bottom-flex-btn.primary{background-color: #6BBC6D;border: 0;color: #fff;}
  29. /* 页面大按钮 */
  30. .big-btn{display: block;margin: 24rpx;padding: 24rpx 0;border-radius: 8rpx;text-align: center;font-size: 36rpx;line-height: 50rpx;font-weight: 400;}
  31. .big-btn.primary{background-color: #6BBC6D;color: #fff;}
  32. .big-btn-hollow{border: 1px solid #E5E5E5;color: #333;}
  33. /* 常规间距 */
  34. .nomal-top{margin-top: 40rpx;}
  35. .nomal-bottom{margin-bottom: 40rpx;}
  36. /* 搜索 */
  37. .full-search{display: flex;overflow: hidden;background-color: #fff;border: 1px solid #cecece;border-radius: 100rpx;}
  38. .full-search-btn{margin: 0;outline: none;border: 0;}
  39. .full-search-btn:after{border: 0;border-radius: 0;}
  40. .full-search-btn,
  41. .full-search-input{height: 80rpx;line-height: 80rpx;}
  42. .full-search-input{flex: 1;padding-left: 10rpx;}
  43. /* 表单样式 */
  44. .form-item-type{margin: 24rpx 0;}
  45. .form-item{position: relative;display: flex;min-height: 96rpx;justify-content: space-between;align-items: center;margin: 0 0 0 24rpx;border-bottom: 1px solid #eee;}
  46. .form-item.arrow::after{content: '';width: 20rpx;height: 20rpx;margin-top: -10rpx;right: 24rpx;position: absolute;top: 50%;border-top: 1px solid #ccc;border-right: 1px solid #ccc;transform: rotate(45deg);}
  47. .form-item-til,
  48. .form-item-con{padding: 20rpx 0;}
  49. .form-item-til{padding-right: 15rpx;font-size: 34rpx;}
  50. .form-item-con{display: flex;text-align: right;padding-right: 24rpx;color: #999;font-size: 30rpx;min-width: 70%;justify-content: flex-end;flex: 1;}
  51. .form-item.arrow .form-item-con{padding-right: 65rpx;}
  52. .form-item-con input{width: 100%;box-sizing: border-box;}
  53. .form-item-chooseIMGs-wrap .choosedIMG{width: 128rpx;height: 128rpx;margin-left: 20rpx;}
  54. .chooseIMG-btn{width: 128rpx;height: 128rpx;margin-left: 40rpx;box-sizing: border-box;padding: 10rpx;background-color: #F4F4F5;}
  55. .chooseIMG-btn .chooseIMG-btn-img{width: 100%;height: 100%;}
  56. .form-item.upfile{display: block;text-align: left;}
  57. .form-item.upfile .form-item-con{justify-content: flex-start;}
  58. .chooseIMG-btn-havetxt{width: 180rpx;height: 180rpx;margin-left: 40rpx;box-sizing: border-box;padding: 10rpx;background-color: #F4F4F5;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
  59. .chooseIMG-btn-havetxt .chooseIMG-btn-img{width: 80rpx;height: 80rpx;}
  60. .chooseIMG-txt{font-size: 12rpx;font-weight: 400;color: #D8D8D8;line-height: 17rpx;}
  61. .form-item-til-tip{font-size: 12rpx;color: #999;margin-left: 10rpx;}
  62. /* 截取隐藏 */
  63. .f-ellipsis{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
  64. /* 页面大标题 */
  65. .big-til{font-size: 40rpx;margin: 24rpx 0;font-weight: 500;color: #333;line-height: 56rpx;}
  66. /* 图标 标题 右箭头 */
  67. .select-bar{display: flex;margin-bottom: 8rpx;align-items: center;box-sizing: border-box;height: 96rpx;border-radius: 16rpx;background-color: #fff;padding: 0 24rpx 0 30rpx;}
  68. .select-bar-icon{width: 56rpx;height: 56rpx;}
  69. .select-bar-text{flex: 1;margin: 0 24rpx;font-size: 34rpx;font-family: PingFangSC-Regular, PingFang SC;font-weight: 400;color: #333;line-height: 48rpx;}
  70. .select-bar-arrow{width: 30rpx;height: 30rpx;margin-left: auto;border-top: 2rpx solid #ccc;border-right: 2rpx solid #ccc;transform: rotate(45deg);transition: all .3s;}
  71. .open .select-bar-arrow{transform: rotate(135deg);}
  72. .select-bar-img-wrap{width: 56rpx;height: 56rpx;border-radius: 50%;overflow: hidden;}
  73. .select-bar-img{width: 100%;height: 100%;}
  74. /* 内容全屏 */
  75. /* top:calc(44px + env(safe-area-inset-top)); 头部导航时 */
  76. .fix-content{position: fixed;left: 0;right: 0;top:calc(44px + env(safe-area-inset-top));bottom: 0;}
  77. /* 隐藏弹出 */
  78. .fix-content.translate{transition: all .3s;background-color: #fff;z-index: 100;transform: translateX(100%);}
  79. .fix-content.translate.open{transform: translateX(0);}
  80. /* 圆角带边框左对齐搜索 */
  81. .search-left-color >>> .uni-searchbar__box{justify-content: left!important;border-color: #6BBC6D!important;border-radius: 50rpx!important;background-color: #fff!important;}
  82. /* 产品列表 */
  83. .product-wrap{background-color: #fff;border-radius: 16rpx;margin: 24rpx;padding: 24rpx;}
  84. .product-wrap .product-item:last-of-type{border-bottom: 0;}
  85. .product-item{display: flex;border-bottom: 1px solid #eee;padding-bottom: 24rpx;margin-bottom: 24rpx;}
  86. .product-item-info{flex: 1;}
  87. .product-item-img-wrap{width: 160rpx;max-height: 160rpx;overflow: hidden;margin-right: 24rpx;}
  88. .product-item-img{width: 100%;height: 100%;}
  89. .product-item-til{font-size: 30rpx;font-weight: 500;color: #333;line-height: 42rpx;margin-bottom: 13rpx;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
  90. .product-item-brand{margin-bottom: 14rpx;font-size: 26rpx;font-weight: 400;color: #999;line-height: 37rpx;}
  91. .product-item-brand .postage{margin-left: 24rpx;padding: 2rpx 12rpx;font-size: 20rpx;font-weight: 400;color: #6BBC6D;line-height: 1;background-color: #E1F2E2;border-radius: 24rpx;}
  92. .product-item-addr{font-size: 26rpx;font-weight: 400;color: #999;line-height: 37rpx;margin-bottom: 8rpx;}
  93. .product-item-price {font-size: 24rpx;font-weight: 400;color: #999;line-height: 33rpx;}
  94. .product-item-price .price{font-size: 36rpx;font-weight: 500;color: #FF5030;line-height: 50rpx;margin-right: 5rpx;}
  95. .product-item-price .price.noprice{font-size: 28rpx;}
  96. .product-item-price .rmb{font-size: 28rpx;font-weight: 500;color: #FF5030;line-height: 40rpx;margin-right: 8rpx;}
  97. .product-item-price {font-size: 24rpx;font-weight: 400;color: #999;line-height: 33rpx;}
  98. /* 页面提示信息 */
  99. .page-tip{margin: 24rpx 40rpx;font-size: 32rpx;color: #999;line-height: 45rpx;}
  100. .page-tip-til{color: #6BBC6D;}