star.wxss 878 字节
/* pages/star/star.wxss */

/* pages/start/start.wxss */

.container {
  width: 100%;
  height: 100%;
  padding: 269rpx 0 176rpx 0;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;

}
.logo {
  font-size: 36rpx;
  font-family: TRENDS;
  color: #fff;
  width: 132rpx;
  height: 131rpx;
  background: linear-gradient(to top,#628DFF,#487AFF);
  border-radius: 20rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.title {
  font-size: 32rpx;
  color: #666;
  text-align: center;
  margin-top: 42rpx;
}

.bottom_btn button {
  font-size: 32rpx;
  color: #fff;
  width: 520rpx;
  height: 80rpx;
  background: linear-gradient(to top,#628DFF,#487AFF);  
  border-radius: 40rpx;
  display: flex;
  align-items: center;
  justify-content: center;
}