|
- /* pages/star/star.wxss */
- view{
- -webkit-overflow-scrolling: touch;
- }
- .home {
- position: relative;
- height: 100%;
- overflow: auto;
- }
-
- .bg {
- width: 750rpx;
- height: 3155rpx;
- }
-
- .home>.logo1 {
- position: absolute;
- top: 0;
- left: 50rpx;
- width: 175rpx;
- height: 150rpx;
- }
-
- .home>.logo2 {
- position: absolute;
- top: 46rpx;
- right: 34rpx;
- width: 204rpx;
- height: 40rpx;
- }
-
- .ruleBtn {
- position: absolute;
- width: 153rpx;
- height: 46rpx;
- line-height: 46rpx;
- font-size: 24rpx;
- right: 0;
- top: 196rpx;
- color: #fff;
- background-color: rgba(35, 24, 21, 0.63);
- border-top-left-radius: 20rpx;
- border-bottom-left-radius: 20rpx;
- padding-left: 20rpx;
- box-sizing: border-box;
- }
- .ruleBtnColor{
- background-color: #345489;
- }
- .propagandaBox {
- position: absolute;
- width: 100%;
- height: 76rpx;
- top: 820rpx;
- left: 0;
- display: flex;
- justify-content: center;
- align-items: center;
- background-color: rgba(11, 40, 109, 0.79);
- }
- .propagandaBox>.text{
- color: #ffffff;
- font-size: 28rpx;
- }
- .numBox{
- display: inline-block;
- height: 55rpx;
- padding: 0 15rpx;
- }
- .numBox>.numFrame{
- width: 42rpx;
- height: 100%;
- display: inline-block;
- }
- .numBox>.numFrame2{
- width: 42rpx;
- height: 100%;
- margin-left: -42rpx;
- display: inline-block;
- }
-
- .home>.btnBox {
- position: absolute;
- width: 750rpx;
- text-align: center;
- left: 0;
- bottom: 15rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 0 20rpx;
- box-sizing: border-box;
- }
-
- .home>.btnBox>.btn {
- width: 278rpx;
- height: 47rpx;
- line-height: 47rpx;
- display: inline-block;
- background-color: #345489;
- margin: 0 10rpx;
- color: #fff;
- font-size: 21rpx;
- border-radius: 15rpx;
- }
-
- .home>.btnBox>.btn2 {
- position: absolute;
- width: 278rpx;
- height: 47rpx;
- left: 50%;
- margin-left: -282rpx;
- background-color: #000000;
- display: inline-block;
- opacity:0
- }
-
- .mask {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- background-color: rgba(0, 0, 0, 0.5);
- }
-
- .mask>.ruleContent {
- position: relative;
- width: 601rpx;
- height: 500rpx;
- /* border-radius: 20rpx; */
- /* background-color: white; */
- }
- /*
- .mask>.ruleContent>.rule {
- position: relative;
- width: 563rpx;
- height: 586rpx;
- padding: 0 34rpx;
- padding-top: 42rpx;
- padding-bottom: 57rpx;
- overflow: auto;
- } */
-
- .closeBtn {
- position: absolute;
- height: 40rpx;
- width: 40rpx;
- right:-40rpx;
- top:-40rpx;
- }
- .closeBtn2{
- position: absolute;
- height: 37rpx;
- width: 37rpx;
- right:-12rpx;
- top:-12rpx;
- }
- /* use cross as close button */
-
- /* .closeBtn::before {
- content: "\2716";
- } */
- .ruleImg{
- width: 563rpx;
- height: 1045rpx;
- }
- .starRule{
- width: 81rpx;
- height: 81rpx;
- position: fixed;
- right: 29rpx;
- top: 175rpx;
- }
- .starRuleTitle{
- width: 632rpx;
- height: 78rpx;
- }
- .bgGroup{
- position: relative;
- width: 750rpx;
- /* height: 3756rpx; */
- }
- .getUserMsgBtn{
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- opacity: 0;
- margin: 0;
- padding:0;
- }
- .starBtn{
- position: absolute;
- bottom: 68rpx;
- left: 50%;
- transform: translateX(-50%);
- width: 711rpx;
- height: 70rpx;
- }
- .newImages2-4{
- position: absolute;
- left: 50%;
- transform: translateX(-50%);
- bottom: 25rpx;
- width: 733rpx;
- height: 70rpx;
- }
- .selectImg1,.selectImg2,.selectImg3{
- width: 750rpx;
- }
- .selectImg1{
- height: 124rpx;
- }
- .selectImg2{
- height: 121rpx;
- }
- .selectImg3{
- height: 123rpx;
- }
- .selectImg4{
- width: 750rpx;
- height: 230rpx;
- }
- .selectImg1_1{
- width: 750rpx;
- height: 1085rpx;
- }
- .selectImg2_1{
- width: 750rpx;
- height: 1568rpx;
- }
- .selectImg3_1{
- width: 750rpx;
- height: 568rpx;
- }
- .newImages7-22{
- width: 100%;
- height: 100%;
- }
- .receiveBtn{
- position: absolute;
- left: 50%;
- transform: translateX(-50%);
- top: 380rpx;
- width: 347rpx;
- height: 62rpx;
- }
|