123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- /* pages/change/change.wxss */
- page{
- padding: 30rpx;
- }
- .item{
- display: flex;
- margin-bottom: 16rpx;
- }
- .item label{
- font-size: 30rpx;
- /* line-height: 88rpx; */
- width: 200rpx;
- color: #333;
- margin-right: 30rpx;
- margin-top: 20rpx;
- }
- .item input{
- width: 30%;
- height: 88rpx;
- border: 1px solid rgba(224, 224, 224, 1);
- border-radius: 8rpx;
- padding: 0 24rpx;
- font-size: 30rpx;
- }
- .item>text{
- font-size: 30rpx;
- line-height: 88rpx;
- color: #D94B24;
- margin-left: 20rpx;
- }
- .upload{
- width: 240rpx;
- height: 240rpx;
- background: #F7F7F7;
- border-radius: 8rpx;
- text-align: center;
- font-size: 30rpx;
- padding-top: 74rpx;
- display: inline-block;
- vertical-align: top;
- }
- .upload image{
- width: 50rpx;
- display: block;
- margin: 0 auto 8rpx;
- }
- .stock_imgs{
- display: inline-block;
- width: 240rpx;
- height:240rpx;
- vertical-align: top;
- position: relative;
- margin-right: 10rpx;
- margin-bottom: 10rpx;
- }
- .stock_imgs icon{
- position: absolute;
- right: 10rpx;
- top: 10rpx;
- }
- .stock_imgs image{
- border-radius: 8rpx;
- width:240rpx;height:240rpx;
- }
- .edit{
- text-align: center;
- position: absolute;
- bottom: 2px;
- left: 0;
- width: 100%;
- }
- .edit text{
- display: inline-block;
- color: #fff;
- background: #D94B24;
- border-radius: 32rpx;
- width: 100rpx;
- line-height: 48rpx;
- text-align: center;
- font-size: 28rpx;
- margin: 0 2px;
- }
- button:not([size='mini']){
- background: #D94B24;
- color: #fff;
- width: 100% !important;
- height: 88rpx;
- line-height: 88rpx;
- padding: 0;
- font-size: 32rpx;
- border-radius: 8rpx;
- margin-top: 50rpx;
- font-weight: 400;
- }
- .change{
- color: #D94B24;
- text-decoration: underline;
- display: inline;
- }
- .item1{
- margin-top: 30rpx;
- font-size: 28rpx;
- line-height: 60rpx;
- color: #333;
- }
-
- .item2{
- margin-top: 40rpx;
- font-size: 32rpx;
- color: #333;
- }
-
|