| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- page {
- background-color: #fff;
- }
- .input-box {
- padding: 30rpx 30rpx 0;
- }
- .input-box .input {
- width: 615rpx;
- height: 76rpx;
- line-height: 76rpx;
- background: #F8F8F8;
- border-radius: 20rpx 20rpx 20rpx 20rpx;
- opacity: 1;
- padding: 0 32rpx;
- }
- .input-box .input input {
- width: 100%;
- height: 100%;
- }
- .saoma {
- width: 39rpx;
- height: 36rpx;
- margin-left: 35rpx;
- }
- .item {
- padding: 35rpx 0rpx;
- justify-content: space-between;
- border-bottom: 1rpx solid #E6E6E6;
- ;
- margin: 0 30rpx;
- line-height: 41rpx;
- font-size: 28rpx;
- font-family: Source Han Sans CN-Medium, Source Han Sans CN;
- font-weight: 500;
- }
- .label {
- color: #666464;
- margin-right: 30rpx;
- }
- .item-input {
- color: #A8A5A5;
- text-align: right;
- }
- .biao .date-content {
- text-align: right !important;
- }
- /* 图片上传 */
- .product-image {
- width: 124rpx;
- height: 124rpx;
- border: 1rpx solid #DBDBDB;
- color: #999999;
- font-size: 24rpx;
- text-align: center;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- margin-right: 20rpx;
- position: relative;
- margin-bottom: 10rpx;
- }
- .product-image image {
- width: 46rpx;
- height: 37rpx;
- margin-bottom: 10rpx;
- }
- .product-image .product-image-delete {
- width: 30rpx;
- height: 30rpx;
- position: absolute;
- top: 0;
- right: 0;
- transform: translate(50%, -50%);
- }
- /* 保存按钮 */
- .submit-box{
- height: 140rpx;
- background: #FFFFFF;
- box-shadow: 0rpx -5rpx 15rpx 1rpx rgba(0,0,0,0.05);
- border-radius: 0rpx 0rpx 0rpx 0rpx;
- opacity: 1;
- position: fixed;
- left: 0;
- right: 0;
- bottom: 0;
- }
- .submit-btn{
- width: 556rpx;
- line-height: 76rpx;
- background: #EB5C20;
- border-radius: 38rpx 38rpx 38rpx 38rpx;
- opacity: 1;
- font-size: 28rpx;
- font-family: Source Han Sans CN-Medium, Source Han Sans CN;
- font-weight: 500;
- color: #FFFFFF;
- text-align: center;
- margin:30rpx auto;
- }
- /* */
- .img-box{
- width: 690rpx;
- height: 230rpx;
- background: #FFFFFF;
- border-radius: 8rpx 8rpx 8rpx 8rpx;
- opacity: 1;
- border: 2rpx dashed #A8A5A5;
- margin: auto;
- margin-top: 30rpx;
- flex-direction: column;
- justify-content: center;
- }
|