123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290 |
- <template>
- <view class="center">
- <view class="box-title">
- <image src="../../static/img/index7.png" mode=""></image>
- </view>
- <view class="box-body">
- <view class="navBox">
- <view class="navBox-left">
- <view class="navBox-item" @click="nav()">
- <image src="../../static/img/index2.png" style="width: 385rpx; height: 398rpx;" mode=""></image>
- </view>
- </view>
- <view class="navBox-right">
- <view class="navBox-item" @click="nav()">
- <image src="../../static/img/index3.png" style="width: 385rpx; height: 216rpx; " mode="">
- </image>
- </view>
- <view class="navBox-item" @click="nav('/pages/index/appointment')">
- <image src="../../static/img/index6.png"
- style="width: 339rpx; height: 170rpx; margin-top: -12rpx;" mode=""></image>
- </view>
- </view>
- </view>
- <view class="shopBox">
- <view class="shopBox-top">
- <view class="left">
- <image src="../../static/img/index4.png" mode=""></image>
- </view>
- <view class="between" style="margin-left: -140rpx;">
- <text id="one">FilsCoin矿机拼购</text>
- <text id="two">36轮</text>
- </view>
- <text id="three">预约中</text>
- </view>
- <view class="shopBox-between">
- <view class="number">
- <text class="number-left">100</text>
- <text class="number-right">USDT/份</text>
- </view>
- <view class="quotient">
- <text class="quotient-children">每轮限购1组,每组限购一份</text>
- </view>
- </view>
- <image src="../../static/img/index5.png" style="width: 635rpx; height: 170rpx; margin: 40rpx 0;"
- mode=""></image>
- <view class="shopBox-bottom">
- <view class="forward">
- <view class="forward-left">
- 我得预约:  0
- </view>
- <view class="forward-right">
- 每组分数:  11份
- </view>
- </view>
- <view class="consume">
- GAS消耗:<text>0.50%LALA</text>
- </view>
- <view class="appointmentTime">
- 预约时间:<text>2021-07-21 08:00:00-2021-07-21 09:30:00</text>
- </view>
- <view class="lotteryTime">
- 开奖时间:<text>2021-07-21 08:00:00</text>
- </view>
- </view>
- <view class="submit">
- 好强儿
- </view>
- </view>
- </view>
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
- }
- },
- //页面加载即刻发生
- onload() {
- this.loadDate();
- },
- methods: {
- nav(url) {
- uni.navigateTo({
- url: url
- })
- },
- async loadDate() {
- }
- }
- }
- </script>
- <style lang="scss">
- .center {
- height: 100%;
- background-color: #FFFFFF;
- .box-title {
- position: relative;
- z-index: 1;
- width: 100%;
- height: 436rpx;
- image {
- width: 100%;
- height: 436rpx;
- }
- }
- .box-body {
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- width: 100%;
- height: 100%;
- position: relative;
- z-index: 10;
- margin-top: -40rpx;
- border-top-left-radius: 40rpx;
- border-top-right-radius: 40rpx;
- background: #F8FBFE;
- .navBox {
- display: flex;
- justify-content: space-around;
- .navBox-left {
- // margin: 20rpx 5rpx 10rpx 10rpx;
- margin: 20rpx -24rpx 0 0;
- mar .navBox-item {
- image {
- width: 100%;
- height: 100%;
- }
- }
- }
- .navBox-right {
- margin: 20rpx 0 0 -24rpx;
- // margin: 20rpx 10rpx 5rpx 5rpx;
- .navBox-item {
- display: flex;
- flex-direction: column;
- align-items: center;
- image {}
- }
- }
- }
- .shopBox {
- padding: 0 30rpx;
- margin-top: 45rpx;
- width: 690rpx;
- // height: 770rpx;
- background: #FFFFFF;
- box-shadow: 0rpx 0rpx 17rpx 0rpx rgba(0, 0, 0, 0.05);
- border-radius: 10px;
- margin: 0 auto;
- .shopBox-top {
- margin-top: 26rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- image {
- height: 46rpx;
- width: 48rpx;
- }
- #one {
- font-size: 34rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #0F253A;
- }
- #two {
- margin-left: 11rpx;
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #6D7C88;
- }
- #three {
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #FF4C4C;
- }
- }
- .shopBox-between {
- margin-top: 20rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- .number {
- .number-left {
- font-size: 40rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #44969D;
- }
- .number-right {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #44969D;
- }
- }
- .quotient {
- .quotient-children {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #6D7C88;
- }
- }
- }
- .forward {
- display: flex;
- justify-content: space-between;
- align-items: center;
- .forward-left {
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #44969D;
- }
- .forward-right {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #6D7C88;
- }
- }
- .consume,.appointmentTime,.lotteryTime{
- margin: 12rpx 0;
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #6D7C88;
-
- }
- .consume >text,.appointmentTime >text,.lotteryTime> text{
- font-size: 10rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #000000;
- }
- .submit{
- width: 600rpx;
- height: 70rpx;
- background: linear-gradient(90deg, #60BAB0, #45969B);
- border-radius: 35rpx;
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- text-align: center;
- line-height: 70rpx;
- margin: 40rpx auto;
- }
- }
- }
- }
- </style>
|