| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page {
- background: #f8f8f8;
- min-height: 100%;
- }
- .cantent {
- padding-bottom: 110rpx;
- }
- .tip {
- color: #DE2412;
- background-color: #FEE2E3;
- font-size: 24rpx;
- padding: 25rpx 35rpx;
- }
- .til-list {
- padding: 35rpx 50rpx;
- font-size: 28rpx;
- color: #666666;
- }
- .til-list .red {
- color: #E62129 !important;
- }
- .name {
- padding: 0rpx 35rpx;
- padding-bottom: 15rpx !important;
- font-size: 36rpx;
- font-weight: 500;
- }
- .content_box {
- background-color: #ffffff;
- padding: 0rpx 25rpx;
- }
- .content_box .list-name {
- padding-top: 25rpx;
- font-size: 35rpx;
- padding-left: 15rpx;
- padding-bottom: 10rpx;
- }
- .content_box .examine_list {
- width: 100%;
- }
- .content_box .examine_list .textarea-box {
- width: 100%;
- padding-bottom: 25rpx;
- padding-left: 25rpx;
- }
- .content_box .examine_list .textarea-box .textarea {
- width: 100%;
- font-size: 28rpx;
- min-height: 150rpx;
- }
- .content_box .examine_list .textarea-box input {
- font-size: 28rpx;
- }
- .radio-list {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-flex-wrap: wrap;
- flex-wrap: wrap;
- font-size: 28rpx;
- padding-top: 30rpx;
- }
- .radio-list .uni-label-pointer {
- padding-right: 25rpx;
- padding-bottom: 30rpx;
- }
- .mar-b {
- margin-bottom: 120rpx;
- }
- .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 .value {
- width: 100%;
- text-align: right;
- }
- .row .input {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- font-size: 30rpx;
- color: #303133;
- text-align: right;
- }
- .row .iconlocation {
- font-size: 36rpx;
- color: #909399;
- }
- .examine_name {
- color: #171717;
- font-size: 28rpx;
- padding: 25rpx 25rpx;
- }
- .examine_img {
- width: 100%;
- text-align: center;
- }
- .examine_img .image {
- width: 150rpx;
- height: 150rpx;
- }
- .examine_img .image1 {
- min-width: 150rpx;
- max-width: 100%;
- min-height: 150rpx;
- }
- .add-img-box {
- width: 100%;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- flex-direction: row;
- -webkit-flex-wrap: wrap;
- flex-wrap: wrap;
- margin-top: 50rpx;
- }
- .add-img-item {
- margin-bottom: 25rpx;
- width: 100%;
- }
- .add-img-item .add-img {
- min-width: 150rpx;
- max-width: 100%;
- height: 400rpx;
- }
- .add-img-del {
- position: absolute;
- width: 40rpx;
- height: 40rpx;
- right: 60rpx;
- border-radius: 20rpx;
- }
- .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;
- left: 0rpx;
- width: 100%;
- height: 100rpx;
- font-size: 28rpx;
- color: #FFFFFF;
- background-color: #FF727E;
- 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;
- }
|