123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- @charset "UTF-8";
- /**
- * uni-app内置的常用样式变量
- */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .addbox.data-v-f998c27c {
- padding: 24rpx 36rpx 180rpx;
- }
- .ftit.data-v-f998c27c {
- font-size: 30rpx;
- font-weight: 500;
- color: #666666;
- padding: 8rpx;
- margin-bottom: 16rpx;
- }
- .fbox.data-v-f998c27c {
- background: #FFFFFF;
- border-radius: 18rpx;
- padding: 12rpx 0;
- margin-bottom: 32rpx;
- }
- .fbox .addimg.data-v-f998c27c {
- width: 120rpx;
- height: 120rpx;
- }
- .fbox .ilrmgr.data-v-f998c27c {
- width: 14rpx;
- height: 24rpx;
- margin-left: 20rpx;
- flex: 0 0 auto;
- }
- .addbtn.data-v-f998c27c {
- height: 98rpx;
- width: 100%;
- background: #1f57e6;
- border-radius: 48rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 34rpx;
- font-weight: 500;
- color: #FFFFFF;
- }
- .comboxl.data-v-f998c27c {
- min-height: 70rpx;
- padding: 15rpx 0rpx;
- box-sizing: border-box;
- line-height: 40rpx;
- flex: 1;
- }
- .comboxl textarea.data-v-f998c27c {
- width: 100%;
- font-size: 30rpx;
- color: #161616;
- text-align: right;
- }
- .imgs.data-v-f998c27c {
- display: flex;
- align-items: center;
- flex-wrap: wrap;
- justify-content: flex-end;
- }
- .imgs .photos.data-v-f998c27c {
- width: 120rpx;
- height: 120rpx;
- position: relative;
- margin: 0 0rpx 16rpx 16rpx;
- }
- .imgs .photos .rimg.data-v-f998c27c {
- width: 100%;
- height: 100%;
- }
- .imgs .photos .del.data-v-f998c27c {
- width: 36rpx;
- height: 36rpx;
- position: absolute;
- right: 0rpx;
- top: 0rpx;
- }
- .addbox.data-v-f998c27c .uni-forms {
- flex: 1;
- }
- .addbox.data-v-f998c27c .uni-forms-item__label {
- flex: 0 0 auto;
- width: auto !important;
- font-size: 32rpx;
- font-weight: bold;
- color: #161616;
- }
- .addbox.data-v-f998c27c .uni-forms .uni-forms-item {
- margin-bottom: 0;
- padding: 4rpx 32rpx;
- }
- .addbox.data-v-f998c27c .uni-easyinput {
- height: 70rpx;
- }
- .addbox.data-v-f998c27c .uni-forms-item__content {
- display: flex;
- align-items: center;
- flex-direction: row;
- }
- .addbox.data-v-f998c27c .uni-easyinput {
- flex: 1;
- text-align: right;
- }
- .addbox.data-v-f998c27c .uni-easyinput__placeholder-class {
- font-size: 30rpx;
- }
- .addbox.data-v-f998c27c .uni-easyinput__content-input {
- font-size: 30rpx;
- }
- .addbox.data-v-f998c27c .uni-forms-item__error {
- margin-top: -12rpx;
- left: auto;
- right: 0;
- }
- .addbox.data-v-f998c27c .uni-data-checklist .checklist-group .checklist-box {
- margin-right: 30rpx;
- }
- .addbox.data-v-f998c27c .uni-data-checklist .checklist-group {
- justify-content: flex-end;
- }
|