| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
- @import "/pages/wxgrid/wxgrid.wxss";
- .publishContainer {
- width: 100%;
- height: 100%;
- }
- .descInputBox {
- width: 100%;
- height: 30%;
- display: flex;
- flex-direction: row;
- justify-content: center;
- white-space: nowrap;
- padding-top: 10rpx;
- }
- .descInput {
- background-color: transparent;
- height: 80rpx;
- font-size: 30rpx;
- border-bottom: 1px gray solid;
- margin-left: 40rpx;
- margin-right: 40rpx;
- width: 100%;
- }
- .photoBox {
- width: 100%;
- display: flex;
- flex-direction: row;
- justify-content: center;
- padding-top: 40rpx;
- }
- .scroll-list {
- width: 90%;
- }
- .photo {
- width: 600rpx;
- height: 600rpx;
- }
- .item-img {
- width: 120rpx;
- height: 120rpx;
- margin: 5rpx 5rpx 5rpx 5rpx;
- border-radius: 12rpx;
- }
- .buttonBox {
- height: 100rpx;
- width: 100%;
- margin-top: 10rpx;
- margin-bottom: 10rpx;
- position: absolute;
- bottom: 0rpx;
- left: 0rpx;
- display: flex;
- flex-direction: row;
- justify-content: center;
- }
- .buttonBox button {
- width: 90%;
- }
- .textarea {
- font-size: 28rpx;
- /* margin: 10%; */
- background-color:lightgray;
- width: 90%;
- height: 100%;
- /* margin-top: 10rpx; */
- padding:10rpx;
- }
- .placeholder {
- font-size: 28rpx;
- color: gray;
- }
- .popup-example--center {
- border-radius: 4px;
- }
-
- .popup-example--right .zan-popup__container {
- top: 0;
- bottom: 0;
- }
-
- .popup-example--left .zan-popup__container {
- top: 0;
- bottom: 0;
- }
-
- .popup-example--top .zan-popup__container {
- left: 0;
- right: 0;
- padding: 15px;
- background-color: rgba(0, 0, 0, 0.7);
- color: #fff;
- font-size: 16px;
- }
- .popup-example--top .zan-popup__mask {
- opacity: 0;
- }
-
- .popup-example--bottom .zan-popup__container {
- left: 0;
- right: 0;
- }
-
|