openPerform.acss 829 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. .showImg{
  26. width: 160rpx;
  27. height: 160rpx;
  28. margin-bottom: 28rpx;
  29. margin-right:40rpx;
  30. margin-top: 28rpx;
  31. }
  32. .detele{
  33. color: #fff;
  34. position: absolute;
  35. height: 40rpx;
  36. width: 40rpx;
  37. border-radius: 100%;
  38. background-color: #969799;
  39. text-align: center;
  40. line-height: 40rpx;
  41. right: 10rpx;
  42. top: 10rpx;
  43. }
  44. .addImg{
  45. width: 50rpx;
  46. height: 50rpx;
  47. position: absolute;
  48. bottom: 20rpx;
  49. z-index: 998;
  50. /* background: #F56C6C; */
  51. }