details.wxss 976 B

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