@charset "UTF-8"; /* 页面左右间距 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /*颜色*/ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 功能栏字体大小 */ /*功能栏左侧小图标*/ page { background: #f8f8f8; height: 100%; } page .content { height: 100%; padding-top: 25rpx; } .content_box { background-color: #ffffff; width: 92%; border-radius: 15rpx; margin: 0rpx auto; } .content_box .examine_list { width: 100%; border-bottom: 2rpx solid #f0f0f0; } .content_box .examine_list .textarea-box { width: 95%; margin: 25rpx auto; } .content_box .examine_list .textarea-box .textarea { width: 100%; font-size: 28rpx; min-height: 150rpx; } .row { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; padding: 0 30rpx; height: 110rpx; background: #fff; border-bottom: 1rpx solid #f8f6f6; } .row .tit { -webkit-flex-shrink: 0; flex-shrink: 0; width: 180rpx; font-size: 30rpx; color: #303133; } .row .input { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; font-size: 30rpx; color: #303133; } .row .iconlocation { font-size: 36rpx; color: #909399; } .examine_name { color: #171717; font-size: 28rpx; padding: 25rpx 25rpx; } .examine_img { width: 100%; text-align: center; padding-bottom: 25rpx; } .examine_img image { width: 200rpx; height: 200rpx; } .default-row { margin-top: 16rpx; } .default-row .tit { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; } .default-row switch { -webkit-transform: translateX(16rpx) scale(0.9); transform: translateX(16rpx) scale(0.9); } .add-btn { position: fixed; bottom: 0rpx; width: 100%; height: 100rpx; font-size: 32rpx; color: #fff; background-color: #6786fb; line-height: 100rpx; text-align: center; } .img_box { padding: 35rpx 35rpx; width: 250rpx; height: 250rpx; } .img_box image { width: 100%; height: 100%; } .alert-box { background-color: #ffffff; } .b-b:after { position: relative !important; } .check_box { padding: 25rpx 25rpx; font-size: 20rpx; padding-bottom: 150rpx; } .check_box text { color: #6786fb; }