/* pages/user/address/add/add.wxss */ page { background: #F8F8F8; padding: 24rpx; box-sizing: border-box; } .cellRender { display: block; background: #FFFFFF; position: relative; padding-bottom: 80rpx; } .cellRender textarea { padding: 24rpx; width: 100%; min-height: 50rpx; box-sizing: border-box; font-size: 24rpx; color: #000000; line-height: 39rpx; } .cellRenderText { font-size: 16rpx; color: #A2A2A2; } .cellRender view, .cellRender button { position: absolute; right: 24rpx; bottom: 20rpx; height: 56rpx; border-radius: 38rpx; background: #E60000; border-radius: 38rpx 38rpx 38rpx 38rpx; line-height: 56rpx; padding: 0 20rpx; text-align: center; font-weight: 400; font-size: 20rpx; color: #FFFFFF; width: auto; } .submit { padding: 58rpx 40rpx; } .submitBtn { width: 634rpx; height: 80rpx; background: #00BC8A; border-radius: 8rpx; font-weight: 500; font-size: 32rpx; color: #FFFFFF; /* line-height: 80rpx; */ text-align: center; }