123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174 |
- /* 拼团流程 */
- .order-top {
- width: 710rpx;
- height: 144rpx;
- border-radius: 24rpx;
- background-color: #FFFFFF;
- margin-top: 40rpx;
- margin-left: 20rpx;
- display: flex;
- padding-top: 24rpx;
- box-sizing: border-box;
- }
- .startGroup,
- .initFriend,
- .successGroup {
- width: 80rpx;
- height: 80rpx;
- text-align: center;
- }
- .arrows {
- width: 36rpx;
- height: 20rpx;
- margin-top: 20rpx;
- }
- .arrows image {
- width: 36rpx;
- height: 20rpx;
- }
- .startGroup view,
- .initFriend view,
- .successGroup view {
- font-size: 20rpx;
- color: #333333;
- }
- .startGroup {
- margin-left: 80rpx;
- margin-right: 60rpx;
- }
- .initFriend {
- margin-left: 70rpx;
- margin-right: 60rpx;
- }
- .successGroup {
- margin-left: 60rpx;
- }
- .startGroup image {
- width: 60rpx;
- height: 60rpx;
- }
- .initFriend image {
- width: 60rpx;
- height: 60rpx;
- }
- .successGroup image {
- width: 60rpx;
- height: 60rpx;
- }
- .order-content {
- width: 710rpx;
- height: auto;
- margin-top: 20rpx;
- background-color: #FFFFFF;
- margin-left: 20rpx;
- padding: 40rpx 20rpx 0 20rpx;
- box-sizing: border-box;
- text-align: center;
- border-radius: 24rpx;
- padding-bottom: 40rpx;
- }
- .order-content-top {
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .order-content-top .line{
- width: 72rpx;
- height: 2rpx;
- background-color: #FA7D22;
- }
- .order-title {
- color: #333333;
- font-size: 36rpx;
- font-weight: 600;
- margin: 0 72rpx;
- }
- .order-init {
- display: flex;
- justify-content: center;
- margin-top: 80rpx;
- align-items: center;
- }
- .order-init .order-initiator {
- width: 120rpx;
- height: 120rpx;
- }
- .order-initiator image {
- width: 100%;
- height: 100%;
- border-radius: 50%;
- }
- .add {
- width: 36rpx;
- height: 36rpx;
- margin: 0 60rpx;
- }
- .add image {
- width: 100%;
- height: 100%;
- }
- .order-init .order-beInvited {
- width: 120rpx;
- height: 120rpx;
- }
- .order-beInvited image {
- width: 100%;
- height: 100%;
- border-radius: 50%;
- }
- .whoGroup {
- width: 120rpx;
- height: 100%;
- font-size: 48rpx;
- color: #F1F1F1;
- line-height: 120rpx;
- border-radius: 50%;
- border: 2rpx solid #F1F1F1;
- text-align: center;
- }
- .inviteFriends {
- width: 670rpx;
- height: 84rpx;
- line-height: 84rpx;
- background-color: #FA7D22;
- margin-top: 80rpx;
- border-radius: 42rpx;
- font-size: 32rpx;
- color: #FFFFFF;
- }
- .cancelGroup {
- width: 670rpx;
- height: 84rpx;
- border: 2rpx solid #E1E1E1;
- border-radius: 42rpx;
- line-height: 84rpx;
- margin-top: 20rpx;
- }
- .groupSuccess{
- width: 670rpx;
- height: 84rpx;
- border: 2rpx solid #E1E1E1;
- border-radius: 42rpx;
- line-height: 84rpx;
- margin-top: 80rpx;
- }
|