openPerform.acss 713 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /* mina */
  2. .main{
  3. background: #fff;
  4. }
  5. .itme-li{
  6. background-color:rgb(255, 255, 255);
  7. padding:0.28rem;
  8. position:relative;
  9. }
  10. .defBtn{
  11. width: 90%;
  12. margin: 0 auto;
  13. border-radius: 10rpx;
  14. margin-bottom: 100rpx;
  15. height: 90rpx;
  16. text-align: center;
  17. line-height: 90rpx;
  18. }
  19. textarea{
  20. padding-left: 10rpx;
  21. padding-right: 0;
  22. height: 200rpx;
  23. position: relative;
  24. }
  25. .detele{
  26. color: #fff;
  27. position: absolute;
  28. height: 40rpx;
  29. width: 40rpx;
  30. border-radius: 100%;
  31. background-color: #969799;
  32. text-align: center;
  33. line-height: 40rpx;
  34. right: 10rpx;
  35. top: 10rpx;
  36. }
  37. .addImg{
  38. width: 50rpx;
  39. height: 50rpx;
  40. position: absolute;
  41. bottom: 20rpx;
  42. z-index: 998;
  43. /* background: #F56C6C; */
  44. }