抖音b端
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

57 líneas
1.1 KiB

  1. /* pages/getMerchant/index.wxss */
  2. .top{
  3. position: fixed;
  4. top: 0;
  5. left: 0;
  6. opacity: 1;
  7. background: #fff;
  8. }
  9. .footer {
  10. width: 710rpx;
  11. height: 126rpx;
  12. line-height: 126rpx;
  13. display: flex;
  14. background: #fff;
  15. border-radius: 20rpx;
  16. margin-top: 40rpx;
  17. margin-left: 20rpx;
  18. align-self: center;
  19. box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
  20. }
  21. .footer text {
  22. margin-left: 31rpx;
  23. font-size: 30rpx;
  24. }
  25. .footer input {
  26. width: 450rpx;
  27. margin-right: 19rpx;
  28. height: 126rpx;
  29. line-height: 126rpx;
  30. font-size: 30rpx;
  31. text-align: right;
  32. }
  33. .merchant-list{
  34. width: 690rpx;
  35. margin: 230rpx auto;
  36. border-top: 1px solid #EAEAEA;
  37. }
  38. .lists{
  39. height: 84rpx;
  40. line-height: 84rpx;
  41. border-bottom: 1px dashed #EAEAEA;
  42. font-size:30rpx;
  43. }
  44. .sub-button{
  45. position: fixed;
  46. bottom: 30rpx;
  47. left: 20rpx;
  48. width:710rpx;
  49. height:94rpx;
  50. background:rgba(82,160,253,1);
  51. box-shadow:0px 10rpx 22rpx 2rpx rgba(82,160,253,0.51);
  52. border-radius:10rpx;
  53. color: #fff;
  54. line-height: 94rpx;
  55. }