details.wxss 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. @import "/css/form2.wxss";
  2. .list-scroll-view{
  3. width: 100%;
  4. max-height: 79vh;
  5. }
  6. .right-text{
  7. display: inline-block;
  8. text-align: right;
  9. width: 200rpx;
  10. font-size: 32rpx;
  11. color: rgba(0, 0, 0, .3);
  12. }
  13. .logo{
  14. width: 120rpx;
  15. height: 120rpx;
  16. border-radius: 8rpx;
  17. }
  18. .submit_but{
  19. margin-top:160rpx;
  20. }
  21. /* 选择合作方式 */
  22. .pattern-item-box{
  23. position:absolute;
  24. width: 100%;
  25. top: 65rpx;
  26. }
  27. .pattern-item{
  28. width: 100%;
  29. background-color: #ffffff;
  30. border: 2rpx solid #e8e8e8;
  31. border-radius: 8rpx;
  32. bottom: -70rpx;
  33. box-shadow: 0 0 8rpx 0 rgba(0, 0, 0, 0.1);
  34. }
  35. .pattern-item>view{
  36. line-height: 70rpx;
  37. text-align: center;
  38. color: rgba(0, 0, 0, 0.5);
  39. }
  40. .pattern-item::after{
  41. position: absolute;
  42. content: '';
  43. display: block;
  44. width: 15rpx;
  45. height: 15rpx;
  46. background-color:#fff;
  47. transform:rotate(45deg);
  48. border: 2rpx solid #e8e8e8;
  49. border-bottom: 0;
  50. border-right: 0;
  51. top: 0;
  52. margin-top: -9rpx;
  53. left: 75%;
  54. }