star.wxss 610 字节
/* page/Modify/modify.wxss */

.contant {
    width: 100%;
    padding: 100rpx 50rpx 0;
    box-sizing: border-box;
}

.img {
    width: 100%;
    height: 1000rpx;
    font-size: 0;
}

.img image {
    width: 100%;
    height: 100%;
}

.button {
    width: 100%;
    padding: 0 60rpx;
    box-sizing: border-box;
    position: fixed;
    bottom: 200rpx;
    left: 50%;
    transform: translate(-50%, 0);
}

.button_top {
    width: 100%;
    background:rgba(39,53,116,1);
box-shadow:0px 6px 6px rgba(0,0,0,0.16);
    color: rgba(255, 255, 255, 1);
    margin-bottom:20rpx
}
.button_bot{
  text-align: center
}