12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- /* components/input/index.wxss */
- .text-green {
- color: green;
- }
- .text-red {
- color: red;
- }
- .radio-index {
- display: inline-block !important;
- }
- .dis {
- display: inline-block;
- margin-left: 40rpx;
- }
- .label-sm {
- border-bottom: 1px solid #f3f4f6;
- /* padding: 24rpx 0; */
- display: inline-block;
- width: 100%;
- }
- .handlemodule-textarea {
- padding-left: 0 !important;
- padding-right: 0 !important;
- }
- .img {
- width: 150rpx;
- height: 150rpx;
- text-align: right;
- display: inline-block;
- }
- .handlemodule-img {
- width: 150rpx;
- height: 150rpx;
- text-align: right;
- display: inline-block;
- }
- .have-photo>image {
- width: 100%;
- height: 100%;
- }
- .default-photo {
- line-height: 160rpx;
- text-align: center;
- background: #f7f8fc;
- }
- .p-r {
- position: relative;
- }
- .clear-icon {
- position: absolute;
- top: -18rpx;
- right: -8rpx;
- }
- .meetinglayout-clear-icon {
- position: absolute;
- top: -2rpx !important;
- right: 13rpx !important;
- }
- .handlemodule-text {
- position: absolute;
- top: -11.3rpx !important;
- }
- .have-photo {
- width: 100%;
- height: 100%;
- }
|