start.wxss 1.4 KB
/* pages/start/start.wxss */

.start_main {
 position: fixed;
 top: 0;
 bottom: 0;
 left: 0;
 height: 100%;
 width: 100%;
}

.start_main image {
 height: 100%;
 width: 100%;
 display: block;
}

.head_txt {
 position: absolute;
 top: 20rpx;
 left: 54rpx;
 font-size: 36rpx;
 color: #fff;
}

.head_title {
 font-weight: bold;
 font-size: 90rpx;
}

.head_subtitle {
 position: relative;
 font-size: 32rpx;
}

.head_subtitle::after {
 position: absolute;
 bottom: -10rpx;
 left: 0;
 content: '';
 width: 100rpx;
 height: 6rpx;
 background: linear-gradient(to right, #5b1e8c, #c9689b, #f4c6b1);
}

.logo {
 width: 310rpx;
 height: 310rpx;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 z-index: 10;
}

.logo image {
 width: 100%;
 height: 100%;
 display: block;
}
.start_btnbox{
 position:absolute;
bottom:146rpx;
left:50%;
transform:translateX(-50%);
display:flex;
justify-content:center;
align-items:center;
height:92rpx;
width:277rpx;
border-radius:38rpx;
border:4rpx solid #d5d6e4;
z-index:30rpx;
}
.start_btnbox:active{
 opacity: 0.7;
}
.start_btn {
 margin: 10rpx;
 display: flex;
 justify-content: center;
 align-items: center;
 height: 85rpx;
 width: 289rpx;
 border-radius: 27rpx;
 font-size:40rpx;
 font-weight: bold;
 background: #d5d6e4;
 position: relative;
 color: #C8171E;
}

.txt{
  background: linear-gradient(to right, #C8171E, #9D1C62,#704082,#4166A5,#1D83BF);
        -webkit-background-clip: text;
        color: transparent;
}