/* pages/worksheetinfo/worksheetinfo.wxss */ page { height: 100%; overflow-y: hidden; } scroll-view{ height:calc(100% - 180rpx); } .context { margin: 0rpx 32rpx; height: 87rpx; border-bottom: 1rpx solid #f7f7f7; line-height: 87rpx; min-height: 87rpx; display: flex; } text { font-size: 28rpx; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; color: #545253; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; flex-shrink: 0; } .picker{ width: 100%; text-align: right; } .picker text{ color: #959595; } .picker1{ width: 100%; text-align: right; } .picker1 text{ color: #959595; } .picker2{ flex-shrink: 0; margin-left: 10rpx; text-align: right; } .picker2 text{ color: #959595; } .input{ height: 87rpx; line-height: 87rpx; min-height: 87rpx; color: #959595; font-size: 28rpx; text-align: right; margin-right: 0; width: 100%; } .context_image { margin: 0rpx 32rpx; height: 239rpx; border-bottom: 1rpx solid #f7f7f7; line-height: 87rpx; min-height: 239rpx; } .context_image .add { width: 120rpx; height: 120rpx; border: 1rpx solid #f7f7f7; line-height: 120rpx; min-height: 120rpx; } .add.active { background-color: #ebebeb; } .add text { width: 120rpx; display: block; color: #959595; font-size: 80rpx; font-weight: 100; text-align: center; } .question-images { margin: 0rpx 32rpx; border-bottom: 1rpx solid #f7f7f7; } .q-image-wrap { width: 120rpx; height: 120rpx; display: inline-block; margin: 20rpx; } .q-image-wrap image { width: 120rpx; height: 120rpx; } .q-image-remover { width: 120rpx; height: 30rpx; text-align: center; font-size: 28rpx; line-height: 30rpx; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; color: #545253; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .submitbutton{ position: absolute; bottom: 0; width: calc(100% - 60rpx); font-size: 32rpx; margin: 50rpx 30rpx; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; color: #ffffff; text-overflow: ellipsis; white-space: nowrap; background-color: #2583c1; } .submitbutton.button-hover{ background-color: #1ca05e; }