index.wxss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. /* pages/application/index.wxss */
  2. .index_main {
  3. background-image: url("https://cxzx.smcic.net/topic/tool/img/%E5%B0%91%E5%84%BF%E4%B9%A6%E7%94%BB%E5%A4%A7%E8%B5%9B/banner-2.png");
  4. background-repeat: no-repeat;
  5. background-size: 100%;
  6. padding-top: 530rpx;
  7. padding-bottom: 45rpx;
  8. box-sizing: border-box;
  9. color: #A57044;
  10. }
  11. .top_input {
  12. background-color: #ffffff;
  13. height: 1.5em;
  14. line-height: 1.5em;
  15. padding: 5rpx 10rpx;
  16. border-radius: 10rpx;
  17. font-size: 28rpx;
  18. margin-top: 16rpx;
  19. }
  20. .top_label{
  21. margin-top: 39rpx;
  22. }
  23. .top_label:first-child{
  24. margin-top: 0;
  25. }
  26. .picker{
  27. display: flex;
  28. justify-content: space-between;
  29. }
  30. .picker_item {
  31. flex: 1;
  32. margin-right: 10px;
  33. border: 1rpx solid #a3a3a3;
  34. border-radius: 12px;
  35. text-align: center;
  36. background-color: #fff;
  37. height: 2em;
  38. line-height: 2em;
  39. white-space: nowrap;
  40. overflow: hidden;
  41. text-overflow: ellipsis;
  42. padding: 0 5rpx;
  43. }
  44. .imgP {
  45. position: relative;
  46. display: inline-block;
  47. margin-top: 66rpx;
  48. }
  49. .imgP .del {
  50. position: absolute;
  51. top: 50%;
  52. left: 50%;
  53. transform: translate(-50%, -50%);
  54. z-index: 10;
  55. }
  56. .van-radio {
  57. margin: 15rpx 0;
  58. }