start.wxss 671 字节
/* pages/start/start.wxss */
.ic_img {
    width: 320rpx;
    height: 320rpx;
    margin: 147rpx auto 0rpx;
}

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

.tit {
    font-size: 30rpx;
    color: #5493FB;
    text-align: center;
    display: block;
    line-height: 40rpx;
}

.go_btn {
    width: 602rpx;
    height: 80rpx;
    color: #fff;
    position: absolute;
    bottom: 210rpx;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #3FA9F5;
    /*background: linear-gradient(to bottom right, #ffc536, #ffab2e); !* 标准的语法 *!*/
    border-radius: 40rpx;
    line-height: 80rpx;
    font-size: 36rpx;
}
.go_btn::after {
    border: none;
}