12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- /* mina */
- .main{
- background: #fff;
- }
- .itme-li{
- background-color:rgb(255, 255, 255);
- padding:0.28rem;
- position:relative;
- }
- .defBtn{
- width: 90%;
- margin: 0 auto;
- border-radius: 10rpx;
- margin-bottom: 100rpx;
- height: 90rpx;
- text-align: center;
- line-height: 90rpx;
- }
- textarea{
- padding-left: 10rpx;
- padding-right: 0;
- height: 200rpx;
- position: relative;
- }
- .showImg{
- width: 160rpx;
- height: 160rpx;
- margin-bottom: 28rpx;
- margin-right:40rpx;
- margin-top: 28rpx;
- }
- .detele{
- color: #fff;
- position: absolute;
- height: 40rpx;
- width: 40rpx;
- border-radius: 100%;
- background-color: #969799;
- text-align: center;
- line-height: 40rpx;
- right: 10rpx;
- top: 10rpx;
- }
- .addImg{
- width: 50rpx;
- height: 50rpx;
- position: absolute;
- bottom: 20rpx;
- z-index: 998;
- /* background: #F56C6C; */
- }
|