index.wxss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. /* pages/turntable/hairpin/index.wxss */
  2. .content{
  3. padding: 20rpx;
  4. font-size: 28rpx;
  5. }
  6. .content .title{
  7. border-bottom: 2rpx solid rgba(0,0,0,.2);
  8. padding-bottom: 15rpx;
  9. margin-bottom: 40rpx;
  10. }
  11. .content .title text{
  12. padding: 6rpx 10rpx;
  13. border-left:6rpx solid #ee3a43;
  14. }
  15. .body{
  16. padding: 40rpx;
  17. }
  18. .body .add_btn{
  19. height: 600rpx;
  20. background: #ccc;
  21. border-radius: 10rpx;
  22. text-align: center;
  23. line-height: 600rpx;
  24. color: #fff;
  25. font-size: 160rpx;
  26. }
  27. .body .pictureView{
  28. position: relative;
  29. }
  30. .body .pictureView .deleteIcon{
  31. width: 80rpx;
  32. height: 80rpx;
  33. background: #ee3a43;
  34. font-size: 60rpx;
  35. color: #fff;
  36. border-radius: 50%;
  37. position: absolute;
  38. top: -40rpx;
  39. right: -40rpx;
  40. text-align: center;
  41. line-height: 80rpx;
  42. }
  43. .body .pictureView image{
  44. width: 100%;
  45. }
  46. .buttom{
  47. background: #fff;
  48. position: fixed;
  49. bottom: 0;
  50. width: 100%;
  51. display: flex;
  52. flex-direction: row;
  53. line-height: 80rpx;
  54. text-align: center;
  55. box-shadow: 0 -2rpx 5rpx rgba(0,0,0,.2);
  56. }
  57. .buttom .leftBtn{
  58. width: 260rpx;
  59. border-right: 2rpx;
  60. }
  61. .buttom .rightBtn{
  62. flex: 1;
  63. color: #fff;
  64. background: #ee3a43;
  65. }
  66. .radio-flex{
  67. display: flex;
  68. align-items: center;
  69. }
  70. .radio-box .radio-group{
  71. flex: 1;
  72. }
  73. .radio-box .radio-group .radio{flex: 1;}