| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page,
- .center {
- min-height: 100%;
- height: auto;
- background: #f2f3f5;
- }
- .info-box {
- width: 690rpx;
- margin: 20rpx auto 0;
- background: #ffffff;
- border-radius: 10rpx;
- }
- .info-box .info-item {
- justify-content: flex-start;
- padding: 38rpx 20rpx;
- }
- .info-box .info-item .info-item-left {
- width: 140rpx;
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #333333;
- }
- .info-box .info-item .info-item-right {
- margin-left: 70rpx;
- width: 260rpx;
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #999999;
- }
- .info-box .info-item .info-item-right .placeholder {
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #999999;
- }
- .info-box .info-item .info-item-yzm {
- margin-left: 100rpx;
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #ff6f0f;
- }
- .upload-image {
- width: 160rpx;
- height: 160rpx;
- border-radius: 10rpx;
- }
- .upload-title {
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #333333;
- }
- .upload-main {
- padding-top: 32rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- }
- .upload-main .upload-font {
- margin-top: 24rpx;
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #333333;
- }
- .upload {
- width: 690rpx;
- margin: 20rpx auto 0;
- padding: 34rpx 30rpx 40rpx 30rpx;
- background: #ffffff;
- }
- .upload .add-img-box {
- width: 100%;
- flex-direction: row;
- flex-wrap: wrap;
- margin-top: 50rpx;
- }
- .upload .add-img-item {
- width: 180rpx;
- height: 180rpx;
- border-radius: 24rpx;
- position: relative;
- margin: 0rpx 20rpx;
- margin-bottom: 25rpx;
- }
- .upload .add-img-item .add-img {
- width: 100%;
- height: 100%;
- }
- .add-img-del {
- position: absolute;
- width: 40rpx;
- height: 40rpx;
- left: 155rpx;
- bottom: 155rpx;
- border-radius: 20rpx;
- }
- .btn {
- position: fixed;
- bottom: 0;
- width: 750rpx;
- height: 98rpx;
- background: #24a17d;
- text-align: center;
- font-size: 36rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #ffffff;
- line-height: 98rpx;
- }
|