123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155 |
- @charset "UTF-8";
- /**
- * uni-app内置的常用样式变量
- */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .addbox.data-v-6100c2c1 {
- height: 100vh;
- box-sizing: border-box;
- background-color: #fff;
- padding: 68rpx 32rpx;
- display: flex;
- flex-wrap: wrap;
- flex-direction: column;
- }
- .addbox .box.data-v-6100c2c1 {
- padding: 0 8rpx 40rpx;
- flex: 1;
- overflow: auto;
- }
- .addbox .text.data-v-6100c2c1 {
- font-size: 34rpx;
- width: 100%;
- margin-bottom: 40rpx;
- min-height: 180rpx;
- }
- .addbox .imgs.data-v-6100c2c1 {
- display: flex;
- flex-wrap: wrap;
- margin-bottom: 100rpx;
- }
- .addbox .imgs .photos.data-v-6100c2c1 {
- width: 214rpx;
- height: 214rpx;
- margin: 0 14rpx 14rpx 0;
- position: relative;
- }
- .addbox .imgs .photos.data-v-6100c2c1:nth-child(3n) {
- margin-right: 0;
- }
- .addbox .imgs .photos .rimg.data-v-6100c2c1 {
- width: 100%;
- height: 100%;
- }
- .addbox .imgs .photos .del.data-v-6100c2c1 {
- width: 48rpx;
- height: 48rpx;
- position: absolute;
- right: 0rpx;
- top: 0rpx;
- }
- .addbox .rboximg.data-v-6100c2c1 {
- flex: 0 0 auto;
- margin-left: 12rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- width: 40rpx;
- height: 40rpx;
- }
- .addbox .rboximg image.data-v-6100c2c1 {
- width: 12rpx;
- height: 20rpx;
- }
- .addbox .ysbox.data-v-6100c2c1 {
- display: flex;
- align-items: center;
- padding: 30rpx 26rpx;
- border-top: 2rpx solid #E6E6E6;
- border-bottom: 2rpx solid #E6E6E6;
- font-size: 34rpx;
- color: #161616;
- font-weight: 500;
- }
- .addbox .ysbox .limg.data-v-6100c2c1 {
- width: 34rpx;
- height: 32rpx;
- margin-right: 24rpx;
- }
- .addbox .btn.data-v-6100c2c1 {
- flex: 0 0 auto;
- height: 100rpx;
- border-radius: 48rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 34rpx;
- color: #fff;
- }
- .addbox .btn.btn1.data-v-6100c2c1 {
- background: #1f57e6;
- }
- .addbox .btn.btn2.data-v-6100c2c1 {
- background: #949494;
- }
- .addbox.data-v-6100c2c1 .uni-forms {
- flex: 1;
- }
- .addbox.data-v-6100c2c1 .uni-forms-item__label {
- flex: 0 0 auto;
- width: auto !important;
- font-size: 32rpx;
- font-weight: 500;
- color: #161616;
- }
- .addbox.data-v-6100c2c1 .uni-forms .uni-forms-item {
- margin-bottom: 0;
- }
- .addbox.data-v-6100c2c1 .uni-forms .text .uni-forms-item {
- margin-bottom: 0;
- border-bottom: 0;
- flex-direction: column;
- text-align: left;
- }
- .addbox.data-v-6100c2c1 .uni-forms .uni-forms-item .uni-easyinput__content-textarea {
- border: 2rpx solid #CDCDCD;
- background-color: #FFFFFF;
- border-radius: 14rpx;
- padding: 32rpx 40rpx;
- font-size: 30rpx;
- margin: 0;
- min-height: 256rpx;
- box-sizing: border-box;
- }
- .addbox.data-v-6100c2c1 .uni-forms-item__content {
- display: flex;
- align-items: center;
- flex-direction: row;
- }
- .addbox.data-v-6100c2c1 .uni-easyinput {
- flex: 1;
- text-align: left;
- }
- .addbox.data-v-6100c2c1 .uni-easyinput__placeholder-class {
- font-size: 30rpx;
- }
- .addbox.data-v-6100c2c1 .uni-easyinput__content-input {
- font-size: 30rpx;
- }
- .addbox.data-v-6100c2c1 .uni-forms-item__error {
- margin-top: 20rpx;
- left: auto;
- right: 0;
- }
|